sveltestrap

Bootstrap 4 & 5 components for Svelte

MIT License

Downloads
54.2K
Stars
1.3K
Committers
51

Bot releases are hidden (Show)

sveltestrap - 5.11.2 Latest Release

Published by bestguy about 1 year ago

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.

sveltestrap - Mute unhelpful ARIA warnings

Published by bestguy about 1 year ago

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.

sveltestrap - Bootstrap 5.3.0 Compatibility

Published by bestguy about 1 year ago

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 🙏

sveltestrap - Add horizontal Collapse

Published by bestguy over 2 years ago

This release adds support for horizontal Collapse

What's Changed

Full Changelog: https://github.com/bestguy/sveltestrap/compare/v5.8.5...v5.9.0

sveltestrap - Correct Modal click events

Published by bestguy over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bestguy/sveltestrap/compare/v5.8.4...v5.8.5

sveltestrap - Correct documentation site

Published by bestguy over 2 years ago

What's Changed

Full Changelog: https://github.com/bestguy/sveltestrap/compare/v5.8.2...v5.8.3

sveltestrap - Correct Collapse types

Published by bestguy over 2 years ago

sveltestrap - Improve FormGroup, Navbar, Row, TabContent, Tooltip

Published by bestguy over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bestguy/sveltestrap/compare/v5.7.0...v5.8.0

sveltestrap - Modal & Tooltip improvements

Published by bestguy almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bestguy/sveltestrap/compare/v5.6.3...v5.7.0

sveltestrap - Bug fixes

Published by bestguy about 3 years ago

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
sveltestrap - Support style attribute on Offcanvas

Published by bestguy about 3 years ago

sveltestrap - Correct Collapse & Fade on mobile

Published by bestguy about 3 years ago

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

sveltestrap - Correct Offcanvas and types

Published by bestguy about 3 years ago

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

sveltestrap - Workaround for SvelteKit issue

Published by bestguy about 3 years ago

Workaround for sveltekit#2000

sveltestrap - Use native transitions, correct Modal scrolling

Published by bestguy over 3 years ago

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

sveltestrap - Add Image and Figure

Published by bestguy over 3 years ago

This release adds Image and Figure components.

sveltestrap - Add Modal static backdrop support

Published by bestguy over 3 years ago

This release adds backdrop="static" support to Modals

sveltestrap - ListGroupItem, type fixes

Published by bestguy over 3 years ago

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

sveltestrap - Update Input

Published by bestguy over 3 years ago

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

sveltestrap - Input feedback

Published by bestguy over 3 years ago

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