v12.1.1

ScrapeGraphAI/Scrapegraph-aiv12.1.1Feb 13, 2026by nolimits4web

AI Summary

This release focuses on fixing critical accessibility and core logic bugs, specifically addressing issues with virtual mode focus, offset calculations, and module initialization.

Key Highlights

  • Fixed focus issues in virtual mode for accessibility
  • Prevented duplicate module initialization in the constructor
  • Resolved double-subtracting offsets in centerInsufficientSlides
  • Added support for boolean values in accessibility settings

New Features

  • Boolean support for a11y values
  • Improved core stability

Full Release Notes

### Bug Fixes

- **a11y:** fix focus in virtual mode enabled ([3055008](https://github.com/nolimits4web/Swiper/commit/30550088fd089600aec2d7f8924b88cff13abbe9)), closes [#8147](https://github.com/nolimits4web/Swiper/issues/8147)
- **core:** avoid double-subtracting offsets in centerInsufficientSlides ([#8158](https://github.com/nolimits4web/Swiper/issues/8158)) ([60b0052](https://github.com/nolimits4web/Swiper/commit/60b005222a801029a4a00d319517028afba7af18))
- **core:** prevent duplicate module initialization in constructor ([#8155](https://github.com/nolimits4web/Swiper/issues/8155)) ([#8156](https://github.com/nolimits4web/Swiper/issues/8156)) ([07738a2](https://github.com/nolimits4web/Swiper/commit/07738a233b70535c36126c5b579f2bb40049da6c))
- **types:** support boolean as a11y value ([#8157](https://github.com/nolimits4web/Swiper/issues/8157)) ([6bf76d5](https://github.com/nolimits4web/Swiper/commit/6bf76d573196c61db1328350c11e2c44f5d3ec08))