ourHtagEditor 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ourHtagEditor --version 2.0.0
NuGet\Install-Package ourHtagEditor -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ourHtagEditor" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ourHtagEditor --version 2.0.0
#r "nuget: ourHtagEditor, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ourHtagEditor as a Cake Addin
#addin nuget:?package=ourHtagEditor&version=2.0.0

// Install ourHtagEditor as a Cake Tool
#tool nuget:?package=ourHtagEditor&version=2.0.0

ourHtagEditor

H-tag editor is a simple property editor that lets the editor pick a desired heading size (H1 down to H6) and the text-alignment (left, center or right).

Changelog

v2.0.0

  • Minimum required Umbraco version is 10.0.1.
  • Added Tag Helper that can be used to generate the H-tag in views.
    • The old extension methods has been removed in favor of the new Tag Helper.
  • Removed the grid functionality since it will be removed in Umbraco 13
  • Accessibility enhancements of buttons and icons
  • Renamed package from Our.Umbraco.HtagEditor to ourHtagEditor.

v1.1.1

  • Added extension methods and a value converter for models builder.
    • .GetHtml() gets the selected h-tag formatted as HTML and .GetHtml("cssClass") lets you add a css class to the generated HTML.
    • The minimum required Umbraco version is 8.1.0.

v1.0.5

  • Added support for usage outside the grid, as a standard property editor (Thanks to Tom Pipe)

v1.0.4

  • Prefix font icons to avoid conflicting with icons in Umbraco core and in third party packages

v1.0.3

  • Updated editor to the look and feel of Umbraco 8

v1.0.2

  • New: Nuget package build
  • Fix: Fixed issue where alignment and type wouldn't be transferred between environments

v1.0.1

  • New: Nuget package build

v1.0.0

  • Initial release
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 442 8/8/2023
3.0.0 473 12/19/2022
2.0.1 2,862 11/11/2022
2.0.0 840 8/11/2022

Added Tag Helper that can be used to generate the H-tag in views.
Removed the grid functionality since it will be removed in Umbraco 13.