Skip to content

Releases: gloriasoft/veaury

2.1.3

02 Jul 12:45
Compare
Choose a tag to compare

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.1

30 Jun 17:34
Compare
Choose a tag to compare

Feature

  • Add vite plugin

2.1.0

27 Jun 05:02
Compare
Choose a tag to compare

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

29 May 18:05
Compare
Choose a tag to compare

Compatibility

  • Add the warning for HOC injectPropsFromWrapper deprecated.

2.0.0

29 May 15:39
Compare
Choose a tag to compare

Feature

  • Add useInjectPropsFromWrapper into options of applyReactInVue and applyVueInReact.
  • Add createCrossingProviderForReactInVue and createCrossingProviderForVueInReact.
  • Naming Normalization for Internal Properties.
  • Deprecated HOC injectPropsFromWrapper.

1.0.6

27 May 03:00
Compare
Choose a tag to compare

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

07 Mar 17:50
Compare
Choose a tag to compare

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

06 Mar 10:38
Compare
Choose a tag to compare

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

05 Mar 16:50
Compare
Choose a tag to compare

Feature

  • babel/ReactPreset
  • webpack/VeauryVuePlugin

1.0.1

27 Feb 09:46
Compare
Choose a tag to compare
  • applyReactInVue
  • applyVueInReact
  • lazyReactInVue
  • lazyVueInReact
  • injectPropsFromWrapper