Skip to content

v2.0.1

Choose a tag to compare

@based-ghost based-ghost released this 11 Jan 20:11
· 398 commits to master since this release

Change Log

🐞 Bugfix

  • Custom hook useUpdateEffect.ts needs to explicitly return the forwarded effect() in order to properly execute the cleanup function (if one exists).

🛠 Misc

  • Replaced regex + string.replace() with native trim() method in utility function trimAndFormatFilterStr.
  • Bumped @storybook/react, @storybook/addon-storysource, @storybook/addons packages to v5.3.0 and update configuration files in directory ".storybook" to utilize the new recommended config setup (using main.js, manager.js, and preview.js files).