Skip to content

Releases: sveltestrap/sveltestrap

v6.2.7

16 Mar 16:26
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix(types): Allow "target" attribute for DropdownItem by @RoryDuncan in #64
  • ✨ 🧹 refactor(tooltips): add delay to tooltip props by @dysfunc in #66

New Contributors

Full Changelog: v6.2.6...v6.2.7

v6.2.6

06 Mar 01:34
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix(input): cast num and range values as number by @dysfunc in #61

Full Changelog: v6.2.5...v6.2.6

v6.2.5

13 Feb 16:24
Compare
Choose a tag to compare

What's Changed

  • Additional type fixes for <Input> component
    • fix(types): fix Input value property type by @valmarv in #58

Full Changelog: v6.2.4...v6.2.5

v6.2.4

05 Feb 15:31
Compare
Choose a tag to compare

What's Changed

  • 🐛 refactor(types): update Input types by @dysfunc in #56
  • 🐛 fix(types): update AccordionItem events by @dysfunc in #57

Full Changelog: v6.2.3...v6.2.4

v6.2.3

21 Jan 16:38
Compare
Choose a tag to compare

What's Changed

  • Adds min/max props to <Input> elements
  • DRYs up <Input> logic
  • TypeScript definition updates

@dysfunc in #54

Full Changelog: v6.2.2...v6.2.3

v6.2.2

10 Jan 16:40
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix(types): make keyboard optional in Offcanvas by @vostrnad in #49
  • 🐛 fix(types): fix type exports in Dropdown. @valmarv in #51
  • 🐛 fix(types): use correct ColumnProps in Label by @valmarv in #52
  • 🧹 misc(cleanup): update jsdoc and prop types by @dysfunc in #53

New Contributors

Full Changelog: v6.2.1...v6.2.2

v6.2.1

08 Jan 21:39
Compare
Choose a tag to compare

Changes

  • This fixes an issue with matchMedia introduced in v6.2.0.

Full Changelog: v6.2.0...v6.2.1

v6.2.0

08 Jan 20:40
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix(types): Export shared types to allow configurable component props with TypeScript. by @hutchisr in #46
  • ✨feat(theme): adds theme prop to components, new store, and helper components by @dysfunc in #34
  • 🐛 fix(select): set input value to undefined as default to prevent binding loop with input elements by @dysfunc in #48
  • ✨ feat(badges): add positioned badge support to badges by @dysfunc in #45

New Contributors

Full Changelog: v6.1.1...v6.2.0

v6.1.1

30 Dec 20:26
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix(types): add missing HTML attributes to InputProps by @vostrnad in #38
  • 🐛 fix(types): add missing slot interface properties by @x64v in #40
  • 🐛 fix(types): update types with missing events by @dysfunc in #42
  • 🧹 refactor(formgroup): add spacer prop with mb-3 as default for parity by @dysfunc in #41

New Contributors

  • @x64v made their first contribution in #40

Full Changelog: v6.1.0...v6.1.1

v6.1.0

27 Dec 22:09
Compare
Choose a tag to compare

What's Changed

New Contributors