Releases: gloriasoft/veaury
Releases · gloriasoft/veaury
2.3.3
Bug fixes
- Fix
createPotal
import method error.
2.3.2
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
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
Feature
- Add
applyPureVueInReact
, lazyPureVueInReact
, createCrossingProviderForPureVueInReact
and add property node in VueContainer
.
2.2.10
Bug fixes
RenderReactNode
can render numbers, strings, arrays.
2.2.9
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
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
Bug fixes
- Update the plugin for babel to handle react jsx in
veaury/babel/ReactPreset
2.2.6
Bug fixes
- Fix type of input parameter of
creatReactMissVue
in veaury.d.ts
.
2.2.5
Optimization
- update
types/veaury.d.ts
.