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

Commit c4ea893

Browse files
committed
chore: update changelog, sln
1 parent 6c1ea4e commit c4ea893

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## UNRELEASED
99
- Updated to Umbraco 9.0.0
10-
- DocTypeGridEditorSurfaceController replaced by DocTypeGridEditorViewComponent
10+
- DocTypeGridEditorSurfaceController replaced by DocTypeGridEditorViewComponent **BREAKING**
1111
- Finding moved cheese
12-
- Changed DocTypeGridEditorHelper from a static class to being registered in the container for DI.
12+
- Changed DocTypeGridEditorHelper from a static class to being registered in the container for DI. **BREAKING**
1313
- Adds default DocTypeGridEditorViewComponent used for all not hijacked rendering.
14+
- Adds DocTypeGridEditorSettings object for configuring DocTypeGridEditor - currently only configures the default viewcomponent.
1415

1516
## 1.2.7 - 2020-03-28
1617
- Fix: Null error when validation fails

src/Our.Umbraco.DocTypeGridEditor.sln

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,21 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.Umbraco.DocTypeGridEdit
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4933D56D-BD6F-4C2D-A9CF-40B90148E933}"
99
ProjectSection(SolutionItems) = preProject
10+
..\CHANGELOG.md = ..\CHANGELOG.md
11+
..\CONTRIBUTING.md = ..\CONTRIBUTING.md
12+
..\FUNDING.yml = ..\FUNDING.yml
1013
..\README.md = ..\README.md
1114
EndProjectSection
1215
EndProject
1316
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dtge9Testsite", "Dtge9Testsite\Dtge9Testsite.csproj", "{7C24F7A4-D89C-4E48-BC0C-CE8EA2674A10}"
1417
EndProject
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{8E6B61BE-CD4E-4C09-B386-81AF21ABE55D}"
19+
ProjectSection(SolutionItems) = preProject
20+
..\docs\developers-guide-v1.md = ..\docs\developers-guide-v1.md
21+
..\docs\developers-guide-v2.md = ..\docs\developers-guide-v2.md
22+
..\docs\README.md = ..\docs\README.md
23+
EndProjectSection
24+
EndProject
1525
Global
1626
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1727
Debug|Any CPU = Debug|Any CPU
@@ -30,6 +40,9 @@ Global
3040
GlobalSection(SolutionProperties) = preSolution
3141
HideSolutionNode = FALSE
3242
EndGlobalSection
43+
GlobalSection(NestedProjects) = preSolution
44+
{8E6B61BE-CD4E-4C09-B386-81AF21ABE55D} = {4933D56D-BD6F-4C2D-A9CF-40B90148E933}
45+
EndGlobalSection
3346
GlobalSection(ExtensibilityGlobals) = postSolution
3447
SolutionGuid = {66EC167C-845A-4DCC-87B7-C7DB5CC1E38B}
3548
EndGlobalSection

0 commit comments

Comments
 (0)