You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [v4.1.0-beta] - 2024-06-19
9
9
10
+
### Added
11
+
12
+
- Ability to bypass max input length (can be disabled)
13
+
10
14
### Changed
11
15
12
16
- How the AlertFix works, again... Checks for touch priority if the layer has a touch priority, if not then it falls back to Z order (it was also causing a crash in `LevelEditLayer`)
13
17
14
18
### Fixed
15
19
16
20
- Crash in level editor
21
+
- Pasting text bypassing allowed characters filter
17
22
- Space character weirdness in `CCTextInputNode`s with `CCLabelBMFont`s
0 commit comments