blob: 368fd6d6caca5925f47d54ef485f9a5fdb439153 [file] [log] [blame] [view]
stuartmorgan789e3a72023-03-04 10:28:18 -08001## NEXT
2
3* Aligns Dart and Flutter SDK constraints.
4
Balvinder Singh Gambhir7e809272023-02-04 04:48:22 +05305## 0.9.3+4
stuartmorganc72e3f22023-01-24 15:54:36 -08006
Balvinder Singh Gambhir7e809272023-02-04 04:48:22 +05307* Removes const keyword from PointerInterceptor's constructor.
stuartmorganc72e3f22023-01-24 15:54:36 -08008* Updates minimum Flutter version to 3.0.
9
Michael Goderbauer88585ef2022-08-25 09:57:05 -070010## 0.9.3+3
11
12* Fixes lint warnings.
13
Chris Yangaedd3e52022-06-03 19:13:08 -070014## 0.9.3+2
stuartmorgan4e452152022-05-03 20:09:11 -040015
16* (Temporarily) helps tests introduced in prior version to pass in `stable`.
17 (This will be removed when `master` rolls to `stable`)
Chris Yangaedd3e52022-06-03 19:13:08 -070018* Updates README to reference the correct github URL.
stuartmorgan4e452152022-05-03 20:09:11 -040019
Yegor951adfe2022-04-29 17:39:10 -070020## 0.9.3+1
21
22* Updates example code and integration tests to accomodate hit-testing changes in the Flutter web engine.
23
David Iglesias3ec2ed02022-02-08 16:15:20 -080024## 0.9.3
25
26* Require minimal version of flutter SDK to be `2.10`
27
Harry Terkelsen0bcdbdf2022-02-03 10:55:22 -080028## 0.9.2
29
30* Marked `PointerInterceptor` as invisible, so it can be optimized by the engine.
David Iglesias3ec2ed02022-02-08 16:15:20 -080031* (Version Retracted. This attempted to use an API from Flutter `2.10` in earlier versions of Flutter. Fixed in v0.9.3)
Harry Terkelsen0bcdbdf2022-02-03 10:55:22 -080032
Rexios1377eed2022-02-01 15:05:22 -050033## 0.9.1
stuartmorgan5c69b362021-08-31 12:36:13 -040034
35* Removed `android` and `ios` directories from `example`, as the example doesn't
36 build for those platforms.
Rexios1377eed2022-02-01 15:05:22 -050037* Added `intercepting` field to allow for conditional pointer interception
stuartmorgan5c69b362021-08-31 12:36:13 -040038
David Iglesiascdabfd32021-05-27 12:39:03 -070039## 0.9.0+1
40
41* Change sizing of HtmlElementView so it works well when slotted.
42
Matěj Žídekf17b20a2021-02-18 22:49:56 +010043## 0.9.0
44
45* Migrates to null safety.
46
Ian Hickson9b3839c2021-01-20 16:21:47 -080047## 0.8.0+2
48
49* Use `ElevatedButton` instead of the deprecated `RaisedButton` in example and docs.
50
David Iglesias71dbbdf2020-12-16 16:54:33 -080051## 0.8.0+1
52
53* Update README.md so images render in pub.dev
54
David Iglesias1c117bb2020-12-16 15:40:38 -080055## 0.8.0
56
57* Initial release of the `PointerInterceptor` widget.