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

Commit 9f77b76

Browse files
committed
Updates changelog
1 parent 2f37e4d commit 9f77b76

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,31 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 10.0.0
9+
10+
- Upgraded to Umbraco 10
11+
- Changed to a Razor Class Library - which means static assets are now embedded. When upgrading, make sure to delete App_Plugins/DocTypeGridEditor from your project!
12+
813
## 9.0.2
14+
915
- Fix datavalue reference so other editors than DTGE doesnt break when saving
1016

1117
## 1.2.9
18+
1219
- Fix datavalue reference so other editors than DTGE doesnt break when saving
1320

1421
## 9.0.1
22+
1523
- Fixes bug when saving a component which previously failed validation - thanks @inetzo
1624
- Fixes bug in DataValueReference for media tracking, where custom DTGEs were not recognized. 4db5cdd
1725

1826
## 1.2.8
27+
1928
- Fixes bug when saving a component which previously failed validation - thanks @inetzo
2029
- Fixes bug in DataValueReference for media tracking, where custom DTGEs were not recognized. 4db5cdd
2130

2231
## 9.0.0
32+
2333
- Updated to Umbraco 9.0.0
2434
- DocTypeGridEditorSurfaceController replaced by DocTypeGridEditorViewComponent **BREAKING**
2535
- Finding moved cheese
@@ -28,50 +38,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2838
- Adds DocTypeGridEditorSettings object for configuring DocTypeGridEditor - currently only configures the default viewcomponent.
2939

3040
## 1.2.7 - 2020-03-28
41+
3142
- Fix: Null error when validation fails
3243
- Fix: Resetting save button when validation fails
3344

3445
## 1.2.6 - 2020-12-07
46+
3547
- Fix: Error saving temp blueprint
3648
- Fix: issue when previewing linked content items
3749

3850
## [1.2.5] - 2020-11-01
51+
3952
- Resetting saveButtonState when validation contains errors #221
4053
- Handle null value when deserializing grid value in DataValueReference 50ba85aaeeb66ed305248d303d568e4698943094
4154

4255
## [1.2.4] - 2020-09-09
56+
4357
- Clear earlier serverside validation errors #217
4458
- Null Pointer Exception on save when no grid layout selected #211
4559
- Unsaved Changes dialog fires when hitting submit on grid editors #205
4660

4761
## [1.2.3] - 2020-06-05
62+
4863
- #199 2 Element Types in same Nested Content freeze the Add content button in the grid layout
4964
- #202 Contenttemplates are left behind when validation is not succesfull
5065
- #203 "activeVariant.language is null" - thanks @Matthew-Wise
5166

5267
## [1.2.2] - 2020-05-14
68+
5369
- Infinite loading when doc type has a content template #192 - thanks for reporting @OlePc
54-
- GetPreviewMarkup null reference error when getting cultures #195 - thanks for reporting *and fixing* @Matthew-Wise
70+
- GetPreviewMarkup null reference error when getting cultures #195 - thanks for reporting _and fixing_ @Matthew-Wise
5571

5672
## [1.2.1] - 2020-04-27
73+
5774
- Disables notifications after each edit #190
5875
- Moves intrusive styling in previews to css file #188
5976
- Fixes JS error when no doctypes selected in multitype #186
6077
- Fixes bug where wrong editor gets removed when cancelling #185
6178
- Now works with custom backoffice URL #138
6279

6380
## [1.2.0] - 2020-04-12
81+
6482
- #173 Added ValueProcessors and added processor for Umbraco.Tags
6583
- #176 Enables client side validation
6684
- #182 Enables media tracking in 8.6
6785

6886
## [1.1.0] - 2019-12-11
87+
6988
- Changed the size attribute on grid editors to enable the new medium size in Umbraco 8.4 #167
7089
- Adds class to the preview container, so it's easier to target with custom css 47c8f5d
7190
- Check for culture variation when picking content types #154 f5453db c19a93f
7291
- Added implementation of Alias property #160
7392

7493
## [1.0.0] - 2019-08-20
94+
7595
- Uses Infinite Editing (editorService) for editing DTGE content, instead of overlays.
7696
- Adds option to set dialog (infinite editor) size from grid editor config.
7797
- Adds Content Template aka Blueprints support for DTGE items.

0 commit comments

Comments
 (0)