Infinite-ui
A lightweight jQuery UI library
Collaborators> This list is in no particular order.
Janking -- https://github.com/janking
Season -- https://github.com/YuxinChou
SamZoo -- https://github.com/SamZoo
Kerry -- https://github.com/qiuyaofan
N-feng -- https://github.com/N-feng
Chesscai -- https://github.com/chesscai
Version1.2.1
Support* Internet Explorer 8+
Chrome 4+
Firefox 5+
IOS 6+
Android 4.4.0+
Installation
Install using npm:
shell$ npm install
Usage
$ gulp build //编译全部组件及css
$ gulp build:pc //编译pc组件及css
$ gulp build:mobi //编译mobile组件及css
Develop
$ gulp watch //开发及预览
http://localhost:3000/examples/index.html
History
- 2016年09月15日 更新记录:
- 优化
loading
alert
更名为dialog
tip
更名为alert
dialog
更名为popover
- 版本更新至 1.3.0
- 优化
- 2016年09月11日 更新记录:
layer
,alert
优化动画效果
- 2016年08月16日 更新记录:
validate
修复一些细节 bug,新增 errors接口
- 2016年08月10日 更新记录:
validate
修复 remove 的bug
- 2016年08月05日 更新记录:
layer
修复 esc快捷键退出失效的问题
- 2016年07月15日 更新记录:
validate
修复一些 bug- 新增
dialog
组件
- 2016年07月9日 更新记录:
layer
新增cutTo
方法切换不同的layer
,layer
删除阻止事件冒泡,采用event.target
方式触发遮罩层关闭version 1.2.1
- 2016年07月01日 更新记录:
- 解决iselector 自定义json 不能渲染出来的问题
- 2016年06月27日 更新记录:
- 移除
fadeSlider
,returnTop
组件 - 重构
tabs
组件,不再兼容之前的tabs
- 新增
placeholder
文档
- 移除
- 2016年06月26日 更新记录:
- 修复
alert
,layer
弹出时body
因overflow:hidden
而跳动的问题 - 优化
tip
插件,简化了接口,新增demo及文档 - 新增
layer
说明文档
- 修复
- 2016年06月16日 更新记录:
1.2.0
的cookie
不再向下兼容,升级后请对之前cookie的调用做修改- 优化
loading
插件,增强调用的灵活性
- 2016年06月14日 更新记录:
mPicker
增加display
显示方式和isshort
简写参数validate
增加了一条生日的验证规则isBirthday
layer
增加显示的回调函数showCall
- 新增分享组件
share
- 后台错误提示组件
ajaxError
- 唯一字段邮箱或者手机显示隐藏组件
exist
(活动专用)
2016年06月13日 适配
webpack
模块加载version 1.2
2016年6月13日 重构
placeholder
组件,使用label模拟,避免提交出错2016年6月12日 重构
layer
组件的居中方式及动画效果2016年6月8日 更新记录:
ajaxForm
增加always回调和对ajax2的支持tokenize
优化js和css代码,增加搜索回调函数和可以限制输入搜索的字符的长度2016年6月3日 新增
dialog
组件2016年5月30日 新增
pagination
组件2016年5月23日
tokenize
增加多级列表选择2016年5月5日 修复
tokenize
的多个初始选项bug,增加只读模式,只读模式只能显示初始选项(不能删除、增加)2016年03月29日 增加初始选项及禁止删除功能,修复
tokenize
的多次调用bug2016年03月21日 更新记录: 重构
layer
组件,降低耦合度 新增mpicker
组件2016年03月11日 新增
tokenize
组件2016年03月05日 新增
validate
组件2016年03月01日 取消
animated
库的依赖2016年02月29日 重构项目结构,
version 1.1.0
2016年02月23日 修复
ajaxForm
的一些细节bug2016年02月18日 优化
layer
、tooltip
组件2015年09月21日 新增
layer
、alert
的用例2015年09月17日 修改动画效果,支持animated.css库
2015年09月14日 新增
placeholder
组件2015年09月11日 新增
alert
组件2015年09月08日 新增
tooltip
组件2015年08月29日
Infinite-UI Library 1.0
正式上线全局2015年08月27日 新增
ajaxForm
组件2015年08月23日 新增
pub/sub
全局功能2015年08月19日 代码重新整理,并使用
gulp
+compass
来构建本项目2015年08月17日 新增
loading
全局功能2015年08月15日 新增
pub/sub
全局功能2015年08月11日 新增
layer
组件2015年08月10日 更新记录: 新增
returnTop
组件 新增IUI库扩展功能,支持AMD
、CMD
模块加载2015年08月09日 完成
emailSuffix
组件2015年08月08日 完成
tabs
组件2015年08月07日 着手开发
Infinite-UI Library