Riot 3.4.4 发布了。Riot.js 是一个客户端模型-视图-呈现(MVP)框架并且它非常轻量级甚至小于1kb.尽管他的大小令人难以置信,所有它能构建的有如下:一个模板引擎,路由,甚至是库和一个严格的并具有组织的MVP模式。当模型数据变化时视图也会自动更新。更新内容如下:
Fix: remove ref attributes avoiding to parse them twice riot/2329
Fix: avoid to remove attributes for truthy properties riot/2331
Fix: support for IE11 events handling riot/2332
软件详情:https://github.com/riot/riot/
下载地址:https://github.com/riot/riot/archive/v3.4.4.zip
来自:开源中国社区

