Skip to content

Commit

Permalink
Release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbwhyte committed May 23, 2022
1 parent 85c27be commit 71f8c3e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).

## [3.0.2] - 2022-05-23
### Fixed
* `meganav-card` styles breaking backoffice minification
* "Populate from tree" breaks when no child nodes exist
* Exception when saving empty Meganav properties
* Legacy migrator runs when saving data type

## [3.0.1] - 2022-03-06
### Fixed
* "Change type" dialog now shows on nav items with no item type assigned
Expand All @@ -17,6 +24,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
* Actions to expand / collapse Meganav, and populate with all nodes from the tree
* UI overhaul with improved accessibility

## [2.0.2] - 2022-05-23
### Fixed
* `meganav-card` styles breaking backoffice minification
* "Populate from tree" breaks when no child nodes exist
* Exception when saving empty Meganav properties
* Legacy migrator runs when saving data type

## [2.0.1] - 2022-03-06
### Fixed
* "Change type" dialog now shows on nav items with no item type assigned
Expand Down Expand Up @@ -64,9 +78,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
### Added
* Initial release of Meganav for Umbraco 7.5

[Unreleased]: https://github.com/callumbwhyte/meganav/compare/release-3.0.1...HEAD
[Unreleased]: https://github.com/callumbwhyte/meganav/compare/release-3.0.2...HEAD
[3.0.2]: https://github.com/callumbwhyte/meganav/compare/release-3.0.1...release-3.0.2
[3.0.1]: https://github.com/callumbwhyte/meganav/compare/release-3.0.0...release-3.0.1
[3.0.0]: https://github.com/callumbwhyte/meganav/compare/release-2.0.0...release-3.0.0
[2.0.2]: https://github.com/callumbwhyte/meganav/compare/release-2.0.1...release-2.0.2
[2.0.1]: https://github.com/callumbwhyte/meganav/compare/release-2.0.0...release-2.0.1
[2.0.0]: https://github.com/callumbwhyte/meganav/tree/release-2.0.0
[1.1.2]: https://github.com/callumbwhyte/meganav/compare/release-1.1.1...release-1.1.2
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Meganav uses [Angular UI Tree](https://github.com/angular-ui-tree/angular-ui-tre
* [Robin Neal](https://github.com/SudoCat)
* [Lee Kelleher](https://github.com/leekelleher)
* [Aaron Sadler](https://github.com/AaronSadlerUK)
* [Matt Wootton](https://github.com/mattwootton)

## License

Expand Down

0 comments on commit 71f8c3e

Please sign in to comment.