Riot 3.7.0 已发布,Riot.js 是一个客户端模型-视图-呈现(MVP)框架并且它非常轻量级甚至小于 1kb。尽管他的大小令人难以置信,所有它能构建的有如下:一个模板引擎,路由,甚至是库和一个严格的并具有组织的 MVP 模式。当模型数据变化时视图也会自动更新。本次更新如下:
riot 3.7.0 September 2, 2017
Add: improve loops performance via key attribute more info riot/2418
key
Add: tag options will be passed to the mixins init function riot/2434
init
Fix: isMounted returns false inside .on(“mount”) event riot/2436
isMounted
Fix: yield with ref attribute fails to load contents riot/2433
Fix: “value” attribute is not removed if previously set and then set again to falsy value riot/2427
详情请参阅发布说明
下载地址
Source code (zip)
Source code (tar.gz)
评论删除后,数据将无法恢复
Riot 3.7.0 发布,JavaScript 的 MVP 框架
Riot 3.7.0 已发布,Riot.js 是一个客户端模型-视图-呈现(MVP)框架并且它非常轻量级甚至小于 1kb。尽管他的大小令人难以置信,所有它能构建的有如下:一个模板引擎,路由,甚至是库和一个严格的并具有组织的 MVP 模式。当模型数据变化时视图也会自动更新。本次更新如下:
riot 3.7.0 September 2, 2017
Add: improve loops performance via
keyattribute more info riot/2418Add: tag options will be passed to the mixins
initfunction riot/2434Fix:
isMountedreturns false inside .on(“mount”) event riot/2436Fix: yield with ref attribute fails to load contents riot/2433
Fix: “value” attribute is not removed if previously set and then set again to falsy value riot/2427
详情请参阅发布说明
下载地址
Source code (zip)
Source code (tar.gz)