Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

64 lines (54 loc) · 1.45 KB

Change Log

All notable changes to the "vuetify-inline-fields" plugin will be documented in this file.

v1.0.5

01-11-2024 [main] (@webdevnerdstuff)

  • Fix reactivity issues
  • Fix typescript issues
  • Add VInlineAutocomplete (beta) to package
  • Update tests
  • Update packages

v1.0.4

12-18-2023 [main] (@webdevnerdstuff)

  • Add vitest
  • Fix typescript issues
  • Reorganizing

v1.0.3

12-06-2023 [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

v1.0.2

12-06-2023 [main] (@webdevnerdstuff)

  • Improve/Fix TypeScript support
  • Add createVInlineFields for global registration and global options

v1.0.1

12-05-2023 [main] (@webdevnerdstuff)

  • Fix VInlineSelect modelValue getting set when no value, causing @update:modelValue to trigger

v1.0.0

12-01-2023 [main] (@webdevnerdstuff) Official Release

v1.0.0-beta-2

11-09-2023 [main] (@webdevnerdstuff)

  • Update lab components to regular components due to Vuetify official releases
  • Update packages
  • Update Vuetify to v^3.4.0
  • Update docs

v1.0.0-beta-1.12

10-30-2023 [main] (@webdevnerdstuff)

  • Fix VTextField missing some props

v1.0.0-beta-1.11

10-30-2023 [main] (@webdevnerdstuff)

  • Fix vite config build after changing package name

v1.0.0-beta-1.10

10-30-2023 [main] (@webdevnerdstuff)

  • Fix disabled prop to be reactive
  • Change npm package name to @wdns/vuetify-inline-fields