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
- Before the row was being extended therefore overwritten
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