node build
node server
- ie: >=6.0.0
- chrome: >=1.0.0
- nodejs: latest
- css: ^2.0.0 || ^3.0.0
- html: ^4.0.0 || ^5.0.0
- ecmascript: ^3.0.0
- dom: ^3.0.0
- sizzle: 2.3.1
- postcss: ^5.0.20
- postcss-calc: ^5.2.1
- postcss-color-function: ^2.0.1
- postcss-css-variables: ^0.5.1
- postcss-each: ^0.9.1
- postcss-for: ^2.0.2
- postcss-import: ^8.1.0
- postcss-rgba-hex: ^0.3.5
- postcss-simple-vars: ^1.2.0
- rollup: ^0.26.2
- rollup-plugin-includepaths: ^0.1.2
- baseCss
- toolCss
- CommonComponetsCss
- ComponentsCss
- ThemeCss
版本的格式 major.minor.patch 主版本号.次版本号.修补版本号
- 主题风格变更
- 添加 step 模块
- 添加 column 模块
- 删除 grid 模块
- 更新 button 模块
- 更新 input 模块
- 更新 table 模块
- 更新 page 模块
- 更新 textarea 模块
- 更新 theme 模块:添加注释。theme 模块用于存放设计师的配色,定义整个UI的风格。
- 添加 progress 模块
- 添加 tip 模块
- 添加 sizzle 模块
- 添加 calendar 模块:日历模块,提供获取当前年、月、日列表。当前日期前几天,后几天
- 添加 util 模块
- 添加 dateUtil 模块
- 添加 placeholder 模块。使得IE6789可以兼容placeholder属性
button
添加对 IE6 的支持column
添加对 IE6 的支持demo
添加对 IE6 的支持form
添加对 IE6 的支持input
添加对 IE6 的支持label
添加对 IE6 的支持link
添加对 IE6 的支持list
添加对 IE6 的支持margin
添加对 IE6 的支持notice
添加对 IE6 的支持page
添加对 IE6 的支持popup
添加对 IE6 的支持progress
添加对 IE6 的支持reset
添加对 IE6 的支持tab
添加对 IE6 的支持table
添加对 IE6 的支持text
添加对 IE6 的支持textarea
添加对 IE6 的支持tip
添加对 IE6 的支持tool
添加对 IE6 的支持util
添加对 IE6 的支持