Releases: netceteragroup/skele
Releases · netceteragroup/skele
v1.0.0-alpha.40
Features
- components: Extend viewport awareness for horizontally scrollable views (#138) (c8adda1)
v1.0.0-alpha.39
Bug Fixes
- core: Make editCond to work with all kinds (specific or abstract) (#132) (794a4b0)
Features
v1.0.0-alpha.38
Bug Fixes
- core: properly export
skeleZip
(8b22b4c)
v1.0.0-alpha.36
Features
- core:
editAt
-- a zipper equivalent of updateIn (#128)
v1.0.0-alpha.35
Performance Improvements
BREAKING CHANGES
- core: Due to removal of zippa that we previously exposed via
zip
namespace, we have breaking changes. We decided not to implement all the methods that zippa exposed, but only what is needed (and generally used in app-space). The available methods can be seen in this test.
v1.0.0-alpha.34
Performance Improvements
- core: Optimize data.kindOf data.isOfKind (#124) (86ee5d1)
v1.0.0-alpha.33
Bug Fixes
- components: Allow access to the inner reference of viewport-aware components (#121) (4f88275)
v1.0.0-alpha.32
Bug Fixes
- classic: Fixed http test for delete (d845122)
- Release build was broken after split (5a08000)
Features
This release brings two major things a new core
package (see below) and much faster rendering times!