Skip to content

Releases: alexdrone/Render

Render 4.5

11 Jul 11:54
Compare
Choose a tag to compare
  • Fixed some regressions in the TableNode.
  • Improve support for absolute layouts.
  • Improved view reuse in reconciliation.

Render 4.4

10 Jul 10:18
Compare
Choose a tag to compare
  • Inspector! in inspector/dist/render-inspector.app can debug the component tree at runtime (available only for the simulator).
  • Fixed minor regressions.

Render 4.3

05 Jul 19:32
Compare
Choose a tag to compare
  • Fixed issue with nested components at multiple depths.
  • Introduced the Console proxy (first step for remote inspection).
  • Added new examples.

Render 4.2

04 Jul 12:07
Compare
Choose a tag to compare
  • Fixed several issues with TableNode and CollectionNode.
  • Improved the way the 'update' event is propagated to the root node.

Render 4.1.1

03 Jul 14:31
Compare
Choose a tag to compare

Fixed a number of regressions in the use of cells.

Render 4.1

27 Jun 12:28
Compare
Choose a tag to compare
  • Removed the ComponentViewDelegate API in favor of the onLayout callback.
  • Introduced the CollectionNode API

Render 4.0.1

26 Jun 08:40
Compare
Choose a tag to compare
  • The API is now more aligned to React.
  • API for manual layout within a node (exclude a node from flexbox).
  • Improved TableNode support (now with row changes instead of reloadData).
  • Fixed several minor issues.
  • Improved sample code.

Render 4.0

25 Jun 19:46
Compare
Choose a tag to compare
Render 4.0 Pre-release
Pre-release
  • The API is now more aligned to React.
  • API for manual layout within a node (exclude a node from flexbox).
  • Improved TableNode support (now with row changes instead of reloadData).
  • Fixed several minor issues.
  • Improved sample code.

Render 3.2

12 Jun 08:28
Compare
Choose a tag to compare
  • Moved most of the exposed Components API to AnyComponentView

Render 3.1

07 Jun 20:42
Compare
Choose a tag to compare
  • The component state is not optional anymore.
  • Children components created with ComponentNode(...) are now reused.
  • Improved documentation.