Releases: karnama/vueish
Releases · karnama/vueish
Release 0.22.0
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
Release 0.21.0
Feature
- feat(file-uploader): allow height sizing from outside of component #573
Chore
- chore: updated non breaking changes
- chore: increment version
- chore: ignore setup test error
- chore: update breaking changes
Full Changelog: v0.20.0...v0.21.0
Release 0.20.0
Release
Feature:
- feat(file-uploader): add slot for drop area by @stubbo in #559
- feat(utils): edit isImage to use mime type by @stubbo in #559
Full Changelog: v0.19.2...v0.20.0
Release 0.19.2
Fix:
- fix(dropdown): use teleport
- This prevents the dropdown to be pushing the parent dimensions triggering possible scroll
- fix(dropdown): fix vertical positioning
Chore:
- chore: increment version
- chore(deps-dev): updated dependencies
Performance:
- perf(dropdown): removed unnecessary decision block
Full Changelog: v0.19.1...v0.19.2
Release 0.19.1
Revert:
- Revert "feat(input): add help/descriptor text (#516)"
- This reverts commit f3edec2.
- This caused moving of content up and down when switching between help and error.
- This can be reintroduced when it has been implemented with less motion.
Fix:
- fix(input): check for ref exists before calling method
Chore:
- chore(deps-dev): updated dependencies
- chore: increment version
Release 0.19.0
Feature
- feat(input): add help/descriptor text
Chore
- chore: increment version
Release 0.18.0
Fix:
- fix(select): avoid overflowing container
- whitespace no-wrap caused select to grow beyond its parent
- fix(select): fixed shrinking padlock icon
- fix(select): position dropdown on scroll
Performance:
- perf(select): removed unnecessary cloning
- perf(select): debounce event listeners
Chore:
- chore: small demo board style change
- chore: increment version
- chore(deps-dev): updated dependencies
Refactor:
- refactor!: change plugin install strategy
Feature:
- feat(transitions): added FadeSlideTransition
- feat: (internal) added colour converter
- Convert hex colours to tailwind vars
Documentation:
- docs(select): added more select options
Release 0.17.5
Chore:
- chore: increment version
- chore: removed not necessary style
- chore(deps-dev): updated dependencies
Fix:
- fix(button): handle auto and % width values on loading
- fix(button): avoid setting width to auto
- This could caused issues when turning button back from loading
- fix(input): make prefix and suffix click focus the input
- fix(table): use unique search input id per table
- Avoid collision with other tables' input
Feature:
- feat: made error message more helpful
Testing:
- test: updated helper test
- test: updated button tests
- test: updated selectors and snapshots
Styling:
- style(input)!: renamed prefix and suffix classes
- This is inline with the rest of the customisation classes
- style: center labels items and set to inline flex
- style(table): reset search font weight to normal
- font-weight: 700 was inherited from th
- style(table): remove scroll box when not needed
Documentation
- docs: improved table demo
- added small prop to custom paginator
Release 0.17.4
Chore:
- chore: increment version
Fix:
- fix(button): handle auto and % width values on loading
- fix(button): avoid setting width to auto
- This could caused issues when turning button back from loading
Feature:
- feat: made error message more helpful
Testing
- test: updated helper test
- test: updated button tests
Release 0.17.3
Style
- style(loader-spinner): add background on determinate state
Chore
- chore: incremented version
- chore(deps-dev): updated dependencies
Testing
- test(loader-spinner): updated tests
Continuous Integration
- ci: added github reporter to jest