Skip to content

v10.0.0

Compare
Choose a tag to compare
@nolimits4web nolimits4web released this 03 Jul 07:03
· 185 commits to master since this release

Features

  • tweak browserslist to iOS >= 15
    (96a4e7e)
  • rework package to use .mjs files and all scripts and styles are minified
    (a267785)
  • fully rework scripts structure in package
    (2c87f13)
  • rename package files .esm.js to .mjs
    (7a17821)
  • browser ES modules
    (ab20bd1)
  • change swiper container overflow to clip
    (#6738)
    (a8447b7)
  • element: attributes can accept JSON stringified strings
    (5b93954)
  • element: highly reworked Swiper web component
    (a6f8a0f)
    • navigation arrows use SVGs instead of font
    • changed shadow DOM layout to have <div class="swiper"> inside
    • component styles now added using adoptedStylesheets
    • no more global styles injection
  • set transform 3d on wrapper for iOS devices
    (90c590d)
  • tweak types exports to be Node 16+ compatible
    (30ce8e0)

Bug Fixes