Releases: webdevnerdstuff/vuetify-inline-fields
Releases · webdevnerdstuff/vuetify-inline-fields
v2.0.0
What's Changed
- coffee by @webdevnerdstuff in #59
- Vuetify v4 by @webdevnerdstuff in #61
- Vuetify v4 by @webdevnerdstuff in #62
- Vuetify v4 by @webdevnerdstuff in #63
- version bump by @webdevnerdstuff in #64
- Merge branch 'main' into vuetify-v4 by @webdevnerdstuff in #65
Full Changelog: v1.0.9...v2.0.0
v1.0.9
- Fix issue with Switch and Checkbox
true-valueandfalse-valueprops not working with string values or numbers - Fix a couple typescript internal issues
- Update packages
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:modelValueto trigger