|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [4.0.0] - 2025-08-27 |
| 4 | + |
| 5 | +**BREAKING CHANGE** |
| 6 | + |
| 7 | +Refactored the signatures of `overrideDone`, `overrideNext`, `overrideSkip`, and `overrideBack` parameters to provide improved `onPressed` handling and greater flexibility for custom button actions. |
| 8 | + |
| 9 | +More information [PR#234](https://github.com/Pyozer/introduction_screen/pull/234) |
| 10 | + |
| 11 | +- Add custom semantic label for progress [PR#235](https://github.com/Pyozer/introduction_screen/pull/235) |
| 12 | +- Update readme [PR#228](https://github.com/Pyozer/introduction_screen/pull/228) |
| 13 | +- Fix WASM support (using fork of flutter_keyboard_visibility) [PR#232](https://github.com/Pyozer/introduction_screen/pull/232) |
| 14 | +- Allow to display back button on first page [PR#233](https://github.com/Pyozer/introduction_screen/pull/233) |
| 15 | + |
3 | 16 | ## [3.1.17] - 2025-02-18 |
4 | 17 |
|
5 | | -- Reduce example app minimum sdk [#226](https://github.com/Pyozer/introduction_screen/pull/226) |
| 18 | +- Reduce example app minimum sdk [PR#226](https://github.com/Pyozer/introduction_screen/pull/226) |
6 | 19 |
|
7 | 20 | ## [3.1.16] - 2025-02-12 |
8 | 21 |
|
9 | | -- Allow skipButton and backButton to be used at the same time [#219](https://github.com/Pyozer/introduction_screen/pull/219) |
10 | | -- Implement backgroundImage for PageViewModel [#214](https://github.com/Pyozer/introduction_screen/pull/214) |
| 22 | +- Allow skipButton and backButton to be used at the same time [PR#219](https://github.com/Pyozer/introduction_screen/pull/219) |
| 23 | +- Implement backgroundImage for PageViewModel [PR#214](https://github.com/Pyozer/introduction_screen/pull/214) |
11 | 24 | - Regenerate example app |
12 | 25 |
|
13 | 26 | ## [3.1.15] - 2025-02-12 |
14 | 27 |
|
15 | | -- Fix button style can not be overridden [#224](https://github.com/Pyozer/introduction_screen/pull/224) |
16 | | -- Enhance Test Coverage for Introduction Screen [#221](https://github.com/Pyozer/introduction_screen/pull/221) |
| 28 | +- Fix button style can not be overridden [PR#224](https://github.com/Pyozer/introduction_screen/pull/224) |
| 29 | +- Enhance Test Coverage for Introduction Screen [PR#221](https://github.com/Pyozer/introduction_screen/pull/221) |
17 | 30 |
|
18 | 31 | ## [3.1.14] - 2024-03-23 |
19 | 32 |
|
20 | 33 | ### Fixed |
21 | | -- Fix scroll NotificationListener on PageView children [#208](https://github.com/Pyozer/introduction_screen/pull/208) |
| 34 | +- Fix scroll NotificationListener on PageView children [PR#208](https://github.com/Pyozer/introduction_screen/pull/208) |
22 | 35 |
|
23 | 36 | ## [3.1.13] - 2024-03-23 |
24 | 37 |
|
25 | 38 | ### Added |
26 | | -- Add scrollViewKeyboardDismissBehavior parameter on PageViewModel [#195](https://github.com/Pyozer/introduction_screen/pull/195) [#212](https://github.com/Pyozer/introduction_screen/pull/212) |
| 39 | +- Add scrollViewKeyboardDismissBehavior parameter on PageViewModel [PR#195](https://github.com/Pyozer/introduction_screen/pull/195) [PR#212](https://github.com/Pyozer/introduction_screen/pull/212) |
27 | 40 | - Re-generate example app with latest flutter version |
28 | 41 | - Update dependencies to latest version (flutter_keyboard_visibility to 6.0.0) |
29 | 42 |
|
30 | 43 | ### Fixed |
31 | | -- Fix page controller used on autoScroll after introduction disposed [#191](https://github.com/Pyozer/introduction_screen/pull/191) [#196](https://github.com/Pyozer/introduction_screen/pull/196) [#199](https://github.com/Pyozer/introduction_screen/pull/199) |
| 44 | +- Fix page controller used on autoScroll after introduction disposed [PR#191](https://github.com/Pyozer/introduction_screen/pull/191) [PR#196](https://github.com/Pyozer/introduction_screen/pull/196) [PR#199](https://github.com/Pyozer/introduction_screen/pull/199) |
32 | 45 |
|
33 | 46 | ## [3.1.12] - 2023-10-03 |
34 | 47 |
|
|
0 commit comments