From 71f8c3e8d947180c3eb442a9542f57bf28458a55 Mon Sep 17 00:00:00 2001 From: Callum Whyte Date: Mon, 23 May 2022 21:16:44 +0100 Subject: [PATCH] Release 3.0.2 --- CHANGELOG.md | 18 +++++++++++++++++- README.md | 1 + 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 470c257..9b22819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/README.md b/README.md index 3fea796..ff85ec7 100644 --- a/README.md +++ b/README.md @@ -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