Skip to content

Latest commit

 

History

History
86 lines (44 loc) · 2.52 KB

CHANGELOG.md

File metadata and controls

86 lines (44 loc) · 2.52 KB

OverReact Changelog

1.2.0

Complete 1.2.0 Changeset

Strong Mode

  • #15 Make over_react code "strong mode" compliant!
    • We will be working in the near future to make the code generated by our transformer compliant as well.

Dependency Updates

  • #23 Update minimum Dart SDK version to 1.19.1.
  • #15 Update minimum react package version to 3.0.1.

Bug Fixes

Documentation

 

1.1.1

Complete 1.1.1 Changeset

  • #6 Add contributor documentation.
  • #7 Allow "unsupported" units to be passed to the toRem and toPx functions.

 

1.1.0

Complete 1.1.0 Changeset

New Features

  • #10 Add FluxUiComponent and FluxUiStatefulComponent.
    • Enables consumers to build UI components with a uni-directional data flow via the w_flux library.

Misc

  • #8 Add a stateful UI component demo.
  • #9 Fix CI build fragility.

 

1.0.2

Complete 1.0.2 Changeset

  • #5 Add some Bootstrap UI components to web/ to demonstrate what can be built using OverReact.

 

1.0.1

Complete 1.0.1 Changeset

  • Add test coverage for the constants, dom_util, guid_util and event_helpers libraries.

 

1.0.0

Initial public release of the library.