close
Skip to content

Releases: framework7io/framework7

v9.0.5

27 May 16:57

Choose a tag to compare

Bug Fixes

  • svelte: include HTML attributes in component prop types (b10e1f0), closes #4385
  • toolbar: allow native scroll on scrollable tabbar in iOS theme (5c092a9), closes #4391

v9.0.4

29 Apr 17:27

Choose a tag to compare

Features

  • types: types for css exports (540f7eb)

v9.0.3

13 Feb 22:11

Choose a tag to compare

Bug Fixes

  • calendar: fix dateFormat overrides (d8e8167), closes #4374
  • calendar: fix wrong nested popover position in MD theme (783a92f)
  • calendar: fixes calendar nested picker closes calendar (18b0030), closes #4378
  • data-table: styles for data-table sorting (5f9e33b), closes #4377
  • dialog: fix button color ignored in iOS theme (ce78c34), closes #4373
  • popover: restore scrolling on popover by disabling touch highlight on it (4881641), closes #4355
  • svelte: add inputmode param to input (#4379) (11ce150)
  • tabbar: correctly handle pointercancel (a620a99), closes #4380 #4381

v9.0.2

05 Dec 18:21

Choose a tag to compare

Bug Fixes

  • vue: prevent open already opened modals with v-model (1d4e29a)

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)