Releases: karnama/vueish
Releases · karnama/vueish
Release 0.12.0
Feature
- feat(select): added ability to use an array of strings as select options
Release 0.11.0
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
Release 0.10.0
Feature
- feat(file-input): add ability to add change button text
- feat(file-input): add customisation option to display value
Release 0.9.0
Feat
- feat: added events when closing and opening
Chore
- chore: project configuration changes
- chore(deps-dev): updated dependencies
- chore: bumped version
Style
- style: fixed lint issues
Fix
- fix(button): centered spinner loader
CI
- ci: moved semantic commit checking to app
Release 0.8.3
Release 0.8.2
Release 0.8.1
Feat
- feat: lazy load components
Release 0.8.0
Fix
- fix(click-away): move listener onto the element
- Only one listener was working at a time due to using a global variable...
- fix(select): fixed positioning of list
- feat(select): added label and errors
- feat(select): added mass select/deselect options
Style
- style(select): updated styles
Chore
- chore(select): removed unnecessary todo
- chore(deps-dev): updated dependencies
- chore: version package
- chore: updated dependencies
Test
- test: update to use
toBeDefined()
Release 0.7.1
Style
- style: update DemoBoard bg color
- style(input): moved password toggle into the input
Chore
- chore(dev-deps): Updated commit linting dependencies
- @commitlint/config-conventional
- @commitlint/prompt-cli
- @commitlint/types
- commitlint
- chore(deps-dev): updated vue
- chore(deps-dev): updated dependencies
Feature
- feat: added conditional label rendering
ci
- ci: decrease dependency check frequency
- ci: set action version to major only
- ci: fixed enum
Test
- test: updated snapshots
Revert
- revert(file-input): removed the replication attempt code
Release 0.7.0
Feature
- feat(transitions): added demo page
- feat(transitions): added fade-scale transition
- feat(textarea): added spellcheck by default
- feat(modal): export type for modal interface
Fix
- fix(select): removed redundant binding
- fix(transitions): fixed group fade transition
- fix(transitions): removed unnecessary name from fade transition
Style
- style(transitions): updated demo panel noCollapse state
- style(transitions): refined demo element
- style(transitions): add spacing
Refactor
- refactor(panel): replaced custom classes with tw classes
- refactor(transitions): centralised transition props
- revert(transitions): reverted debugging changes
- refactor(transitions): dry expand transition
- refactor(transitions): use js only for expand transition
- refactor(transitions): updated expand transition
- added props
- moved styles into js
Test
- test(panel): updated snapshots
Docs
- docs: update README.md
- removed ide no longer relevant section
Performance
- perf: add dynamic loading of demo files
Chore
- chore: updated version
CI
- ci: don't run commitlint action on drafts