Skip to content

Releases: framework7io/framework7

v9.0.1

26 Nov 17:33

Choose a tag to compare

v9.0.0

25 Nov 19:28

Choose a tag to compare

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 dynamicNavbar functionality
      • Default back link text ("Back") is not empty in favor of using back icon only
    • 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

Svelte

  • Updated to latest Svelte v5 API

React

  • Updated to latest React 19 API

v8.3.2

27 Feb 09:54

Choose a tag to compare

Bug Fixes

  • sheet: correctly remove resize handler (ffb5c8c), closes #4251

Features

  • core: better error stack trace for router components (d6c60f8), closes #4250

v8.3.1

05 Feb 10:28

Choose a tag to compare

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

18 Aug 08:31

Choose a tag to compare

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 openIn components (c609439), closes #4215
  • sheet: prevent swiping sheet when swiping over enabled sortable (c92ad63)

Features

  • sheet: new feature to configure opened breakpoints (3ec8cc1)
  • svelte: types reworked for Svelte 4 (#4216) (31b94b0)
  • swiper: update swiper to latest 10.2.0 (957fa87)
  • update to latest Swiper (b9afba6)

v8.2.0

06 Jul 10:11

Choose a tag to compare

Bug Fixes

  • inputs: fixed outline input without label misalignment
    (81d2757)
  • list-view: add "list" slot in Vue component
    (f4b24bc),
    closes
    #4201
    #4195

Features

  • panel: limit resizable to max 100% width and support
    resizable floating panels
    (27ae4e1)
  • swiper: update to Swiper v10
    (b6cb30a)

v8.1.0

12 Jun 07:29

Choose a tag to compare

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 textareaId to be passed to textarea element
    (b3b10b2)
  • panel: fix panel closed without transition when opened with swipe
    (be8492c)
  • popover: fix ignored arrow prop 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 async prop
    (1234e78)
  • searchbar: remove unused clear button layer
    (4e13c36)

Features

  • list-index: tweak label colors in MD theme
    (b797d9b)
  • notification: increase notifiaction transition duration and paddings in
    MD theme
    (27f211e)
  • picker: full width single column picker scrolling
    (04ca371)
  • pull-to-refresh: tweak md colors
    (b014a34)

v8.0.5

08 May 13:40

Choose a tag to compare

Bug Fixes

  • virtual-list: fix auto height calcs in filtered items
    (1336770),
    closes #4168

v8.0.4

03 May 10:25

Choose a tag to compare

Bug Fixes

  • area-chart: fix tooltip label color in MD theme
    (5d87626)
  • button: fix iOS outline button color
    (59674be),
    closes #4169
  • chip: fix chip media margin in iOS theme
    (34f4c28)

v8.0.3

17 Apr 08:13

Choose a tag to compare

Bug Fixes

  • core: correct colors inheritance in nested dark mode
    (e4f0ddc),
    closes #4165
  • core: prevent handling of not trusted touch events
    (3ea9ac5),
    closes #4164
  • input: fix datetime-local input width
    (6253c6c)