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.12.1 [skip ci]
### [2.12.1](v2.12.0...v2.12.1) (2023-05-06) #### Bug Fixes * **Cast:** ensure pointer state is cleared on enable and disable ([c1bd830](c1bd830)) > The state of the pointer is now cleared on enable and disable to ensure it is in the correct state. * **Tracking:** ensure is connected event raises ([686bd72](686bd72)) > The HasIsConnectedChange event now starts with a null state to ensure if the event is false by default then it at least will raise the connected event and toggle the state. > > There is also a test now for the BaseDeviceDetailsRecord. * **Visual:** ensure a forward of Vector3.zero cannot be set ([eaabbdd](eaabbdd)) > There can be an error when the current forward is Vector3.zero and this value is then used to try and set the renderElement forward and causes an error. So this prevents that from happening.
- Loading branch information