Skip to content

Releases: bestguy/sveltestrap

Omit ids in lieu of restProps

05 Sep 16:51
Compare
Choose a tag to compare

Add TypeScript types

25 Jul 23:40
655c841
Compare
Choose a tag to compare

Sveltestrap now supports TypeScript types from #165

Correct unused props

24 Dec 04:01
Compare
Choose a tag to compare

This release corrects a number of unused props.

Correct Input type="file"

24 Oct 04:32
Compare
Choose a tag to compare

This release corrects a binding issue with Input type="file", we now allow bind:files

Add common events to Input, CustomInput

20 Oct 16:32
Compare
Choose a tag to compare

This release adds support for commonly used Input and CustomInput events:

      on:blur
      on:focus
      on:keydown
      on:keypress
      on:keyup
      on:change
      on:input 

Improve SSR support

13 Oct 19:52
Compare
Choose a tag to compare

This release improves SSR support by checking for window prior to referencing.

Correct usage in Edge, switch & checkbox binding

13 Oct 18:00
Compare
Choose a tag to compare

This release corrects a problem (#63) with using in Edge browsers.
Also corrects a problem (#61 ) when binding checked attribute for CustomInputs with checkbox and switch

Correct navbar Collapse on resize

29 Sep 17:51
Compare
Choose a tag to compare

Corrects issue with on resize to mobile sizes.

Corrects Navbar items with Collapse

29 Sep 04:05
Compare
Choose a tag to compare

This release corrects issue #59

Correct Collapse, Fade on mobile sizes

28 Sep 15:09
Compare
Choose a tag to compare

This release corrects issue with Collapse & Fade which were unable to open on mobile sizes.