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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning v2.0.0](https://semver.org/spec/v2.0.0.html).
5
5
6
-
## [Unreleased] (2.0.0)
6
+
## [2.0.0] - 2023-06-11
7
7
Although a major release with certain formally breaking changes, these changes should hopefully not break any normal usage of the library (if the user code doesn't implement own `IElementRenderer`).
8
8
9
9
### Changed
@@ -17,6 +17,9 @@ Although a major release with certain formally breaking changes, these changes s
-[#409: Exception on empty matrix row][issue-409].
22
+
20
23
## [1.1.0] - 2023-04-30
21
24
### Fixed
22
25
-[#387: Alignment issue in matrix with an empty cell][issue-387], thanks @Orace.
@@ -33,7 +36,7 @@ Although a major release with certain formally breaking changes, these changes s
33
36
- a lot of types were migrated from `WpfMath` namespace to `XamlMath`,
34
37
- all the internal XML file resources were migrated to the new namespace as well.
35
38
- The `XamlMath.Shared` assembly has been extracted into a separately published NuGet package.
36
-
-**(Breaking change.)** WPF-Math no longer supports .NET Framework 4.5.2, .NET Core 3.1 and .NET 5.0, because they are out of support by Microsoft. The only supported runtimes are:
39
+
-**(Breaking change.)** WPF-Math no longer supports .NET Framework 4.5.2, .NET Core 3.1, and .NET 5.0, because they are out of support by Microsoft. The only supported runtimes are:
37
40
- .NET Framework 4.6.2 or later,
38
41
- .NET 6.0 and later.
39
42
-**(Breaking change.)**`WpfMath.Colors.IColorParser::Parse` now accepts `IReadOnlyList` instead of `IEnumerable`.
@@ -82,7 +85,7 @@ Although a major release with certain formally breaking changes, these changes s
82
85
-`WpfMath.Fonts.ITeXFont`: implement this interface to provide access to a platform-specific font resource.
83
86
-`WpfMath.Rendering.IBrushFactory`: implement this interface to provide access to creation of platform-specific solid-colored brushes.
84
87
-`WpfMath.TeXFontMetrics` that contains some measurements of a font glyph.
85
-
-An utility `Result` struct is now public.
88
+
-A utility `Result` struct is now public.
86
89
87
90
## [0.12.0] - 2023-01-07
88
91
### Added
@@ -265,9 +268,10 @@ This was the initially published version. It consisted entirely of the original
0 commit comments