This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Releases: helpscout/hsds-react
Releases · helpscout/hsds-react
v3.40.3
(FYI, patch version jump is because of some issues with the release which turned out to be about Node version issues).
v3.39.2
v3.40.0-1
- fix isNil import 5fd12c6
- Added cache config to babel config to prevent error 3120465
- Solved merge conflicts dc4257e
- Merge branch 'BEMBED-338-performance-improvements-for-beacon' of github.com:helpscout/hsds-react into BEMBED-338-performance-improvements-for-beacon 329f9f4
- enabled babel runtime plugin for production builds 539aee1
- 3.37.0-0 d80a74e
- Expose getValidProps from react-utils c087390
v3.39.1
FancyAnimationScroller hook
- Allows the initial header height to be dynamic
- Improve signature
Utils: isNil
fix
- fix isNil import 3318172
v3.40.0-0
- Added cache config to babel config to prevent error 3120465
- Solved merge conflicts dc4257e
- Merge branch 'BEMBED-338-performance-improvements-for-beacon' of github.com:helpscout/hsds-react into BEMBED-338-performance-improvements-for-beacon 329f9f4
- enabled babel runtime plugin for production builds 539aee1
- 3.37.0-0 d80a74e
- Expose getValidProps from react-utils c087390
v3.39.0
v3.38.0
v3.37.0
Utilities
Continue the processing of utilities inside HSDS.
v3.37.0-0
v3.36.0
Utilities: is.js
- Use Array.isArray, yay! 1311e74
- removes lodash.isobject 182eeda
- Replaces == null and != null with lodash isNil ed25ad5
- Replaces isDefined with lodash isNil da1b9d7
- Replaces isNumber with lodash 7f0782f
- Replaces Array.isArray and isArray with lodash 32a0b20
- Replaces isObject with lodash isPlainObject 5f25407
- Replaces isFunction with lodash f275366
- Replace isString with lodash ba741b2
- Adds lodash "is" packages 51c5308
- removes allPropsDefined internal usage 0210081
- removes internal isDOMTypeElement usage c6fa4c3