v0.2.5 update: $Async.await() allow $ContainerContentType object. update: $Container.insert() and .content() can handler Promise object and Async function. update: $Select.value() will sync value with $State.value when update. update: Array.prototype.detype will exclude undefined and void automatically. new: $.events function, create EventManager in faster way. fork: move $View to extensions repository new: $.call function, just a simple function caller.defaultkavy2024-10-03 23:21:55 +0800
v0.2.4 change: $NodeManager.$elementList rename to childList. update: $Container.insert() and $NodeManager.add() now can insert element with position. add: $Video element is avaliable. add: $Media element is avaliable. update: $State now can set with other $State object. change: The host of this repository is changed.defaultkavy2024-08-29 02:27:14 +0800
7f8f599b8av0.2.2 new: $HTMLElementAPIs optimize: collect utilty method of HTMLElement and merge into different $Elementdefaultkavy2024-05-15 18:38:45 +0800
6454ddab48v0.2.0 new: ElexisJS icons and logo change: README.md update: $Input.type() will convert input into Number/Check/File Input with several methods update: $.set() [methodKey] parameter will change to [handle] function, handle() will be called when [value] parameter is $State. add: $State .toJSON()defaultkavy2024-04-26 18:41:29 +0800
18bbc4922av0.2.0 new: ElexisJS icons and logo change: README.md update: $Input.type() will convert input into Number/Check/File Input with several methods update: $.set() [methodKey] parameter will change to [handle] function, handle() will be called when [value] parameter is $State. add: $State .toJSON()defaultkavy2024-04-26 18:12:14 +0800
0b3ca308d6version 0.0.3 con: Route/Router event callback function use object to pass params change: $NodeManager.removeAll() with render params add: type InputMode update: READMEdefaultkavy2024-03-28 20:03:03 +0800
1489b1dba5add: $Node.isElement() add: Router/Route event - load enhance: RouteData.data add: Router.setStateData() fix: route record open event not fire rename: $Node.$hidden -> $Node.__hidden add: $Element.static_classes, .stateClass(), .addStaticClass, .removeStaticClass, .attribute()defaultkavy2024-03-16 13:33:05 +0800
658df2d8e6v0.0.2 new: $Image enhance: $ parameter accept null and undefined new: $Dialog new: $Canvas add: $.rem() fix: Router resolve path error with param resolve fix: $Container.insert() render error with undefined child change: Route builder function parameter with one object enhance: $Node event listener with event type add: $Node.inDOM()defaultkavy2024-02-13 19:38:46 +0800
8e37f65f4ffix: declare global not working. fix: Array.detype() return empty array. new: RouteRecord, Route with path resolve function. change: $ElementManager rename to $NodeManager. add: $Node.hide() and $Node.show(). fix: $Node parent undefined. add: create element with 'label', 'input'. new: $.state() to binding data in element. new: $Form, $Button. fix: Router resolve path id bugdefaultkavy2024-02-03 09:33:34 +0800