Skip to content

Commit 672a3e1

Browse files
Merge pull request #417 from Workiva/release-over-react-3.1.1
RM-61371 Release over_react 3.1.1 (Restore accidentally removed SvgProps members)
2 parents 3b284a5 + 5ea104a commit 672a3e1

File tree

4 files changed

+79
-4
lines changed

4 files changed

+79
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# OverReact Changelog
22

3+
## [3.1.1](https://github.com/Workiva/over_react/compare/3.1.0...3.1.1)
4+
5+
- Restore the `xmlLang`, `xmlSpace`, `y1`, `y2`, `y` members that were accidentally removed from `SvgProps` in the 3.1.0 release.
6+
37
## [3.1.0](https://github.com/Workiva/over_react/compare/3.0.0+dart2...3.1.0)
48

59
### Full React JS 16.x Component Lifecycle Support

lib/src/component/prop_mixins.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ abstract class _$SvgPropsMixin {
170170
tableValues, targetX, targetY, textAnchor, textDecoration, textLength, textRendering, to, transform, u1, u2, underlinePosition,
171171
underlineThickness, unicode, unicodeBidi, unicodeRange, unitsPerEm, vAlphabetic, vHanging, vIdeographic, vMathematical,
172172
vectorEffect, version, vertAdvY, vertOriginX, vertOriginY, viewBox, viewTarget, visibility, widths, wordSpacing, writingMode,
173-
x, x1, x2, xHeight, xlinkActuate, xlinkArcrole, xlinkHref, xlinkRole, xlinkShow, xlinkTitle, xlinkType, xmlBase;
173+
x, x1, x2, xHeight, xlinkActuate, xlinkArcrole, xlinkHref, xlinkRole, xlinkShow, xlinkTitle, xlinkType, xmlBase, xmlLang, xmlSpace, y1, y2, y;
174174
}
175175
/// This class is only present to allow for consumers which have used the
176176
/// --backwards-compat flag with over_react_codemod to statically analyze:

lib/src/component/prop_mixins.over_react.g.dart

Lines changed: 73 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: over_react
2-
version: 3.1.0
2+
version: 3.1.1
33
description: A library for building statically-typed React UI components using Dart.
44
homepage: https://github.com/Workiva/over_react/
55
authors:

0 commit comments

Comments
 (0)