Skip to content

v0.9.4

Compare
Choose a tag to compare
@metonym metonym released this 08 Aug 23:37
· 1470 commits to master since this release
  • ignore false positive a11y-label-has-associated-control warnings added in svelte version 3.24.1 (Issue #226)
  • fix DatePicker: use wildcard import to resolve flatpickr "no default" error when using ESM
  • allow CodeSnippet button to be optional by using the hideCopyButton prop
  • refactor CodeSnippet: replace afterUpdate with reactive statement
  • fix CodeSnippet: forward feedback, feedbackTimeout props to Copy component