mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
4.7 KiB
4.7 KiB
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
6.0.13 (2022-03-23)
Note: Version bump only for package @ionic/react
6.0.12 (2022-03-16)
Note: Version bump only for package @ionic/react
6.0.11 (2022-03-09)
Note: Version bump only for package @ionic/react
6.0.10 (2022-03-02)
Note: Version bump only for package @ionic/react
6.0.9 (2022-02-23)
Note: Version bump only for package @ionic/react
6.0.8 (2022-02-15)
Note: Version bump only for package @ionic/react
6.0.7 (2022-02-09)
Note: Version bump only for package @ionic/react
6.0.6 (2022-02-09)
Bug Fixes
- angular, react, vue: overlays no longer throw errors when used inside tests (#24681) (897ae4a), closes #24549 #24590
6.0.5 (2022-02-02)
Bug Fixes
- react-router: remove page transition flicker on outlet mounting (#24667) (bdb5c42), closes #24666
- react: nested router outlets will not reanimate entered views (#24672) (43aa6c1), closes #24107
Performance Improvements
6.0.4 (2022-01-26)
Bug Fixes
6.0.3 (2022-01-19)
Bug Fixes
- react: add useRef wrapper to useIonOverlay state to avoid stale references (#24553) (bce849c)
- react: prevent errors when dismissing inline popover after containing element is removed (#24569) (c8a392a)
6.0.2 (2022-01-11)
Bug Fixes
- breadcrumb: support routerLink on breadcrumb (#24509) (5bb1414), closes #24493
- react,vue: backdrop for inline modal/popover overlay (#24453) (77f8412), closes #24449
- react: building app for production now works correctly with vite (#24515) (32fad3d), closes #24229
- react: scrolling to bottom of modal contents (#24510) (1462cef), closes #24478