From b4e438cd86ed4a35e9a293696bbd96ac7bbc543e Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Tue, 28 Sep 2021 09:08:53 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a089ab..ed496c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ format. This project adheres to [Semantic Versioning](https://semver.org/spec/v2 ## [Unreleased] +## [0.0.2] + +### Added + +- Added support for most popular CSS frameworks +- Introduced `Breadcrumb` and `BreadcrumbCollection` to make UI work easier +- Added helpers to blade component for easier custom themes and better consistency across views + +### Changed + +- Upgraded to PHPUnit 9.5 +- Improved route-bound breadcrumb structure + ## [0.0.1] ### Added @@ -20,5 +33,6 @@ format. This project adheres to [Semantic Versioning](https://semver.org/spec/v2 - `Fixed` for any bug fixes. - `Security` in case of vulnerabilities. -[Unreleased]: https://github.com/glhd/gretel/compare/0.0.1...HEAD +[Unreleased]: https://github.com/glhd/gretel/compare/0.0.2...HEAD +[0.0.2]: https://github.com/glhd/gretel/compare/0.0.1...0.0.2 [0.0.1]: https://github.com/glhd/gretel/releases/tag/0.0.1