Skip to content

Latest commit

 

History

History
69 lines (38 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

69 lines (38 loc) · 1.27 KB

Release Date

  • 3.03.2023

[4.2.1] - 3.03.2023

  • Minor fixes to ReactiveWidgetX

[4.2.0] - 3.03.2023

  • Added ReactiveWidget2 - ReactiveWidget6. Allowing to wrap cascading reactive widgets.

[4.1.0] - 19.10.2022

BREAKING CHANGE:

  • Updated to latest Flutter version. As the result RxRaisedButton was replaced with RxElevatedButton
  • Minimum Dart version updated to 2.18.2

[4.0.1] - 26.05.2021

[4.0.0] - 26.05.2021

  • null safe version

[3.0.0] - 30.12.2019

  • Updated to use rx_command V5.0.1

[2.5.0] - 06.11.2019

  • Added ReactiveBuilder.
  • Updated documentation.
  • RxText and WidgetSelector improved.

[2.2.0+1] - 26.6.2019

  • Small fixes in Example App

[2.2.0] - 07.9.2018

  • Merged PR from Ahmad ElMadi adding RxRaisedButton and RxTextWidget

[2.0.1] - 07.9.2018

  • Updated to RxCommand 4.0.1

[2.0.0] - 07.9.2018

  • Updated to RxCommand 3.0.0

[1.0.4] - 31.7.2018

  • Updated to RxCommand 2.0.3

[1.0.3] - 23.4.2018

  • Updated to RxCommand 1.0.8

[1.0.2] - 23.4.2018

  • Added RxCommandBuilder.

[1.0.1] - 18.4.2018

  • Added RxLoader.

[1.0.0] - 11.4.2018

  • Initial release.