Releases: gloriasoft/veaury
Releases · gloriasoft/veaury
2.1.3
Feature
- Add
custom
type in the vite plugin of veaury. If you want to customize the compilation scope of vueJsx, you can configure overrides by setting type to custom
.
2.1.0
Feature
- Add api
createReactMissVue
to enable react applications to use vue plugins.
Bug fixes
- Fix infinite updates in
applyVueInReact
caused by children passing in scope slots in some cases.
2.0.1
Compatibility
- Add the warning for HOC injectPropsFromWrapper deprecated.
2.0.0
Feature
- Add
useInjectPropsFromWrapper
into options of applyReactInVue
and applyVueInReact
.
- Add
createCrossingProviderForReactInVue
and createCrossingProviderForVueInReact
.
- Naming Normalization for Internal Properties.
- Deprecated HOC
injectPropsFromWrapper
.
1.0.6
Bug fixes
- Solve the problem that applyReactInVue has a small probability of null pointer during hot update due to internal function overwriteDomMethods
1.0.5
Bug fix
- The vue component is in the react component. When the properties of the react component are changed, it may cause an error of '$data' of 'undefined'
1.0.4
Bug fix
- Using a vue component in a react component, and placing a vue component in the slot of this vue component, from showing to disappearing, will cause an error
- Without passing in style or class, the component will still receive empty style and class attributes
1.0.3
Feature
- babel/ReactPreset
- webpack/VeauryVuePlugin
1.0.1
- applyReactInVue
- applyVueInReact
- lazyReactInVue
- lazyVueInReact
- injectPropsFromWrapper