Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbwhyte committed Mar 6, 2022
1 parent 09cfed8 commit 25111e9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.1] - 2022-03-06
### Fixed
* "Change type" dialog now shows on nav items with no item type assigned
* Item types in the "Change type" dialog now default to using the link icon

## [3.0.0] - 2022-03-01
### Added
* Initial release of Meganav for Umbraco 9+
Expand All @@ -12,6 +17,11 @@ 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.1] - 2022-03-06
### Fixed
* "Change type" dialog now shows on nav items with no item type assigned
* Item types in the "Change type" dialog now default to using the link icon

## [2.0.0] - 2022-03-01
### Added
* Initial release of Meganav for Umbraco 8.7+
Expand Down Expand Up @@ -54,8 +64,10 @@ 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.0...HEAD
[Unreleased]: https://github.com/callumbwhyte/meganav/compare/release-3.0.1...HEAD
[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.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
[1.1.1]: https://github.com/callumbwhyte/meganav/compare/release-1.1.0...release-1.1.1
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
[![NuGet release](https://img.shields.io/nuget/v/Our.Umbraco.Meganav.svg)](https://www.nuget.org/packages/Our.Umbraco.Meganav/)
[![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.com/packages/website-utilities/meganav/)

_Looking for Meganav for **Umbraco 8**? Check the [v8/dev](https://github.com/callumbwhyte/meganav/tree/v8/dev) branch._

Meganav is a flexible, draggable link picker for constructing site navigation menus in Umbraco.

Click and drag an item to change it's position within the navigation; drop it wherever you choose. In the backoffice, the design of Meganav closely follows the other pickers in Umbraco to ensure your editor's experience is as familiar as possible.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Umbraco.Cms.Core.IO;
using Umbraco.Cms.Core.PropertyEditors;
using Umbraco.Cms.Core.Services;

namespace Our.Umbraco.Meganav.PropertyEditors
{
Expand Down

0 comments on commit 25111e9

Please sign in to comment.