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
StateVisualizer: Add protected access to some internal members to allow subclassing to add new states (#926)
* StateVisualizer: Add protected access to some internal members to allow subclassing to add new states
* Update changelog and version
* Reset patch version to 0
Copy file name to clipboardExpand all lines: org.mixedrealitytoolkit.uxcore/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
4
4
5
+
## [3.3.0-development] - 2024-09-12
6
+
7
+
### Changed
8
+
9
+
* StateVisualizer: Modified access modifiers of State, stateContainers and UpdateStateValue to protected internal to allow adding states through subclassing. [PR #926](https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity/pull/926)
Copy file name to clipboardExpand all lines: org.mixedrealitytoolkit.uxcore/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "org.mixedrealitytoolkit.uxcore",
3
-
"version": "3.2.2-development",
3
+
"version": "3.3.0-development",
4
4
"description": "Core interaction and visualization scripts for building MR UI components. Intended to be consumed when building UX libraries. For pre-existing library of components see the UX Components package.",
0 commit comments