over_react 1.6.0 copy "over_react: ^1.6.0" to clipboard
over_react: ^1.6.0 copied to clipboard

outdated

A library for building statically-typed React UI components using Dart.

OverReact Changelog #

1.6.0 #

Complete 1.6.0 Changeset

  • Improved getProps() functionality. (#48)
    • Allows you to traverse wrapper components by setting the named parameter traverseWrappers to true.

1.5.0 #

Complete 1.5.0 Changeset

  • Add ResizeSensorProps.quickMount flag for better performance when sensors are mounted often #46
  • Add missing quiver dependency (now depends on quiver >=0.21.4 <0.25.0)
  • Broaden analyzer dependency range to >=0.26.1+3 <0.30.0 (was >=0.26.1+3 <0.28.0)
  • Make getProp, getProps, and modifyProps conditional based on the named parameter shouldAdd/shouldModify.

1.4.0 #

Complete 1.4.0 Changeset

Sync changes from original private repo library (#40)

This is the last time we'll do this - as the original library has now been completely switched over to use over_react

  • Switched dependency from browser_detect to our new platform_detect library!

  • Improved toString method of DebugFriendlyConstant.

  • Improved setSelectionRange polyfill to avoid https://github.com/dart-lang/sdk/issues/22967

  • Added typedef for ElementCallback and ResizeSensorHandler.

  • Added newStyleFromProps utility function.

  • Added getPropKey utility function.

    • Allows you to get a namespaced prop key dynamically!

Miscellaneous

  • #28 Run unit tests in dart2js on CI
  • #37 Update formatting guidelines WRT dartfmt and trailing commas

1.3.0 #

Complete 1.3.0 Changeset

React JS Upgrade

We are now on Gitter!

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.