Tags: karnama/vueish
Tags
feat: 0.22.0 (#578) ## 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
feat(file-uploader): improve sizing (#573) * feat(file-uploader): allow height sizing from outside of component * chore: updated non breaking changes * chore: increment version * feat(file-uploader): fix style binding * chore: ignore setup test error * chore: update breaking changes * chore: fix lint issues
fix(dropdown): use teleport (#531) ## 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
fix(input): check $ref existence before accessing `focus` (#530) ## 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
feat 0.18.0 (#505) ## 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
feat 0.17/4 (#491) ## 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
fix 0.17.3 (#490) ##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
PreviousNext