Sveltestrap v5.0.0 brings support for Bootstrap 5!
https://blog.getbootstrap.com/2021/05/05/bootstrap-5/
https://getbootstrap.com/docs/5.0/migration/
Breaking changes from Sveltestrap v4.x:
- You must use Bootstrap 5.x CSS - If your app uses Bootstrap 4.x you must use Sveltestrap v4
- CustomInputs are removed - Bootstrap 5 styles all inputs now, use Input as replacement.
- Removed Jumbotron, Media components use Bootstrap CSS utils as replacement.
- Remove Uncontrolled* components, stateful logic has been moved to their base components as replacement.
- TabContent and TabPane have been reworked to manage tab state internally.
- Removed node 10 support (should work, just no longer testing)
New Components:
- Accordion
- Offcanvas
- Fullscreen Modals
- Dark DropdownMenu, Carousel
Popper 2 has been added and Dropdown now use Popper.