Skip to content

Latest commit

 

History

History
90 lines (41 loc) · 3.45 KB

CHANGELOG.md

File metadata and controls

90 lines (41 loc) · 3.45 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.1.0 (2021-12-26)

Features

  • expose styleState from useInlineStyle (73826fc)

4.0.0 (2021-12-25)

Features

  • useInlineStyle to return CSSProperties to multiple elements (f6dce84)

BREAKING CHANGES

  • style object is not containing CSSProperties but is a Record<string, CSSProperties>

3.2.0 (2021-12-15)

Features

  • toggle flag: add flag option to toggle on useClickAway (5c85e91)

3.1.0 (2021-12-15)

Features

  • add triggerEvent property to useClickAway to enable closing on hover (6448fc5)

3.0.0 (2021-10-26)

Features

  • useinlinestyle: allow style to be an object containing CSSProperties (fbdd59c)

BREAKING CHANGES

  • useinlinestyle: useInlineStyle can be used in new way, old ways will still work

2.1.1 (2021-10-11)

Bug Fixes

  • add CustomReducer type for valid TS syntax and linting (27b65be)

2.1.0 (2020-11-12)

Features

  • 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)

Features

  • add commit linter and make husky to check commit message before commiting (d3dffd2)

1.4.0 (2020-10-27)

Bug Fixes

  • 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)

Features

  • install semantic-release packages and initial setup (c0ca30f)