Skip to content

Commit

Permalink
chore(release): 19.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [19.0.0](v18.1.3...v19.0.0) (2024-04-17)

### ⚠ BREAKING CHANGES

* **Modal:** - Removed the `size` prop, just use the padding props.
- Removed the fullscreen responsive behavior, it now needs to be controlled by the user with the fullscreen prop.
- Apply border styles to the Modal component rather than ModalHeader and ModalFooter.

### Features

* **Box:** Support non-Box elements from interfering with margin pattern ([b26aed0](b26aed0))
* **Modal:** Removed size prop, border styling, removed fullscreen responsive behavior. ([88e067e](88e067e))
  • Loading branch information
semantic-release-bot committed Apr 17, 2024
1 parent 803638d commit fd49be6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [19.0.0](https://github.com/HHogg/preshape/compare/v18.1.3...v19.0.0) (2024-04-17)


### ⚠ BREAKING CHANGES

* **Modal:** - Removed the `size` prop, just use the padding props.
- Removed the fullscreen responsive behavior, it now needs to be controlled by the user with the fullscreen prop.
- Apply border styles to the Modal component rather than ModalHeader and ModalFooter.

### Features

* **Box:** Support non-Box elements from interfering with margin pattern ([b26aed0](https://github.com/HHogg/preshape/commit/b26aed0cdfe463a165e4d8ac46a930e0f1737ad1))
* **Modal:** Removed size prop, border styling, removed fullscreen responsive behavior. ([88e067e](https://github.com/HHogg/preshape/commit/88e067ebfa6d5289f8bce03f0b2c87a1fb31cc76))

### [18.1.3](https://github.com/HHogg/preshape/compare/v18.1.2...v18.1.3) (2024-03-31)


Expand Down
18 changes: 15 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 fd49be6

Please sign in to comment.