公孙怡然 发表于 2016-6-4 09:03:23

Riot v2.3.18 发布,JavaScript 的 MVP 框架

欢迎加入运维网交流群:263444886>>> »  
  Riot v2.3.18 发布了。Riot.js是一个客户端模型-视图-呈现(MVP)框架并且它非常轻量级甚至小于1kb.尽管他的大小令人难以置信,所有它能构建的有如下:一个模板引擎,路由,甚至是库和一个严格的并具有组织的MVP模式。当模型数据变化时视图也会自动更新。
  更新说明:


[*]  Add the possibility to debug the internal tags cache exposed in riot.vdom
[*]  Fix nested virtual tag unmount issue riot#1652
[*]  Fix select reset on the onchange event riot#1667
[*]  Fix using the new data-is attribute the custom tag css are not applied riot#1666
[*]  Update enable the overriding of the riot internal methods riot#1616
[*]  Fix subroute context riot-route#52

  下载地址:https://github.com/riot/riot/releases/tag/v2.3.18
  
页: [1]
查看完整版本: Riot v2.3.18 发布,JavaScript 的 MVP 框架