Skip to content

Release 0.11.0

Compare
Choose a tag to compare
@nandi95 nandi95 released this 31 Jan 13:13
· 28 commits to main since this release
daa82c5

Feature

  • feat(table): added async search flag
  • feat(pagination): removed limiting class
  • feat(table): use type argument to typehint keys
  • feat(table): added suffix and prefix computation
  • feat: automatically add position relative to body on install

Fix

  • fix(table): fixed computed pageCount value
  • fix(table): removed footer on bigger screens when it is empty
  • fix(input): fixed input styling
    • Components such as clear button,
    • increment/decrement buttons,
    • suffixes... were outside of the input on small screens
  • fix(select): added default placeholder
    • If no value and no placeholder was given the select height was only due to the padding.
  • fix(tooltip): added hook to ensure correct positioning
  • fix(radio): fixed default slot inputs not being accessible
    • Issue stemmed from UIRadio only being imported after the UIRadioGroup has mounted.

Chore

  • chore: small demo board changes
  • chore(table): cleaned up demo view
  • chore: updated version
  • chore(deps-dev): updated dependencies
  • chore: removed unnecessary eslint ignores
  • chore: updated component names on demo board
  • chore: incremented package version
  • chore(deps-dev): updated dependencies

Test

  • test(table): removed duplicate helper method
  • test(table): added async search test
  • test(modal): added back classes
    • These are not just used for targeting in tests,
    • but might be used by consuming apps for targeting html

Style

  • style(loader-linear): updated class to a lighter colour
  • style(file-input): made buttons full height and more consistent
  • style(file-input): clarified demo
  • style(input): removed unnecessary type assertion

Documentation

  • docs(input): added placeholder demo
  • docs: added default value in setting key doc block

Continuous Integration

  • ci: ensured correct naming of actions

Refactor

  • refactor(modal): improved overflow styling