Skip to content

Releases: gloriasoft/veaury

2.3.3

01 Sep 09:21
Compare
Choose a tag to compare

Bug fixes

  • Fix createPotal import method error.

2.3.2

01 Sep 08:19
Compare
Choose a tag to compare

Bug fixes

  • If it is react 18 use react-dom/client.
  • Veaury vite plugin fixes the problem of not supporting react tsx files.

2.3.1

31 Aug 20:27
Compare
Choose a tag to compare

Bug fixes

  • Set the hotReload option of vue-loader to false.
  • Determine whether @vue/babel-plugin-jsx exists, if not, do not use it.

2.3.0

29 Aug 15:40
Compare
Choose a tag to compare

Feature

  • Add applyPureVueInReact, lazyPureVueInReact, createCrossingProviderForPureVueInReact and add property node in VueContainer.

2.2.10

22 Aug 18:40
Compare
Choose a tag to compare

Bug fixes

  • RenderReactNode can render numbers, strings, arrays.

2.2.9

17 Aug 18:16
Compare
Choose a tag to compare

Bug fixes

  • Remove dependencies in package.json. This means that dependencies in veaury/vite, veaury/babel/ReactPreset, veaury/webpack/VeauryVuePlugin need to be installed manually.
  • Update veaury/vite plugin.

2.2.8

14 Aug 17:29
Compare
Choose a tag to compare

Bug fixes

  • After updating to [email protected], veaury/webpack/VeauryVuePlugin will add the vue file type by default, no longer need to configure manually.

2.2.7

09 Aug 03:51
Compare
Choose a tag to compare

Bug fixes

  • Update the plugin for babel to handle react jsx in veaury/babel/ReactPreset

2.2.6

07 Aug 16:28
Compare
Choose a tag to compare

Bug fixes

  • Fix type of input parameter of creatReactMissVue in veaury.d.ts.

2.2.5

04 Aug 05:21
Compare
Choose a tag to compare

Optimization

  • update types/veaury.d.ts.