Changelog
- Update
@Providedecorator's option to acceptreactiveoption
- Fix README.md
- Update README.md
- Support Vue 3
- Remove
reflect-metadatasupport from@Propand@Modeldecorators - Remove
@ProvideReactiveand@InjectReactivedue to support reactive properties by@Provide - Remove
@ModelSyncand@PropSyc. Please use@Modelinstead.
@Emitand@Modeldecorators now assignsemitsoptions, which is introduced by Vue 3
- Fix
typingsfield inpackage.json(#356)
- Fix
mainandmodulefield inpackage.json
- Add
@ModelSyncdecorator (#254) - Add
@VModeldecorator (#276)
- Make reactive provided values configureable (#330)
- Breaking change Rename
vue-property-decorator.tstoindex.ts(c8c88642f589c8cb1a2f3a09034a01b17152bae7)- Exported files are also renamed from
vue-property-decorator.*toindex.*
- Exported files are also renamed from
- Split source code into separate files (d7954f8ca1a729a53da207317139fc76cefe98b2)
- Bump dependency versions
- Fix ProvideReactive (#328)
- Fix README.md (#329)
- Move
vue-class-componenttopeerDependencies
- Move
vue-class-componenttodependencies
- Revert #299
- Add CHANGELOG.md
- Fix README.md (#319)
- Move
vue-class-componenttopeerDependencies