Skip to content

Commit d16658d

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](1.2.2...1.3.0) (2022-05-13) ### Bug Fixes * Applied the correct method of getting IL2CPP code generation in Unity 2022 ([d87beed](d87beed)) * Fixed "No Script Asset for ..." warning appearing when changing serialized argument value in Play Mode ([366e585](366e585)) * Fixed add button icons missing after exiting play mode ([0ed9c9e](0ed9c9e)) * Fixed old serialized values passed to event listeners after changing in the inspector ([ed7aa78](ed7aa78)) ### Features * Added GameObject to the list of components that can be added as instance listeners ([4c02b52](4c02b52))
1 parent 954669e commit d16658d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.3.0](https://github.com/SolidAlloy/ExtEvents/compare/1.2.2...1.3.0) (2022-05-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Applied the correct method of getting IL2CPP code generation in Unity 2022 ([d87beed](https://github.com/SolidAlloy/ExtEvents/commit/d87beed6e029332ae0913a1b76fff1ddf9a2bf74))
7+
* Fixed "No Script Asset for ..." warning appearing when changing serialized argument value in Play Mode ([366e585](https://github.com/SolidAlloy/ExtEvents/commit/366e5851dd644938e7dbc2f9a7c9233e4178c301))
8+
* Fixed add button icons missing after exiting play mode ([0ed9c9e](https://github.com/SolidAlloy/ExtEvents/commit/0ed9c9e1935f0940ca61d1f3562d120662ecbc8e))
9+
* Fixed old serialized values passed to event listeners after changing in the inspector ([ed7aa78](https://github.com/SolidAlloy/ExtEvents/commit/ed7aa78510b7ebe321a5ec79cf74c3ed9ed664be))
10+
11+
12+
### Features
13+
14+
* Added GameObject to the list of components that can be added as instance listeners ([4c02b52](https://github.com/SolidAlloy/ExtEvents/commit/4c02b52b94cdf0bf8e6bfe22e4d31659f5297bcd))
15+
116
## [1.2.2](https://github.com/SolidAlloy/ExtEvents/compare/1.2.1...1.2.2) (2022-05-10)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.extevents",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"displayName": "ExtEvents",
55
"description": "UnityEvents, but better.",
66
"dependencies": {

0 commit comments

Comments
 (0)