Releases: framework7io/framework7
Releases · framework7io/framework7
v9.0.1
v9.0.0
Core
- iOS theme:
- All new iOS 26 styles across all components
- Material theme:
- Colors schemes updated to latest Material You spec
- New Vibrant and Monochrome color schemes
- Updated look for Range slider
- Updated look for Progressbar
- Reworked page transitions (effect and direction)
- Components:
- Navbar
- Removed
dynamicNavbarfunctionality - Default back link text ("Back") is not empty in favor of using back icon only
- Removed
- Photo Browser
- Removed both light/dark modes. Now it uses the same the light (or dark) mode as an app
- Autocomplete
- Removed default "Cancel" text (in favor of using just an icon)
- Smart Select
- Removed default "Cancel" text (in favor of using just an icon)
- Searchbar
- Removed default "Cancel" text (in favor of using just an icon)
- Timeline
- Removed "Horizontal Timeline" style
- Navbar
Svelte
- Updated to latest Svelte v5 API
React
- Updated to latest React 19 API
v8.3.2
v8.3.1
Bug Fixes
- calendar: fix param type of calendar parameter formatValue (#4235) (ac1f205)
- core: insert theme stylesheet first to allow overriding (#4219) (#4220) (c02e90d)
- core: replace references to obsolete addListener/removeListener (#4221) (4430722)
- sortable: Prevent touchscreen scrolling conflict via touch-action (#4227) (0505835), closes #4178
- types: correct exports for react, vue and svelte (5b380eb)
- types: fix missing types (#4231) (734ab0a), closes #4181
v8.3.0
Bug Fixes
- popup: fix wrong popup push position on top of tablet-full-screen push popup (41def46)
- popup: prevent swiping popup when swiping over enabled sortable (9673b0b)
- router: fix props not passed to
openIncomponents (c609439), closes #4215 - sheet: prevent swiping sheet when swiping over enabled sortable (c92ad63)
Features
v8.2.0
v8.1.0
Bug Fixes
- calendar: fix range styles if same day selected
(84eaf76),
closes #4191 - core: hide scrollbar where required in FireFix
(f4c4c7e),
closes #4189 - core: translucent now applies in iOS theme not depending on iOS device
(06b8970) - messagebar: fix
textareaIdto be passed to textarea element
(b3b10b2) - panel: fix panel closed without transition when opened with swipe
(be8492c) - popover: fix ignored
arrowprop in Popover components
(feaa823) - progressbar: fix wrong style applied in Svelte component
(4604b1f),
closes #4183 - router: fix for correct navigate if used route path format like
/:optionalParam(any+[regexp]+)?
(#4179)
(6d40482) - router: fix routable modal destroy if modal route has
asyncprop
(1234e78) - searchbar: remove unused clear button layer
(4e13c36)