Skip to content

Releases: bestguy/sveltestrap

5.11.2

31 Aug 02:16
Compare
Choose a tag to compare

This release fixes long standing issue(s) with PopperJS imports with Sveltekit and Vite, and also works with Svelte REPL: #566

Thanks all for the patience and help on resolving.

Mute unhelpful ARIA warnings

11 Aug 21:57
Compare
Choose a tag to compare

This release mutes some unhelpful/unused ARIA warnings when importing from Sveltestrap. These are mostly invalid by default, but we need to pass optional on:click handlers, etc.

Bootstrap 5.3.0 Compatibility

11 Aug 21:54
Compare
Choose a tag to compare

This release updates Sveltestrap to Bootstrap v5.3.0.

The notable changes to Sveltestrap are:

  • Dark mode support in the Styles component
  • Add underline option for Nav
  • Add horizontal option for ListGroup
  • Add custom divider support to Breadcrumb
  • Updated Badge and Progress text colors to improve contrast and support dark mode
  • Removed dark option for Carousel, Dropdown, and Table, use Bootstrap dark mode
  • Removed white option for Button, use Bootstrap dark mode

This release (should) also fix Popperjs issues with Sveltekit 🙏

Add horizontal Collapse

18 Feb 16:13
Compare
Choose a tag to compare

This release adds support for horizontal Collapse

What's Changed

Full Changelog: v5.8.5...v5.9.0

Correct Modal click events

15 Feb 03:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.8.4...v5.8.5

Correct documentation site

23 Jan 18:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.8.2...v5.8.3

Correct Collapse types

23 Jan 02:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.8.0...v5.8.1

Improve FormGroup, Navbar, Row, TabContent, Tooltip

23 Jan 02:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.7.0...v5.8.0

Modal & Tooltip improvements

01 Jan 04:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.6.3...v5.7.0

Bug fixes

07 Sep 03:58
Compare
Choose a tag to compare

This release corrects the following issues:

  • Removes double nested offcanvas-title components. #364
  • Add missing files prop from Input types #368
  • Add missing disabled prop TabPane #372
  • Correct binding of inner input for checkboxes #374