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.3.0 [skip ci]
## [2.3.0](v2.2.0...v2.3.0) (2022-06-16) #### Features * **Action:** add events to action registrar ([321749d](321749d)) > The ActionRegistrar now has some events that emit when an Action is added/removed to/from the Target Action sources and an event that denotes the SourceLimit that was used when the Action was added/removed. * **Action:** add sources contains method ([3dab887](3dab887)) > The Action now has a SourcesContains method that allows a generic action to be checked if its sources contain a given action. > > This is on the base class so can be used regardless of any action typing. > > The RemoveSource method also now returns a bool based on the results of the internal `List.Remove` call. This is also now used in the ActionRegistrar to determine if the remove/unregister events should be raised as if no source is removed then no event should be raised. #### Bug Fixes * **Haptics:** add range back to intensity ([3263007](3263007)) > The Range attribute was missing from the Intensity as it wasn't copied over when the Malimbe removal was done. It has now been readded back. * **Visual:** increase URP mesh size ([b99cfed](b99cfed)) > The size the mesh that is generated for the URP fade was too small causing the edges of the mesh to show the scene behind it. > > This has been fixed by making the mesh size much larger. > > The code has also been refactored to make it cleaner.
- Loading branch information