Releases: netceteragroup/skele
Releases · netceteragroup/skele
v1.0.0-alpha.10
Bug Fixes
- core: Fixed shouldComponentUpdate to compare only elements (f2cb4a7)
v1.0.0-alpha.9
v1.0.0-alpha.8
- elementZipper creator is curried (6e92895)
Bug Fixes
- core: Read metadata element propertly (7e92932)
Features
- core: major refactoring of the internals that introduces the Kernel, Subsystems and EntryPoint (#60)
- core: data functions are curried; asList, childPositions added (63a53f4)
- core: Effects (#61) (c2150d3)
BREAKING CHANGES
- signature of elementZipper changed from
(data, children) => loc to
(config) => (data) => loc (hard-curried)
v1.0.0-alpha.7
v1.0.0-alpha.6
Bug Fixes
- Declare react-native entrypoint in package json. (0e25b9e)
- core: Remove default 'content' child position from transformer API. (ff0206f)
NOTE: From this release on, Girders elements packages declare two entry points in their respective package.json
files:
react-native
which points tosrc/index.js
, i.e. to ES6 sourcesmain
which points to the compiled down version of the scripts indist/es5
If you are using React Native older than 0.46, you may experience loss of sourcemaps due to this change.
v1.0.0-alpha.5
v1.0.0-alpha.4
Features
- core: Simplify reads (#56) (9e16769)
- core: Transformers and Zippers
- Implement transformers (#46) using immutable tree zipper
- Add the
zip
module to the public API - provide a custom element zipper that navigates through the element tree
BREAKING CHANGES
- core: The
where
property of the reads has been removed. The result of the read will always replace the surrogate__read
element.
1.0.0-alpha.3
This release brings in a new package used for configuration management. For more details see:
https://github.com/netceteragroup/girders-elements/tree/master/packages/config
Bug Fixes
- yarn release now calls the github publishing correctly (606e0dd)
Features
- New package: @girders-elements/config (25e00dd)
v1.0.0-alpha.2
Bug Fixes
- core: allow for invocations w/o any custom middleware (4d6accb)
- core: Safe-guard local updates in cases where element has changed. (def950b)
Features
- core: A new
uiFor
prop (passed down to elements). (#35) (adc5d34) - core: allow override of kind and path (c7d63af)
- core: Allow users to specify custom middleware for the redux store. (d75b747)
- core: Data module made public; exposed the data.element data fns. (#37) (5216867)
- core: deprecate ui.forElement and ui.forElements (eefa159)
v1.0.0-alpha.1
v1.0.0-alpha.1