Skip to content

Latest commit

 

History

History
511 lines (263 loc) · 23 KB

CHANGELOG.md

File metadata and controls

511 lines (263 loc) · 23 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.0.0-alpha.124 (2024-11-18)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.123 (2024-10-24)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.122 (2024-10-16)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.121 (2023-07-10)

Bug Fixes

  • trigger graph listeners with same value if paths use wildcards (72427ca)

4.0.0-alpha.120 (2023-07-07)

Bug Fixes

  • wildcard interoperability with refinees (804a80c)

4.0.0-alpha.119 (2023-02-06)

Bug Fixes

  • ensure react 17 works; update template-react (b94d476)

4.0.0-alpha.118 (2023-01-31)

Features

  • use-react-18: updated react version to 18, replace React.render with createRoot().render (ad58002)

4.0.0-alpha.117 (2022-10-20)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.116 (2022-10-03)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.115 (2022-09-08)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.113 (2022-07-07)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.111 (2022-06-23)

Features

4.0.0-alpha.107 (2022-06-22)

Features

  • add PATCH_APPLIED and STATE_UPDATED events (e1c0e88)

4.0.0-alpha.104 (2022-06-21)

Bug Fixes

  • engine.react: remove error after data update (69c58e8)

4.0.0-alpha.103 (2022-06-10)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.102 (2022-05-11)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.101 (2022-04-10)

Bug Fixes

  • engine.types: revert to simple props definition for producers/views (9f6e802)

4.0.0-alpha.100 (2022-04-08)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.99 (2022-04-05)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.97 (2022-02-03)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.90 (2021-11-28)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.86 (2021-11-19)

Features

  • engine.utils: add a new package with common utils (3531474)

4.0.0-alpha.85 (2021-11-18)

Features

  • engine.utils: add a new package with common utils (3531474)

4.0.0-alpha.84 (2021-11-18)

Features

  • engine.utils: add a new package with common utils (3531474)

4.0.0-alpha.83 (2021-11-09)

Features

  • engine.utils: add a new package with common utils (3531474)

4.0.0-alpha.81 (2021-10-28)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.80 (2021-10-28)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.79 (2021-10-28)

Features

  • engine.utils: add a new package with common utils (3531474)

4.0.0-alpha.78 (2021-10-17)

Bug Fixes

  • engine.react: enable react hooks in views (5d45c18)

4.0.0-alpha.77 (2021-10-14)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.76 (2021-10-06)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.75 (2021-10-03)

Features

  • engine.react: add children to parent instance (e842c3c)

4.0.0-alpha.72 (2021-10-03)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.70 (2021-09-24)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.69 (2021-09-24)

Features

  • add viewId and producerId support (894ff08)

4.0.0-alpha.67 (2021-09-06)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.63 (2021-07-23)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.62 (2021-07-23)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.61 (2021-07-20)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.59 (2021-07-19)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.58 (2021-07-19)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.57 (2021-07-15)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.51 (2021-07-06)

Features

  • engine.react: add displayName for easier debug (6febecf)

4.0.0-alpha.50 (2021-07-06)

Features

  • engine.react: add displayName for easier debug (6febecf)

4.0.0-alpha.49 (2021-07-05)

Features

  • engine.react: add displayName for easier debug (6febecf)

4.0.0-alpha.48 (2021-04-02)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.47 (2021-04-01)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.46 (2021-03-31)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.45 (2021-02-04)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.44 (2021-02-04)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.42 (2021-01-29)

Bug Fixes

  • engine.react: change react prop isMounted to isAlreadyMounted (c36ec65)

4.0.0-alpha.41 (2021-01-28)

Bug Fixes

  • engine.producer: ensure that first call always gets made (8802a03)
  • engine.producer: various fixes for cloning, data updates and callbacks (1ef31fc)

Features

  • engine.redner: add adaptor and make several fixes for engine.producer props (caea09e)

Performance Improvements

  • engine.react: add serializers to detect changes faster (2d5fc90)

4.0.0-alpha.40 (2021-01-26)

Bug Fixes

  • engine.producer: ensure that first call always gets made (8802a03)

4.0.0-alpha.39 (2021-01-26)

Bug Fixes

  • engine.producer: various fixes for cloning, data updates and callbacks (1ef31fc)

4.0.0-alpha.35 (2021-01-12)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.34 (2021-01-07)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.33 (2021-01-06)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.32 (2021-01-06)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.31 (2021-01-04)

Performance Improvements

  • engine.react: add serializers to detect changes faster (2d5fc90)

4.0.0-alpha.28 (2020-12-14)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.27 (2020-12-06)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.26 (2020-12-02)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.21 (2020-11-26)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.19 (2020-11-25)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.17 (2020-11-25)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.15 (2020-11-23)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.14 (2020-11-23)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.12 (2020-11-23)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.10 (2020-11-22)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.9 (2020-11-17)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.8 (2020-11-17)

Bug Fixes

  • engine.react: change isMounted to isComponentMounted to not conflict with deprecated api (b196901)

Features

  • engine.producer: add methods to get and update operations (#93) (437f1fd), closes #53

4.0.0-alpha.7 (2020-11-10)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.6 (2020-11-08)

Features

  • api: make all keywords lowercase (#77) (e75ac5e)

4.0.0-alpha.5 (2020-09-16)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.4 (2020-09-06)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.3 (2020-09-01)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.2 (2020-08-28)

Note: Version bump only for package @c11/engine.react

4.0.0-alpha.1 (2020-08-24)

Note: Version bump only for package @c11/engine.react

3.8.1 (2020-05-06)

Note: Version bump only for package @c11/engine-react

3.8.0 (2020-04-24)

Bug Fixes

  • engine-react: ensure producers are mounted and unmounted (0685c0e)
  • engine-react: ensure prop changes are propagated (d0005df)
  • producer: fix cloning of references (c130491)
  • producer: fix falsy values not being transfered to producer/view (d25b836)
  • react: add tests and fix a rendering issue (def28f8)
  • react: change the update fn to receive args as array instead of object (95429e5)
  • react: ensure refs are not cloned but kept as is (79f028e)
  • react: ensure render is called only after the state is generated (58bf3df)

Features

  • add engine-cra-example (6b40388)
  • add engineConfig to packagejson. add engine-react test" (f5818a0)
  • engine: add getContext method (38e345d)
  • engine-react: add autostart (4cdebb0)

3.7.7 (2020-03-30)

Bug Fixes

  • producer: fix falsy values not being transfered to producer/view (b16787f)

3.7.6 (2020-03-10)

Bug Fixes

  • engine-react: ensure producers are mounted and unmounted (02dc055)

3.7.5 (2020-03-06)

Note: Version bump only for package @c11/engine-react

3.7.4 (2020-03-04)

Note: Version bump only for package @c11/engine-react

3.7.3 (2020-03-03)

Note: Version bump only for package @c11/engine-react

3.7.2 (2020-03-03)

Note: Version bump only for package @c11/engine-react

3.7.1 (2020-03-03)

Note: Version bump only for package @c11/engine-react

3.7.0 (2020-03-02)

Note: Version bump only for package @c11/engine-react

3.6.0 (2020-02-25)

Note: Version bump only for package @c11/engine-react

3.5.5 (2020-02-25)

Bug Fixes

  • producer: fix cloning of references (42cd510)

3.5.4 (2020-02-25)

Bug Fixes

  • react: ensure refs are not cloned but kept as is (0acb5d1)

3.5.3 (2020-02-25)

Bug Fixes

  • engine-react: ensure prop changes are propagated (763433e)

3.5.2 (2020-02-05)

Note: Version bump only for package @c11/engine-react

3.5.1 (2020-02-04)

Bug Fixes

  • react: ensure render is called only after the state is generated (18a3786)

3.5.0 (2020-01-31)

Features

  • engine: add getContext method (66b642e)

3.3.1 (2020-01-27)

Note: Version bump only for package @c11/engine-react

3.3.0 (2020-01-27)

Features

  • engine-react: add autostart (ce34530)

3.1.6 (2020-01-23)

Bug Fixes

  • react: add tests and fix a rendering issue (a5fc847)
  • react: change the update fn to receive args as array instead of object (36af6a2)

3.1.5 (2020-01-21)

3.1.4 (2020-01-20)

Features

  • add engine-cra-example (7679276)
  • add engineConfig to packagejson. add engine-react test" (921c929)

3.1.2 (2020-01-17)

3.1.1 (2020-01-17)

3.1.0 (2020-01-17)