Skip to content

Releases: bestguy/sveltestrap

Add Popover

02 Jan 16:35
Compare
Choose a tag to compare

This release adds Popover, many thanks to @eddie0329 for the work.

Add Tooltip

28 Dec 04:28
Compare
Choose a tag to compare

Tooltip is now added thanks to @eddie0329

Correct TabContent

22 Dec 16:14
Compare
Choose a tag to compare

This release corrects issue with using more than one TabContent on same page.

Correct Navbar dropdowns

16 Oct 03:01
Compare
Choose a tag to compare

This release corrects issue in #187

Correct Input, Button types

15 Oct 02:57
Compare
Choose a tag to compare

Correct Input

09 Oct 14:17
Compare
Choose a tag to compare

This release corrects placeholder and readonly props for Input type="textarea"

Correct TypeScript types with SSR

08 Oct 13:34
Compare
Choose a tag to compare

Corrects TypeScript types support for SSR imports:

import { Button, Card } from 'sveltestrap/src';

Revert Icon component

28 Sep 03:45
Compare
Choose a tag to compare

Removes Icon due to ts and other build troubles

Correct Col output attributes

10 Sep 00:11
Compare
Choose a tag to compare

Correct Col to not export xs, sm, md, lg, xl props in output HTML

Correct id issue with CustomInput

05 Sep 16:50
Compare
Choose a tag to compare