Skip to content

Commit 1e1fe69

Browse files
committed
Update RELEASE_NOTES
1 parent 385b6f8 commit 1e1fe69

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

Gu.Wpf.ValidationScope.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".docs", ".docs", "{DD13B5BD
2525
LICENSE.md = LICENSE.md
2626
README.md = README.md
2727
.paket\Readme.paket.md = .paket\Readme.paket.md
28+
RELEASE_NOTES.md = RELEASE_NOTES.md
2829
EndProjectSection
2930
EndProject
3031
Global

Gu.Wpf.ValidationScope/paket.template

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
type project
2+
releasenotes
3+
FEATURE: Scope.ErrorEvent
4+
FEATURE: Scope.ErrorsChangedEvent
5+
FEATURE: Scope.NodeProperty, was Scope.ErrorsProperty
6+
FEATURE: OneWayToSourceBindings
7+
BREAKING CHANGE: Remove IErrorNode, use Node or ErrorNode instead
8+
BREAKING CHANGE: Rename Scope.Errors is now ReadOnlyObservableCollection<ValidationError>
9+
BREAKING CHANGE: Node is no longer INotifyCollectionChanged, use Errors instead.
10+
BREAKING CHANGE: Rename HasErrorProperty
11+
BREAKING CHANGE: Setting properties and raising events in different order now. Symmetric with System.Controls.Validation.
12+
BREAKING CHANGE: Removed old mess for binding readonly dependency properties.
13+
BREAKING CHANGE: Change xaml namespace & url.
14+
215
tags wpf xaml validation form
316
projectUrl https://github.com/JohanLarsson/Gu.Wpf.ValidationScope
417
licenseUrl http://opensource.org/licenses/MIT

RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#### 0.2.0
2+
* FEATURE: Scope.ErrorEvent
3+
* FEATURE: Scope.ErrorsChangedEvent
4+
* FEATURE: Scope.NodeProperty, was Scope.ErrorsProperty
5+
* FEATURE: OneWayToSourceBindings
6+
* BREAKING CHANGE: Remove IErrorNode, use Node or ErrorNode instead
7+
* BREAKING CHANGE: Rename Scope.Errors is now ReadOnlyObservableCollection<ValidationError>
8+
* BREAKING CHANGE: Node is no longer INotifyCollectionChanged, use Errors instead.
9+
* BREAKING CHANGE: Rename HasErrorProperty
10+
* BREAKING CHANGE: Setting properties and raising events in different order now. Symmetric with System.Controls.Validation.
11+
* BREAKING CHANGE: Removed old mess for binding readonly dependency properties.
12+
* BREAKING CHANGE: Change xaml namespace & url.

0 commit comments

Comments
 (0)