Bartosz Ostapowicz пре 7 година
родитељ
комит
a3660bac10
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      what's new.md

+ 1 - 1
what's new.md

@@ -121,7 +121,7 @@
 - Added `alphaCutOff` support for StandardMaterial ([deltakosh](https://github.com/deltakosh))
 - New `serialize` and `Parse` functions for SSAO2 Rendering Pipeline ([julien-moreau](https://github.com/julien-moreau))
 - Added `furOcclusion` property to FurMaterial to control the occlusion strength ([julien-moreau](https://github.com/julien-moreau))
-
+- Added `isEnabled` property to InputText to control if input can be focused ([barteq100](https://github.com/barteq100)) 
 ## Bug fixes
 
 - `setPivotMatrix` was not setting pivot correctly. This is now fixed. We also introduced a new `setPreTransformMatrix` to reproduce the sometimes needed behavior of the previous `setPivotMatrix` function ([deltakosh](https://github.com/deltakosh))