Showing
2 changed files
with
8 additions
and
4 deletions
| 1 | - ## [4.3.1] | 1 | +## [4.3.2] |
| 2 | +- Fix nullable on internacionalization (@jmguillens) | ||
| 3 | +- Fix nullable on Rx.stream (@steven-spiel) | ||
| 4 | + | ||
| 5 | +## [4.3.1] | ||
| 2 | - Fix controller is not removed when keyboard is open. | 6 | - Fix controller is not removed when keyboard is open. |
| 3 | - Improved: Safe removal and insertion of controllers. | 7 | - Improved: Safe removal and insertion of controllers. |
| 4 | 8 | ||
| 5 | - ## [4.3.0] | 9 | +## [4.3.0] |
| 6 | - Added GetResponsiveWidget (@ahmednfwela) | 10 | - Added GetResponsiveWidget (@ahmednfwela) |
| 7 | - Added `Get.replace()` (@jwelmac) | 11 | - Added `Get.replace()` (@jwelmac) |
| 8 | - Added Improve korean doc (@sejun2) | 12 | - Added Improve korean doc (@sejun2) |
| 9 | - Fix multiple middlewares redirect (@liasica) | 13 | - Fix multiple middlewares redirect (@liasica) |
| 10 | - Added gestureWidth and showCupertinoParallax to GetPage to customize cupertino transitions | 14 | - Added gestureWidth and showCupertinoParallax to GetPage to customize cupertino transitions |
| 11 | 15 | ||
| 12 | - ## [4.2.5] | 16 | +## [4.2.5] |
| 13 | - Added anchorRoute and filterPages to GetRouterOutlet (@ahmednfwela) | 17 | - Added anchorRoute and filterPages to GetRouterOutlet (@ahmednfwela) |
| 14 | - Added scrollBehavior and scaffoldMessengerKey to GetMaterialapp(@ejabu and @alionour) | 18 | - Added scrollBehavior and scaffoldMessengerKey to GetMaterialapp(@ejabu and @alionour) |
| 15 | - Fix error when child on MaterialApp is null (@ahmednfwela) | 19 | - Fix error when child on MaterialApp is null (@ahmednfwela) |
| 1 | name: get | 1 | name: get |
| 2 | description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX. | 2 | description: Open screens/snackbars/dialogs without context, manage states and inject dependencies easily with GetX. |
| 3 | -version: 4.3.1 | 3 | +version: 4.3.2 |
| 4 | homepage: https://github.com/jonataslaw/getx | 4 | homepage: https://github.com/jonataslaw/getx |
| 5 | 5 | ||
| 6 | environment: | 6 | environment: |
-
Please register or login to post a comment