All notable changes to the "vuetify-inline-fields" plugin will be documented in this file.
2024-10-07 [main] (@webdevnerdstuff)
- Fix issue with Switch and Checkbox
true-value
andfalse-value
props not working with string values or numbers - Fix a couple typescript internal issues
- Update packages
2024-07-02 [main] (@webdevnerdstuff)
- Fix for originalValue not resetting if table rows change and components are not keyed or mounted/unmounted
- Update packages
2024-03-13 [main] (@webdevnerdstuff)
- Change component to use
defineAsyncComponent
- Fix unexpected side effect in computed function
2024-02-26 [main] (@webdevnerdstuff)
- Fix external rollup config
- Update packages
2024-01-11 [main] (@webdevnerdstuff)
- Fix reactivity issues
- Fix typescript issues
- Add VInlineAutocomplete (beta) to package
- Update tests
- Update packages
2023-12-18 [main] (@webdevnerdstuff)
- Add vitest
- Fix typescript issues
- Reorganizing
2023-12-06 [main] (@webdevnerdstuff)
- Remove console.log from SaveFieldButtons component
- Updated terser to remove console.log from build in case I forget to remove it in the future
2023-12-06 [main] (@webdevnerdstuff)
- Improve/Fix TypeScript support
- Add createVInlineFields for global registration and global options
2023-12-05 [main] (@webdevnerdstuff)
- Fix
VInlineSelect
modelValue getting set when no value, causing @update:modelValue to trigger
2023-12-01 [main] (@webdevnerdstuff) Official Release
2023-11-09 [main] (@webdevnerdstuff)
- Update lab components to regular components due to Vuetify official releases
- Update packages
- Update Vuetify to v^3.4.0
- Update docs
2023-10-30 [main] (@webdevnerdstuff)
- Fix VTextField missing some props
2023-10-30 [main] (@webdevnerdstuff)
- Fix vite config build after changing package name
2023-10-30 [main] (@webdevnerdstuff)
- Fix disabled prop to be reactive
- Change npm package name to
@wdns/vuetify-inline-fields