You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,31 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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
+
8
13
## 9.0.2
14
+
9
15
- Fix datavalue reference so other editors than DTGE doesnt break when saving
10
16
11
17
## 1.2.9
18
+
12
19
- Fix datavalue reference so other editors than DTGE doesnt break when saving
13
20
14
21
## 9.0.1
22
+
15
23
- Fixes bug when saving a component which previously failed validation - thanks @inetzo
16
24
- Fixes bug in DataValueReference for media tracking, where custom DTGEs were not recognized. 4db5cdd
17
25
18
26
## 1.2.8
27
+
19
28
- Fixes bug when saving a component which previously failed validation - thanks @inetzo
20
29
- Fixes bug in DataValueReference for media tracking, where custom DTGEs were not recognized. 4db5cdd
21
30
22
31
## 9.0.0
32
+
23
33
- Updated to Umbraco 9.0.0
24
34
- DocTypeGridEditorSurfaceController replaced by DocTypeGridEditorViewComponent **BREAKING**
25
35
- Finding moved cheese
@@ -28,50 +38,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
38
- Adds DocTypeGridEditorSettings object for configuring DocTypeGridEditor - currently only configures the default viewcomponent.
29
39
30
40
## 1.2.7 - 2020-03-28
41
+
31
42
- Fix: Null error when validation fails
32
43
- Fix: Resetting save button when validation fails
33
44
34
45
## 1.2.6 - 2020-12-07
46
+
35
47
- Fix: Error saving temp blueprint
36
48
- Fix: issue when previewing linked content items
37
49
38
50
## [1.2.5] - 2020-11-01
51
+
39
52
- Resetting saveButtonState when validation contains errors #221
40
53
- Handle null value when deserializing grid value in DataValueReference 50ba85aaeeb66ed305248d303d568e4698943094
41
54
42
55
## [1.2.4] - 2020-09-09
56
+
43
57
- Clear earlier serverside validation errors #217
44
58
- Null Pointer Exception on save when no grid layout selected #211
45
59
- Unsaved Changes dialog fires when hitting submit on grid editors #205
46
60
47
61
## [1.2.3] - 2020-06-05
62
+
48
63
-#199 2 Element Types in same Nested Content freeze the Add content button in the grid layout
49
64
-#202 Contenttemplates are left behind when validation is not succesfull
50
65
-#203 "activeVariant.language is null" - thanks @Matthew-Wise
51
66
52
67
## [1.2.2] - 2020-05-14
68
+
53
69
- 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
55
71
56
72
## [1.2.1] - 2020-04-27
73
+
57
74
- Disables notifications after each edit #190
58
75
- Moves intrusive styling in previews to css file #188
59
76
- Fixes JS error when no doctypes selected in multitype #186
60
77
- Fixes bug where wrong editor gets removed when cancelling #185
61
78
- Now works with custom backoffice URL #138
62
79
63
80
## [1.2.0] - 2020-04-12
81
+
64
82
-#173 Added ValueProcessors and added processor for Umbraco.Tags
65
83
-#176 Enables client side validation
66
84
-#182 Enables media tracking in 8.6
67
85
68
86
## [1.1.0] - 2019-12-11
87
+
69
88
- Changed the size attribute on grid editors to enable the new medium size in Umbraco 8.4 #167
70
89
- Adds class to the preview container, so it's easier to target with custom css 47c8f5d
71
90
- Check for culture variation when picking content types #154 f5453db c19a93f
72
91
- Added implementation of Alias property #160
73
92
74
93
## [1.0.0] - 2019-08-20
94
+
75
95
- Uses Infinite Editing (editorService) for editing DTGE content, instead of overlays.
76
96
- Adds option to set dialog (infinite editor) size from grid editor config.
77
97
- Adds Content Template aka Blueprints support for DTGE items.
0 commit comments