Skip to content

Latest commit

 

History

History
358 lines (132 loc) · 9.5 KB

CHANGELOG.md

File metadata and controls

358 lines (132 loc) · 9.5 KB

CHANGELOG

1.37.0 (2024-05-06)

Bug Fixes

Features

1.36.0 (2022-10-05)

Features

  • packages/sui-mono: Remove linter warnings (de481b4)

1.35.0 (2022-03-01)

Features

  • packages/sui-hoc: Migrate to ESM (8b37873)

1.34.0 (2021-04-19)

Features

  • packages/sui-hoc: remove component peer dependencies (775cc31)

1.33.0 (2021-02-23)

Bug Fixes

  • packages/sui-hoc: fix shouldLoadIntersectionObserver function for some old chrome versions with (e74ccda)

1.32.0 (2021-01-28)

Bug Fixes

  • sui-hoc: add safety check on unmount before disconnecting intersection observer (56023e5)

1.31.0 (2021-01-26)

Bug Fixes

  • sui-hoc: proptype undefined (ba4aa1a)
  • sui-hoc: withIntersectionObserver - memory leak - cancel all subscriptions  and asyncronous tas (9f9653a)

1.30.0 (2020-12-14)

Bug Fixes

  • sui-hoc: force new release (a57c800)

1.29.0 (2020-12-14)

Bug Fixes

  • sui-hoc: fix isOpen initial state to withOpenToggle HOC (c46ae37)

1.28.0 (2020-12-09)

Bug Fixes

  • sui-hoc: back to the previous behavior version (1786769)

1.27.0 (2020-11-30)

Bug Fixes

  • sui-hoc: add proptypes (95be67c)
  • sui-hoc: apply PR suggestion (d83fbd5)
  • sui-hoc: apply PR suggestions (7c48d52)
  • sui-hoc: define default state with prop (057cfe5)

1.26.0 (2020-10-23)

Features

  • sui-hoc: support react 17 as peer dependency (300195c)

1.25.0 (2020-05-13)

Features

  • sui-hoc: update intersection observer version (3141f14)

1.24.0 (2019-10-31)

Features

  • sui-hoc: more generic values to propagate (947ee59)

1.23.0 (2019-10-29)

Features

  • sui-hoc: upgrade intersection-observer version (6d99c4b)

1.22.0 (2019-10-03)

Features

  • sui-hoc: name to handleChange (f13e149)

1.21.0 (2019-09-30)

Bug Fixes

  • sui-hoc: cleaner code assuring boolean value (c99bd82)

1.20.0 (2019-09-30)

Features

  • sui-hoc: withSwitchValue (a9bd22b)
  • sui-hoc: withSwitchValue update (0f43540)

1.19.0 (2019-07-23)

Features

  • sui-hoc: move component dependencies to devDependencies (bd30aa1)
  • sui-hoc: move sui-react-context to peerDep (63d144a)

1.18.0 (2019-04-18)

Bug Fixes

  • sui-hoc: install sui-react-context from peer dependencies (f942b0f)

Features

  • sui-hoc: add new hocs for using the new react context api (22201c4)

1.17.0 (2019-03-18)

Bug Fixes

  • sui-hoc: Release library with correct babel-preset-sui installed (39a0f9f)

1.16.0 (2019-03-18)

Features

  • sui-hoc: Move to babel-preset-sui@3 (17db36e)

1.15.0 (2019-02-21)

Bug Fixes

1.14.0 (2019-02-21)

Bug Fixes

  • sui-hoc: fix import export modules (f363402)

1.13.0 (2019-02-21)

Features

  • sui-hoc: migrate to babel 7 (a4404e0)

1.12.0 (2019-02-20)

Bug Fixes

  • sui-hoc: use same version of the package as other libraries to avoid having twice the same (ea69031)

1.11.0 (2019-02-19)

Bug Fixes

  • sui-hoc: Use local babel-preset-sui for each project (9600ba9)

1.10.0 (2019-01-31)

Features

  • sui-hoc: better name for hoc w/ options (8477c01)
  • sui-hoc: exact version (84dd8e7)
  • sui-hoc: intersection observer lazy loading (3256f94)
  • sui-hoc: intersection-observer hoc (1ebc8a0)
  • sui-hoc: options added (d82bb95)
  • sui-hoc: options to intersection observer in hoc (9517c48)

1.9.0 (2019-01-07)

Features

  • sui-hoc: withStateValueTags (2022657)

1.8.0 (2019-01-04)

Features

1.7.0 (2019-01-02)

Features

  • sui-hoc: no default value (92cda0e)

1.6.0 (2018-12-07)

Features

  • sui-hoc: displayName added (fdb9ab3)
  • sui-hoc: index added (1865e67)
  • sui-hoc: withStateValue hoc (840e095)

1.5.0 (2017-10-26)

Features

  • sui-hoc: fix proptypes and prepare for react 16 using external prop types library (1f5baf7)

1.4.0 (2017-09-21)

Features

1.3.0 (2017-08-09)

Bug Fixes

  • sui-hoc: avoid installing devDependencies (0ab4d77)
  • sui-hoc: wrong way to construct childContextTypes (6e600c5)

1.2.0 (2017-08-02)

Features

1.1.0 (2017-08-02)

Features

  • sui-hoc: 🌈 First Commit (b09a168), closes #71