All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.1.0 (2021-12-26)
- expose styleState from useInlineStyle (73826fc)
4.0.0 (2021-12-25)
- useInlineStyle to return CSSProperties to multiple elements (f6dce84)
- style object is not containing CSSProperties but is a Record<string, CSSProperties>
3.2.0 (2021-12-15)
- toggle flag: add flag option to toggle on useClickAway (5c85e91)
3.1.0 (2021-12-15)
- add triggerEvent property to useClickAway to enable closing on hover (6448fc5)
3.0.0 (2021-10-26)
- useinlinestyle: allow style to be an object containing CSSProperties (fbdd59c)
- useinlinestyle: useInlineStyle can be used in new way, old ways will still work
2.1.1 (2021-10-11)
- add CustomReducer type for valid TS syntax and linting (27b65be)
2.1.0 (2020-11-12)
- add useObjectArray hook, tests, and common utils (26df8ef)
2.0.2 (2020-10-30)
2.0.1 (2020-10-29)
2.0.0 (2020-10-27)
1.5.0 (2020-10-27)
- add commit linter and make husky to check commit message before commiting (d3dffd2)
1.4.0 (2020-10-27)
- change repository.url in package.json to https to allow access of semantic-release (fd48d77)
- reset package.json version to 0.0.0-dev (276cbb7)
- update travis with env vars (98e6f2a)
- install semantic-release packages and initial setup (c0ca30f)