Skip to content

Releases: bestguy/sveltestrap

Support style attribute on Offcanvas

18 Aug 21:41
Compare
Choose a tag to compare

Correct Collapse & Fade on mobile

13 Aug 14:14
Compare
Choose a tag to compare

This release corrects an issue (#357) with Collapse & Fade unable to toggle open on mobile browsers.

Correct Offcanvas and types

10 Aug 03:30
Compare
Choose a tag to compare

This release corrects Offcanvas for Bootstrap 5.1.0 and also correct type definitions for custom events.

Workaround for SvelteKit issue

24 Jul 21:06
Compare
Choose a tag to compare

Use native transitions, correct Modal scrolling

17 Jul 04:05
Compare
Choose a tag to compare

This release adds native Bootstrap CSS transitions to Modal and Collapse (#332, #333)
Also corrects Modal body scrolling issue (#340)

Add Image and Figure

30 Jun 18:13
Compare
Choose a tag to compare

This release adds Image and Figure components.

Add Modal static backdrop support

30 Jun 15:26
Compare
Choose a tag to compare

This release adds backdrop="static" support to Modals

ListGroupItem, type fixes

29 Jun 02:19
Compare
Choose a tag to compare

Update ListGroup on:click
Add validated prop to Form
Remove unused Dropdown prop type
Correct Modal types

Update Input

17 Jun 16:01
Compare
Choose a tag to compare

Add support for datetime-local, month, tel, week to allow bind:value support
Correct missing size attribute in text, email, url, search, tel
Correct missing multiple attribute in email

Input feedback

17 Jun 02:37
Compare
Choose a tag to compare

This release updates Input with an optional feedback prop to support adding valid & invalid FormFeedback automatically