Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Releases: helpscout/hsds-react

v3.40.3

21 Mar 23:19
Compare
Choose a tag to compare

v3.39.2...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

04 Mar 11:05
Compare
Choose a tag to compare

Table

Adds ability to re-render on columns prop change

v3.39.1...v3.39.2

v3.40.0-1

02 Mar 10:32
Compare
Choose a tag to compare
v3.40.0-1 Pre-release
Pre-release
  • 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.0...v3.40.0-1

v3.39.1

02 Mar 15:59
Compare
Choose a tag to compare

FancyAnimationScroller hook

  • Allows the initial header height to be dynamic
  • Improve signature

Utils: isNil fix

v3.37.0...v3.39.1

v3.40.0-0

02 Mar 05:28
Compare
Choose a tag to compare
v3.40.0-0 Pre-release
Pre-release
  • 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.40.0-0

v3.39.0

01 Mar 23:27
Compare
Choose a tag to compare

v3.38.0...v3.39.0

v3.38.0

28 Feb 23:12
Compare
Choose a tag to compare

Icons

  • COMMS-1435: Add ellipsis icon (which may or may not have food-themed name) (#981) 68aacb9
  • Add more tiny icons™ and call the tiny ones tiny (#1039) d201802

v3.37.0...v3.38.0

v3.37.0

24 Feb 14:39
Compare
Choose a tag to compare

Utilities

Continue the processing of utilities inside HSDS.

https://github.com/helpscout/hsds-react/pull/1037/commits

v3.37.0-0

23 Feb 18:29
Compare
Choose a tag to compare
v3.37.0-0 Pre-release
Pre-release
  • Expose getValidProps from react-utils c087390

v3.36.0...v3.37.0-0

v3.36.0

23 Feb 15:52
Compare
Choose a tag to compare

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

v3.35.9...v3.36.0