Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Sep 28, 2021
1 parent 94a78ce commit b4e438c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit b4e438c

Please sign in to comment.