Skip to content
This repository was archived by the owner on Feb 10, 2024. It is now read-only.

Commit cbd9aae

Browse files
committed
Adds CHANGELOG.md
1 parent 2fc8102 commit cbd9aae

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
- Null Pointer Exception on save when no grid layout selected #211
10+
- Unsaved Changes dialog fires when hitting submit on grid editors #205
11+
12+
## [1.2.3] - 2020-06-05
13+
- #199 2 Element Types in same Nested Content freeze the Add content button in the grid layout
14+
- #202 Contenttemplates are left behind when validation is not succesfull
15+
- #203 "activeVariant.language is null" - thanks @Matthew-Wise
16+
17+
## [1.2.2] - 2020-05-14
18+
- Infinite loading when doc type has a content template #192 - thanks for reporting @OlePc
19+
- GetPreviewMarkup null reference error when getting cultures #195 - thanks for reporting *and fixing* @Matthew-Wise
20+
21+
## [1.2.1] - 2020-04-27
22+
- Disables notifications after each edit #190
23+
- Moves intrusive styling in previews to css file #188
24+
- Fixes JS error when no doctypes selected in multitype #186
25+
- Fixes bug where wrong editor gets removed when cancelling #185
26+
- Now works with custom backoffice URL #138
27+
28+
## [1.2.0] - 2020-04-12
29+
- #173 Added ValueProcessors and added processor for Umbraco.Tags
30+
- #176 Enables client side validation
31+
- #182 Enables media tracking in 8.6
32+
33+
## [1.1.0] - 2019-12-11
34+
- Changed the size attribute on grid editors to enable the new medium size in Umbraco 8.4 #167
35+
- Adds class to the preview container, so it's easier to target with custom css 47c8f5d
36+
- Check for culture variation when picking content types #154 f5453db c19a93f
37+
- Added implementation of Alias property #160
38+
39+
## [1.0.0] - 2019-08-20
40+
- Uses Infinite Editing (editorService) for editing DTGE content, instead of overlays.
41+
- Adds option to set dialog (infinite editor) size from grid editor config.
42+
- Adds Content Template aka Blueprints support for DTGE items.
43+
- Updates default placeholder for DTGEs without previews enabled.
44+
- Developers Guide updated
45+
- New minimum Umbraco version requirement: 8.1.0 - Doc Type Grid Editor will not work in lower versions!
46+
47+
[unreleased]: https://github.com/skttl/umbraco-doc-type-grid-editor/compare/1.2.2...HEAD
48+
[1.2.3]: https://github.com/skttl/umbraco-doc-type-grid-editor/compare/1.2.2...1.2.3
49+
[1.2.2]: https://github.com/skttl/umbraco-doc-type-grid-editor/compare/1.2.1...1.2.2
50+
[1.2.1]: https://github.com/skttl/umbraco-doc-type-grid-editor/compare/1.2.0...1.2.1
51+
[1.2.0]: https://github.com/skttl/umbraco-doc-type-grid-editor/compare/1.1.0...1.2.0
52+
[1.1.0]: https://github.com/skttl/umbraco-doc-type-grid-editor/compare/1.0.0...1.1.0
53+
[1.0.0]: https://github.com/skttl/umbraco-doc-type-grid-editor/releases/tag/1.0.0

0 commit comments

Comments
 (0)