Skip to content

Releases: netceteragroup/skele

v1.0.0-alpha.10

29 Sep 12:39
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

Bug Fixes

  • core: Fixed shouldComponentUpdate to compare only elements (f2cb4a7)

v1.0.0-alpha.9

22 Sep 10:06
Compare
Choose a tag to compare
v1.0.0-alpha.9 Pre-release
Pre-release

Bug Fixes

  • components: Improve viewport awareness higher-order component (#62) (678d630)

v1.0.0-alpha.8

17 Sep 12:34
Compare
Choose a tag to compare
v1.0.0-alpha.8 Pre-release
Pre-release
  • 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

31 Aug 16:18
Compare
Choose a tag to compare
v1.0.0-alpha.7 Pre-release
Pre-release

Bug Fixes

  • Make sure the packages are published with public access (1a957fc)

Features

  • core: Add revalidation support for reads
  • core: Reads now include the http metadata in the inserted object
  • components: Add viewport awareness components (#45) (7af683b)

v1.0.0-alpha.6

22 Aug 13:23
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

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 to src/index.js, i.e. to ES6 sources
  • main which points to the compiled down version of the scripts in dist/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

18 Aug 14:22
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release

Features

v1.0.0-alpha.4

24 Jul 13:14
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

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

07 Jun 09:36
Compare
Choose a tag to compare
1.0.0-alpha.3 Pre-release
Pre-release

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

v1.0.0-alpha.2

10 Apr 11:57
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

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 newuiFor 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

05 Apr 08:39
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release
v1.0.0-alpha.1