Releases: gloriasoft/vuereact-combined
Releases · gloriasoft/vuereact-combined
1.2.11
Bug fixes
- Fix
applyVueInReact
slots cannot use another component from applyVueInReact
.
1.2.10
Bug fixes
- Children sometimes throws an error
1.2.9
Features
- Using functions as children attributes (#14 )
1.2.8
Bug fixes
- Perfectly solve the problem of accurate update of connectVuex. (#12)
1.2.7
Bug fixes
- Fix react 18 warning about ReactDOM.render(). (#11)
- Fix React components connected to vuex store always re-render on any change to store (#12)
1.2.6
Bug fixes
- Fix some internal issues that may exist when children are literals and numbers.
1.2.5
Bug fixes
- Solve the problem that applyReactInVue has a small probability of a null pointer during hot update
1.2.4
Bug fix
- react组件中使用vue组件,首次更新时可能会出现$data of 'undefined'的错误
1.2.3
Bug fix
- 修复react组件使用vue组件,在children中继续传入vue组件不能渲染的问题
- 修复react组件使用vue组件,传入的参数名变更或者变少不能发生vue组件变化的问题