Skip to content

Release 0.14.0

Compare
Choose a tag to compare
@nandi95 nandi95 released this 23 Mar 19:38
· 17 commits to main since this release

Performance

  • perf(table): added markRaw

Feature

  • feat(select): improve keyboard control
    • This now matches built in select closer

Style

  • style(panel): add semantic correction of main content
  • style(select): truncate lines in multi select
  • style(select): make placeholder colour consistent
  • style(select): fix focus styles

Fix

  • fix: check for document in node environment correctly
  • fix(button)!: remove wrapping span
    • Remove to be in line with expected styling applied to the button. For example flex
  • fix(input): disable buttons on type input when disable
  • fix(modal)!: removed non-sensical prop binding

Docs

  • docs: added default page to demo board
  • docs: fixed typo

Chore

  • chore: incremented version
  • chore(deps-dev): updated dependencies

CI

  • ci: updated action version
  • ci: added npm publish