Releases: webdevnerdstuff/vuetify-inline-fields
Releases · webdevnerdstuff/vuetify-inline-fields
v1.0.9
v1.0.8
- Fix for originalValue not resetting if table rows change and components are not keyed or mounted/unmounted
- Update packages
v1.0.7
- Change component to use
defineAsyncComponent
- Fix unexpected side effect in computed function
v1.0.6
- Fix external rollup config
- Update packages
v1.0.5
- Fix reactivity issues
- Fix typescript issues
- Add VInlineAutocomplete (beta) to package
- Update tests
- Update packages
v1.0.4
- Add vitest
- Fix typescript issues
- Reorganizing
v1.0.3
- Remove console.log from SaveFieldButtons component
- Updated terser to remove console.log from build in case I forget to remove it in the future
v1.0.2
- Improve/Fix TypeScript support
- Add createVInlineFields for global registration and global options
v1.0.1
- Fix VInlineSelect modelValue getting set when no value, causing
@update:modelValue
to trigger
v1.0.0
Official Release