Releases: alexdrone/Render
Releases · alexdrone/Render
Render 4.5
- Fixed some regressions in the TableNode.
- Improve support for absolute layouts.
- Improved view reuse in reconciliation.
Render 4.4
- 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
- Fixed issue with nested components at multiple depths.
- Introduced the Console proxy (first step for remote inspection).
- Added new examples.
Render 4.2
- Fixed several issues with TableNode and CollectionNode.
- Improved the way the 'update' event is propagated to the root node.
Render 4.1.1
Fixed a number of regressions in the use of cells.
Render 4.1
- Removed the ComponentViewDelegate API in favor of the onLayout callback.
- Introduced the CollectionNode API
Render 4.0.1
- 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
- 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
- Moved most of the exposed Components API to AnyComponentView
Render 3.1
- The component state is not optional anymore.
- Children components created with ComponentNode(...) are now reused.
- Improved documentation.