Skip to content

Releases: gloriasoft/vuereact-combined

1.2.11

12 Dec 15:50
Compare
Choose a tag to compare

Bug fixes

  • Fix applyVueInReact slots cannot use another component from applyVueInReact.

1.2.10

08 Nov 20:14
Compare
Choose a tag to compare

Bug fixes

  • Children sometimes throws an error

1.2.9

06 Nov 18:44
Compare
Choose a tag to compare

Features

  • Using functions as children attributes (#14 )

1.2.8

20 Oct 17:05
Compare
Choose a tag to compare

Bug fixes

  • Perfectly solve the problem of accurate update of connectVuex. (#12)

1.2.7

19 Oct 18:06
Compare
Choose a tag to compare

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

08 Jul 09:38
Compare
Choose a tag to compare

Bug fixes

  • Fix some internal issues that may exist when children are literals and numbers.

1.2.5

25 May 14:35
Compare
Choose a tag to compare

Bug fixes

  • Solve the problem that applyReactInVue has a small probability of a null pointer during hot update

1.2.4

07 Mar 13:27
Compare
Choose a tag to compare

Bug fix

  • react组件中使用vue组件,首次更新时可能会出现$data of 'undefined'的错误

1.2.3

05 Mar 20:13
Compare
Choose a tag to compare

Bug fix

  • 修复react组件使用vue组件,在children中继续传入vue组件不能渲染的问题
  • 修复react组件使用vue组件,传入的参数名变更或者变少不能发生vue组件变化的问题