Skip to content

Commit

Permalink
chore(release): set version to 2.15.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.15.0](v2.14.0...v2.15.0) (2023-07-10)

#### Features

* **Action:** add option to toggle emit events ([d5dd0bc](d5dd0bc))
  > The EmitEvents property can be unchecked to prevent any action events from being emitted when action values are changed.
  >
  > There are also two new methods `ResetToInitialValue` and `ResetToDefaultValue` that will reset an Action value to its default or inital value without calling any events either.
* **Tracking:** add allow mutate option to transform property applier ([1d30393](1d30393))
  > The TransformPropertyApplier now has an AllowMutate property the same as the TransformPropertyMutator, which can be used to prevent mutations occurring and will raise a skipped event if mutations are turned off.
  >
  > The before update event is always raised.
  • Loading branch information
ExtendReality-Bot committed Jul 10, 2023
1 parent 287ece8 commit a88eca9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.15.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.14.0...v2.15.0) (2023-07-10)

#### Features

* **Action:** add option to toggle emit events ([d5dd0bc](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/d5dd0bcb3adc5fe19a73dc795437029b30114e33))
> The EmitEvents property can be unchecked to prevent any action events from being emitted when action values are changed.
>
> There are also two new methods `ResetToInitialValue` and `ResetToDefaultValue` that will reset an Action value to its default or inital value without calling any events either.
* **Tracking:** add allow mutate option to transform property applier ([1d30393](https://github.com/ExtendRealityLtd/Zinnia.Unity/commit/1d30393094043caaa7783bf632b9d13216260904))
> The TransformPropertyApplier now has an AllowMutate property the same as the TransformPropertyMutator, which can be used to prevent mutations occurring and will raise a skipped event if mutations are turned off.
>
> The before update event is always raised.
## [2.14.0](https://github.com/ExtendRealityLtd/Zinnia.Unity/compare/v2.13.0...v2.14.0) (2023-07-08)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "io.extendreality.zinnia.unity",
"displayName": "Zinnia.Unity",
"description": "A collection of design patterns for the Unity software that can be beneficial in (but not limited to) spatial computing development.",
"version": "2.14.0",
"version": "2.15.0",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit a88eca9

Please sign in to comment.