Skip to content

Commit

Permalink
chore(release): 12.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [12.0.0](v11.8.1...v12.0.0) (2022-07-10)

### ⚠ BREAKING CHANGES

* **css:** Changed all CSS color variable names to just be a single dash

### Features

* **Box:** Added transparent to all color options ([0831ff0](0831ff0))
* **Button:** Added props to control border, backgroundColor and textColor on hover and active states ([2d3c4e0](2d3c4e0))
* **css:** Change all CSS color variables names to no longer require a double dash before the shade. ([a7eaeed](a7eaeed))
* **Form:** Added a useForm hook and other components that can be used for a form validation pattern ([f13da70](f13da70))
* **ModalManager:** Added ModalManager to manage multiple modal being visible at the same time ([ad1f81b](ad1f81b))

### Fixes

* **InputLabel:** Allow labels and descriptions to be JSX.Elements ([32d007b](32d007b))
  • Loading branch information
semantic-release-bot committed Jul 10, 2022
1 parent ad1f81b commit 7b7190a
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [12.0.0](https://github.com/HHogg/preshape/compare/v11.8.1...v12.0.0) (2022-07-10)


### ⚠ BREAKING CHANGES

* **css:** Changed all CSS color variable names to just be a single dash

### Features

* **Box:** Added transparent to all color options ([0831ff0](https://github.com/HHogg/preshape/commit/0831ff00731a2c6c0e52b59f8274ac31dbef2ff9))
* **Button:** Added props to control border, backgroundColor and textColor on hover and active states ([2d3c4e0](https://github.com/HHogg/preshape/commit/2d3c4e0d6e6c55dd967fec9877f0ddbc64a4f8e8))
* **css:** Change all CSS color variables names to no longer require a double dash before the shade. ([a7eaeed](https://github.com/HHogg/preshape/commit/a7eaeed37320e2ab4c61ba54018c78d712632391))
* **Form:** Added a useForm hook and other components that can be used for a form validation pattern ([f13da70](https://github.com/HHogg/preshape/commit/f13da700c622f3cdcfc086ccc5ab2e091ed0acb2))
* **ModalManager:** Added ModalManager to manage multiple modal being visible at the same time ([ad1f81b](https://github.com/HHogg/preshape/commit/ad1f81bd9f0ef58b3529e55195c8038cb39c7d1c))


### Fixes

* **InputLabel:** Allow labels and descriptions to be JSX.Elements ([32d007b](https://github.com/HHogg/preshape/commit/32d007bc1dac14caa4ed6d0a502eaeeccb6bd4d0))

### [11.8.1](https://github.com/HHogg/preshape/compare/v11.8.0...v11.8.1) (2022-06-26)


Expand Down
35 changes: 32 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b7190a

Please sign in to comment.