Skip to content

Release 0.22.0

Latest
Compare
Choose a tag to compare
@nandi95 nandi95 released this 14 Feb 13:22
2099950

Fix:

  • fix(table): hide action column if no rows to show
  • fix(table): fix width of empty state's cell
  • fix(table): display actions when there are rows just filtered
  • fix(textarea): display label when given as a slot
  • fix(file-uploader): fixed overflow issue
  • fix(file-uploader): add back missing upload asap prop
  • fix(table): improved column type
    • Before the row was being extended therefore overwritten
      Here it is unionised in the argument

Chore:

  • chore: increment version
  • chore(deps-dev): updated dependencies
  • chore: increment version
  • chore: ignore build package from git

Feature:

  • feat(modal): add confirm mechanism
  • feat(file-uploader): added slot for customising the displayed files

Performance

  • perf(panel): removed actions section when unused

Style:

  • style(radio): made width consistent with other inputs
  • style(file-uploader): removed duplicate class
  • style(file-uploader): improved refresh animation
  • style(file-uploader): remove unused class

Testing:

  • test: updated snapshots
  • test(file-uploader): update snapshot

Documentation:

  • docs(file-uploader): fixed demo

Full Changelog: v0.21.0...v0.22.0