Skip to content

Important update

Compare
Choose a tag to compare
@thednp thednp released this 30 May 12:49
· 119 commits to master since this release

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 and isShown property to Toast component
  • Offcanvas also has 'static' backdrop option

What's fixed

  • Fixing Tab issue #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