Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Releases: NewDadaFE/react-impression

bug fix

12 Sep 10:38
Compare
Choose a tag to compare
0.4.10

fix: 修复子组件为false、null或者undefined是组件渲染异常.

修复Nav.Link子节点为false时异常

09 Sep 10:42
Compare
Choose a tag to compare
0.4.4

RELEASE: 0.4.4, 修复Nav.Link子节点为false时报错

Eslint

07 Sep 04:53
Compare
Choose a tag to compare

1、重写Breadcrumb组件减少耦合性
2、将无状态组件改为函数编写方式
3、修复Calendar在父组件state发生修改后不会重新渲染
4、参照Airbnb, 重新梳理代码规范

表单组件添加getValue类方法

01 Sep 08:45
Compare
Choose a tag to compare

1、给所有表单组件添加getValue类方法,需要传入组件引用
2、改善select和InlineSelect木偶组件和非木偶组件的表现形式
3、添加登录示例页
4、提取InputGroupAddon样式变量

React.PureComponent

30 Aug 03:56
Compare
Choose a tag to compare

1、替换 React.Component 为 React.PureComponent

属性规范化、代码示例、组件优化

30 Aug 02:28
Compare
Choose a tag to compare

1、组件的主题属性由style改为theme
2、移除所有手动绑定上下文,通过箭头函数自动绑定
3、集成perfect-scrollbar
4、调整原来先将props.children转为数组再遍历的写法为直接通过React.Children.map或forEach
5、移除原来Bootstrap4.0一些不必要的变量
6、添加代码示例
7、重写下拉菜单Dropdown组件
8、重写可伸缩组件Collapse组件

移除Grunt

17 Aug 12:57
Compare
Choose a tag to compare

移除Grunt、Makefile,添加Gulp、npm scripts

BUG FIX

21 Jul 03:35
Compare
Choose a tag to compare

1、DatePicker点击年月选择header时报错;
2、年月候选面板不自动垂直居中。

BUG FIX

20 Jul 01:58
Compare
Choose a tag to compare

1、修复Select组件当value为0时,其对应的option不被选中.

集成scss-lint

19 Jul 10:27
Compare
Choose a tag to compare
0.1.11

MERGE