v12.1.4
OpenBMB/MiniCPM-Vv12.1.4Apr 29, 2026by nolimits4web
AI Summary
This release addresses accessibility issues and adds TypeScript support, specifically fixing redundant ARIA attributes and adding type definitions for CSS files.
Key Highlights
- Bug fix for redundant `aria-disabled` attributes in Swiper navigation buttons.
- TypeScript declarations added for CSS files.
- Exposed `isFullyVisible` prop in React SwiperSlide render props.
New Features
- TypeScript CSS declarations
- React prop exposure (isFullyVisible)
- Accessibility bug fixes
- General bug fixes
Full Release Notes
### Bug Fixes - remove redundant aria-disabled=false from swiper nav button ([#8176](https://github.com/nolimits4web/Swiper/issues/8176)) ([6730929](https://github.com/nolimits4web/Swiper/commit/673092978a54ee3aff82633dd50880011a2a362f)) ### Features - **package:** add TS declarations for CSS files ([ea3081b](https://github.com/nolimits4web/Swiper/commit/ea3081b8c5863b297a240a0698804121c9e6c118)), closes [#8055](https://github.com/nolimits4web/Swiper/issues/8055) - **react:** expose isFullyVisible in SwiperSlide render props ([#8175](https://github.com/nolimits4web/Swiper/issues/8175)) ([3af0002](https://github.com/nolimits4web/Swiper/commit/3af0002acfc18a5ec450b3a2354d6187a64797e8))