Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Important update.tar.gz | 2022-05-30 | 588.5 kB | |
Important update.zip | 2022-05-30 | 698.5 kB | |
README.md | 2022-05-30 | 1.1 kB | |
Totals: 3 Items | 1.3 MB | 0 |
What's changed
- removed V4 version of our sources and polyfill, all legacy code is moved to a separate branch
- Carousel no longer use touch events but a standardized pointer event listener setup
- Modal and Offcanvas will use a callback for dispose() method combined with specific hide() / close() method
- Updated Popover / Tooltip for Bootstrap 5.2.x
What's new
- Added Cypress testing suite for all components
- Added codeQL
- Various improvements for Tooltip / Popover, now you can set all content items (Popover title, content and btnClose as HTMLElement or string, Tooltip title) as well as the template option
- added
triggers
andisShown
property to Toast component
What's fixed
- Fixing Tab issue https://github.com/thednp/bootstrap.native/issues/444
- Minor fix for Button.isActive property
- Minor fixes to allow working with iframes, bugs revealed by Cypress testing
- Dropdown improvements for automatic positioning
For a complete and detailed view of the changes, check out the commits log