Releases: bestguy/sveltestrap
Releases · bestguy/sveltestrap
5.11.2
Mute unhelpful ARIA warnings
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
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
This release adds support for horizontal Collapse
What's Changed
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #443
- feat: add horizontal Collapse by @bestguy in #445
Full Changelog: v5.8.5...v5.9.0
Correct Modal click events
What's Changed
- Update Index.svelte by @GorbulasDev in #434
- Fix click handling in Modal by @tkieft in #442
New Contributors
Full Changelog: v5.8.4...v5.8.5
Correct documentation site
Correct Collapse types
Improve FormGroup, Navbar, Row, TabContent, Tooltip
What's Changed
- Add
group
field toInputProps
type definition by @mopeneko in #416 - Correct dropdown menu by @bestguy in #420
- preventing ReferenceError by @kaipaysen in #421
- fix the initial rendering of by @lovasoa in #426
- fixed broken links and import on importGroup by @deshartman in #423
- Update Readme.md by @GorbulasDev in #427
- Allow binding to
Row
's inner div by @OJFord in #422 - Improve FormGroup by @bestguy in #429
New Contributors
- @mopeneko made their first contribution in #416
- @deshartman made their first contribution in #423
- @GorbulasDev made their first contribution in #427
- @OJFord made their first contribution in #422
Full Changelog: v5.7.0...v5.8.0
Modal & Tooltip improvements
What's Changed
- Don't animate collapse out on Collapse removal by @ondrap in #380
- test: improve alert by @DaniAcu in #375
- feature:add order support to Col component by @airedwin in #390
- Fix type definitions for ButtonDropdown by @baileyherbert in #402
- Fix bug in Modal by @lovasoa in #408
- feature: Tooltip Target HtmlElement by @kaipaysen in #396
- Random small fixes by @bestguy in #410
- Modal fixes by @bestguy in #411
New Contributors
- @ondrap made their first contribution in #380
- @DaniAcu made their first contribution in #375
- @airedwin made their first contribution in #390
- @baileyherbert made their first contribution in #402
- @lovasoa made their first contribution in #408
- @kaipaysen made their first contribution in #396
Full Changelog: v5.6.3...v5.7.0