Vue v2.0.0-rc.5 发布了,Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。
本次发布一些新特性:
Custom directives now get a new hook: inserted, which will be called when the bound element has been ...详情
Bootstrap v4.0.0-alpha.4 发布了,这个版本主要的变化是用一个小的”alpha patch” 来命名一个没有任何JS文件的npm包,并且对我们的 CSS 和 docs 进行了一些小小的改变。
CSS
#20130: Make .bg-inverse use the background variant mixin for proper text co...详情
Angular2 RC5 发布了,主要更新如下:
Bug Fixes
animations: change trigger binding syntax to function as a property binding
animations: ensure a null easing value is never used with web-animations (9cc3b2c), clos...详情
Vue v2.0.0-rc.3 发布了,Vue.js 是构建 Web 界面的 JavaScript 框架,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。该版本更新如下:
New
Vue.set and Vue.delete is now also exposed on Vue instances as this.$set and this.$delete.Note this...详情
Bootstrap 3.3.7 发布了,本次发布改进记录如下:
JavaScript
#19192 Fix keyboard navigation for toggle buttons (checkbox, radio, single toggle) following a mouse click
#19659: Clear tooltip’s $element to prevent...详情