Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
callumbwhyte committed Mar 1, 2022
1 parent 443ee0c commit b7fdb7d
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 7 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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/).

## [2.0.0] - 2022-03-01
### Added
* Initial release of Meganav for Umbraco 8.7+
* Ability to create item types with Element Type settings, custom views, and permissions
* Ability to toggle the visibility of nav items
* Actions to expand / collapse Meganav, and populate with all nodes from the tree
* UI overhaul with improved accessibility

## [1.1.2] - 2018-20-08
### Fixed
* Nav item settings dialog not functioning in Umbraco v7.12
Expand Down Expand Up @@ -38,7 +46,8 @@ 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-1.1.2...HEAD
[Unreleased]: https://github.com/callumbwhyte/meganav/compare/release-2.0.0...HEAD
[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
[1.1.0]: https://github.com/callumbwhyte/meganav/compare/release-1.0.0...release-1.1.0
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Callum Whyte
Copyright (c) 2022 Callum Whyte

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Umbraco Meganav

<img src="docs/img/logo.png?raw=true" alt="Umbraco Meganav" width="250" align="right" />

[![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/)

Expand Down Expand Up @@ -35,6 +37,8 @@ This project is maintained by [Callum Whyte](https://callumwhyte.com/) and contr

## Credits

The Meganav logo uses the [Dropdown](https://thenounproject.com/term/dropdown/1678847/) icon from the [Noun Project](https://thenounproject.com) by [Andrejs Kirma](https://thenounproject.com/andrejs/), licensed under [CC BY 3.0 US](https://creativecommons.org/licenses/by/3.0/us/).

Meganav uses [Angular UI Tree](https://github.com/angular-ui-tree/angular-ui-tree) v2.22.5 (MIT license).

### A special #h5yr to our contributors
Expand All @@ -47,6 +51,6 @@ Meganav uses [Angular UI Tree](https://github.com/angular-ui-tree/angular-ui-tre

## License

Copyright &copy; 2019 [Callum Whyte](https://callumwhyte.com/), and other contributors
Copyright &copy; 2022 [Callum Whyte](https://callumwhyte.com/), and other contributors

Licensed under the [MIT License](LICENSE.md).
Binary file added docs/img/logo-coral-1200px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/logo-coral-512px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/img/logo-coral.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/logo-navy-1200px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/logo-navy-512px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/img/logo-navy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/Our.Umbraco.Meganav.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
# Visual Studio Version 17
VisualStudioVersion = 17.0.31919.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.Umbraco.Meganav", "Our.Umbraco.Meganav\Our.Umbraco.Meganav.csproj", "{25138AEE-150E-4A89-A3DF-D4156D4BE4CF}"
EndProject
Expand Down
7 changes: 5 additions & 2 deletions src/Our.Umbraco.Meganav/Our.Umbraco.Meganav.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Version Condition="'$(BUILD_BUILDNUMBER)' != ''">$(BUILD_BUILDNUMBER)</Version>
<Description>A flexible, draggable link picker for constructing site navigation menus in Umbraco</Description>
<Authors>Callum Whyte</Authors>
<Copyright>Copyright © 2019 Callum Whyte, and other contributors</Copyright>
<Copyright>Copyright © 2022 Callum Whyte, and other contributors</Copyright>
<PackageProjectUrl>https://github.com/callumbwhyte/meganav</PackageProjectUrl>
<PackageLicenseUrl>https://github.com/callumbwhyte/meganav/blob/main/LICENSE.md</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/callumbwhyte/meganav</PackageProjectUrl>
Expand All @@ -16,6 +16,9 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="UmbracoCms.Web" Version="8.7.0" />
<Content Include="Web\UI\**\*.*" PackagePath="content" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="UmbracoCms.Web" Version="[8.7.0,9.0.0)" />
</ItemGroup>
</Project>

0 comments on commit b7fdb7d

Please sign in to comment.