首页 / 新闻 / MindFusion.Virtual Keyboard for JavaScript V1.1
MindFusion.Virtual Keyboard for JavaScript V1.1
添加 ES6 模块、类和属性。
1月 13, 2022
新版本
特性
ECMAScript 6 (ES6) modules, classes and properties
The source code has been refactored following ES6 standards, including modules, classes and properties.
Get/set functions have been replaced by getter/setter properties, which should help you use the keyboard API with the binding expressions of various JavaScript frameworks.
The distribution still includes ES5-compatible scripts located in Scripts/umd folder, which are transpiled from current ES6 code, and whose classes are exposed as members of global MindFusion namespace object as in previous versions.
The Scripts/esm folder contains ES6 code that lets you import JsKeyboard classes from respective modules.