stuartmorgan | 789e3a7 | 2023-03-04 10:28:18 -0800 | [diff] [blame] | 1 | ## NEXT |
| 2 | |
| 3 | * Aligns Dart and Flutter SDK constraints. |
| 4 | |
Balvinder Singh Gambhir | 7e80927 | 2023-02-04 04:48:22 +0530 | [diff] [blame] | 5 | ## 0.9.3+4 |
stuartmorgan | c72e3f2 | 2023-01-24 15:54:36 -0800 | [diff] [blame] | 6 | |
Balvinder Singh Gambhir | 7e80927 | 2023-02-04 04:48:22 +0530 | [diff] [blame] | 7 | * Removes const keyword from PointerInterceptor's constructor. |
stuartmorgan | c72e3f2 | 2023-01-24 15:54:36 -0800 | [diff] [blame] | 8 | * Updates minimum Flutter version to 3.0. |
| 9 | |
Michael Goderbauer | 88585ef | 2022-08-25 09:57:05 -0700 | [diff] [blame] | 10 | ## 0.9.3+3 |
| 11 | |
| 12 | * Fixes lint warnings. |
| 13 | |
Chris Yang | aedd3e5 | 2022-06-03 19:13:08 -0700 | [diff] [blame] | 14 | ## 0.9.3+2 |
stuartmorgan | 4e45215 | 2022-05-03 20:09:11 -0400 | [diff] [blame] | 15 | |
| 16 | * (Temporarily) helps tests introduced in prior version to pass in `stable`. |
| 17 | (This will be removed when `master` rolls to `stable`) |
Chris Yang | aedd3e5 | 2022-06-03 19:13:08 -0700 | [diff] [blame] | 18 | * Updates README to reference the correct github URL. |
stuartmorgan | 4e45215 | 2022-05-03 20:09:11 -0400 | [diff] [blame] | 19 | |
Yegor | 951adfe | 2022-04-29 17:39:10 -0700 | [diff] [blame] | 20 | ## 0.9.3+1 |
| 21 | |
| 22 | * Updates example code and integration tests to accomodate hit-testing changes in the Flutter web engine. |
| 23 | |
David Iglesias | 3ec2ed0 | 2022-02-08 16:15:20 -0800 | [diff] [blame] | 24 | ## 0.9.3 |
| 25 | |
| 26 | * Require minimal version of flutter SDK to be `2.10` |
| 27 | |
Harry Terkelsen | 0bcdbdf | 2022-02-03 10:55:22 -0800 | [diff] [blame] | 28 | ## 0.9.2 |
| 29 | |
| 30 | * Marked `PointerInterceptor` as invisible, so it can be optimized by the engine. |
David Iglesias | 3ec2ed0 | 2022-02-08 16:15:20 -0800 | [diff] [blame] | 31 | * (Version Retracted. This attempted to use an API from Flutter `2.10` in earlier versions of Flutter. Fixed in v0.9.3) |
Harry Terkelsen | 0bcdbdf | 2022-02-03 10:55:22 -0800 | [diff] [blame] | 32 | |
Rexios | 1377eed | 2022-02-01 15:05:22 -0500 | [diff] [blame] | 33 | ## 0.9.1 |
stuartmorgan | 5c69b36 | 2021-08-31 12:36:13 -0400 | [diff] [blame] | 34 | |
| 35 | * Removed `android` and `ios` directories from `example`, as the example doesn't |
| 36 | build for those platforms. |
Rexios | 1377eed | 2022-02-01 15:05:22 -0500 | [diff] [blame] | 37 | * Added `intercepting` field to allow for conditional pointer interception |
stuartmorgan | 5c69b36 | 2021-08-31 12:36:13 -0400 | [diff] [blame] | 38 | |
David Iglesias | cdabfd3 | 2021-05-27 12:39:03 -0700 | [diff] [blame] | 39 | ## 0.9.0+1 |
| 40 | |
| 41 | * Change sizing of HtmlElementView so it works well when slotted. |
| 42 | |
Matěj Žídek | f17b20a | 2021-02-18 22:49:56 +0100 | [diff] [blame] | 43 | ## 0.9.0 |
| 44 | |
| 45 | * Migrates to null safety. |
| 46 | |
Ian Hickson | 9b3839c | 2021-01-20 16:21:47 -0800 | [diff] [blame] | 47 | ## 0.8.0+2 |
| 48 | |
| 49 | * Use `ElevatedButton` instead of the deprecated `RaisedButton` in example and docs. |
| 50 | |
David Iglesias | 71dbbdf | 2020-12-16 16:54:33 -0800 | [diff] [blame] | 51 | ## 0.8.0+1 |
| 52 | |
| 53 | * Update README.md so images render in pub.dev |
| 54 | |
David Iglesias | 1c117bb | 2020-12-16 15:40:38 -0800 | [diff] [blame] | 55 | ## 0.8.0 |
| 56 | |
| 57 | * Initial release of the `PointerInterceptor` widget. |