Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): set version to 2.15.0 [skip ci]
## [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