Releases: bestguy/sveltestrap
Releases · bestguy/sveltestrap
Omit ids in lieu of restProps
Corrects #174
Add TypeScript types
Sveltestrap now supports TypeScript types from #165
Correct unused props
This release corrects a number of unused props.
Correct Input type="file"
This release corrects a binding issue with Input type="file", we now allow bind:files
Add common events to Input, CustomInput
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
This release improves SSR support by checking for window
prior to referencing.
Correct usage in Edge, switch & checkbox binding
Correct navbar Collapse on resize
Corrects issue with on resize to mobile sizes.
Corrects Navbar items with Collapse
This release corrects issue #59
Correct Collapse, Fade on mobile sizes
This release corrects issue with Collapse & Fade which were unable to open on mobile sizes.