23.11.2 (2024-09-09)
23.11.1 (2024-09-09)
23.11.0 (2024-09-06)
23.10.3 (2024-03-19)
23.10.2 (2024-01-16)
23.10.1 (2023-12-22)
23.10.0 (2023-11-06)
23.9.14 (2023-10-10)
- past-time-picker: Earliest in history feature (#2196) (f3d8908)
- past-time-picker: fix since:0=> earliest (#2197) (2633020)
23.9.13 (2023-09-26)
- sinceRangePicker: change params (8b97938)
23.9.12 (2023-08-09)
23.9.11 (2023-08-08)
23.9.10 (2023-07-12)
23.9.9 (2023-07-06)
23.9.8 (2023-07-04)
23.9.7 (2023-06-25)
23.9.6 (2023-06-20)
23.9.5 (2023-06-20)
23.9.4 (2023-06-19)
23.9.3 (2023-06-14)
23.9.2 (2023-06-08)
23.9.1 (2023-06-06)
23.9.0 (2023-04-20)
23.8.0 (2023-03-29)
23.7.0 (2023-01-25)
23.6.6 (2023-01-18)
23.6.6 (2023-01-11)
23.6.6 (2023-01-05)
23.6.5 (2022-12-01)
23.6.4 (2022-11-22)
23.6.3 (2022-11-11)
23.6.2 (2022-10-21)
23.6.1 (2022-10-20)
23.6.0 (2022-10-17)
23.5.2 (2022-09-06)
23.5.1 (2022-07-28)
23.5.0 (2022-06-22)
23.4.0 (2022-06-15)
23.3.2 (2022-06-08)
- layout: fix style incompatable in firfox below v74 (#2052) (d494edc)
- supportRef: fix the supportRef function (#2056) (8092d69)
23.3.1 (2022-06-01)
23.3.0 (2022-05-25)
23.2.1 (2022-05-18)
23.2.0 (2022-05-11)
- date-picker: force set viewDate (a00b766)
- popover: the alternative axis check be enabled (#2002) (8582665)
- static-date-range-picker: fix panel interaction error (883944b)
23.1.0 (2022-05-04)
- icons: upgrade @gio-design-icons to v23 (#1994) (98103fd)
23.0.1 (2022-04-27)
- date-picker: fix date-picker month/year panel cannt back to datepanel error (#1993) (59638ee)
- List, ListPicker: not use
useEffect
to callonMultipleOverflow
(#1989) (9f09f5f) - list: when list multiple max, trigger onMultipleOverflow (#1985) (883a19c)
- switch: fix switch of displayName (#1983) (31d03a5)
23.0.0 (2022-04-20)
- legacy: delete components in the legacy folder (#1828) (44c18c9)
- refactor: modify nonstandard component's name (#1910) (0762d21)
import { AvatarGroup } from '@gio-design/components';
的用法需要更换为 import { Avatar } from '@gio-design/components'; const { Group: AvatarGroup } = Avatar;
1. AvatarGroup
2. CheckboxGroup
3. RadioGroup
4. Tab
5. Step
6. Text
7. Title
8. InputButton
9. InputNumber
10. Password
11. TextArea
12. IconButton
如果有引入了该文件夹下的模块,请更改为 import { PopConfirmProps } from '@gio-design/components/es/pop-confirm'
1. Collapse:
```diff
interface CollapseProps {
...
- destoryOnHide
+ destroyOnHide
}
```
2. Popover:
```diff
interface PopoverProps {
...
- distoryOnHide
+ destroyOnHide
}
```
3. CascaderOptions: `childrens` -> `items` (传给 Cascader 的 options 数组中,之前的 `childrens` 字段更换为了 `items`)
```diff
interface CascaderItemProps extends BaseItemProps {
...
- childrens?: CascaderItemProps[];
+ items?: CascaderItemProps[];
}
```
1. Cascader: interfance.ts -> interface.ts
1. List: interfance.ts -> interface.ts
1. ListPicker: interfance.ts -> interface.ts
Co-authored-by: maxin maxin@growingio.com
- legacy: 删除所有 src/legacy 文件夹下的组件(除了 FilterPicker 之外)
Co-authored-by: maxin maxin@growingio.com
22.15.2 (2022-04-12)
22.15.1 (2022-04-12)
22.15.0 (2022-04-08)
22.14.22 (2022-04-08)
- filter-picker: set width of List to 100% (#1951) (f06803f)
- FilterPicker: fix multi-selection error (#1952) (1094ad5)
22.14.21 (2022-04-06)
- hideDelay: update hideDelay (#1948) (5279bf5)
- list: fix list > li not have title attribute (#1949) (d1a38d0)
22.14.20 (2022-04-06)
22.14.19 (2022-03-30)
- cascader: cascader hover state error (#1931) (5cd947e)
- list-picker: fix onConfirm spelling error (#1939) (0929d26)
- table: fix sticky style of table (#1940) (a3d88ee)
- tree-select: fix style error (#1933) (afe394d)
22.14.18 (2022-03-25)
22.14.17 (2022-03-24)
- filter-picker: fix bug (#1925) (0f30563)
- popover: modify default value of
hideDelay
and make it equal todelay
(#1926) (7c61a1b)
22.14.16 (2022-03-23)
- filter-picker: fix filter-picker tooltip props (#1921) (48eaa36)
- filter-picker: fix icon (#1922) (3f9207c)
- filter-picker: fix style of FilterCondition (#1920) (8c44134)
- Tooltip: set hideDelay to 0 (#1919) (924c679)
22.14.15 (2022-03-22)
- filter-picker: fix icon of Expression (c4bf358)
- filter-picker: fix parse text (dd01b03)
- table: fix icon width of Table (5317b2f)
- tooltip: add word-break (02b869a)
22.14.14 (2022-03-21)
22.14.13 (2022-03-21)
- form: fix help message color of form-item (#1911) (134b190)
- static-date-picker: fix cell bug (#1912) (de0250e)
22.14.12 (2022-03-14)
22.14.11 (2022-03-14)
- ListPicker: 更新ScrollBar的样式 (#1907) (53c60b0)
- popover: fix popover content leave error (#1905) (97730ca)
22.14.10 (2022-03-11)
- date-picker, time-picker: fix color and use less token (#1897) (ae3f606)
- filter-picker: when
valueType
was changed initialize state (#1900) (4415f55) - static-date-picker: fix some bug (#1898) (f053caf), closes #1863 #1888
22.14.9 (2022-03-09)
- checkbox: fix box-sizing (#1891) (8101e12)
- filter-picker: when
valueType
was changed initialize state (#1894) (1be3104) - list-picker: fix list-picker scroll bar style error (#1896) (74e6cfd)
- panel: change panel text (#1895) (e01b8eb)
22.14.8 (2022-03-09)
- checkbox: box-sizing property hardcoded (#1889) (9b80ee1)
- list-picker: fix selection style error (#1890) (163ebb6)
22.14.7 (2022-03-07)
- list: list selection scroll error (#1887) (b4d28b3)
- page: fix duplicate svg id (#1885) (ccbd545)
- static-past-time-picker: fix style (#1886) (694345a)
22.14.6 (2022-03-03)
22.14.5 (2022-03-03)
- collapse: fix padding-bottom when active (#1882) (c8cbfc5)
- filter-picker: fix date-range judge error (#1880) (fc506e1)
- modal: fix buttonProps.style covered (#1881) (aa778ca)
- table: fix multiple sort error (#1872) (c967085)
- table: use rc-table and modify sort-icon color (#1877) (314de5d)
22.14.4 (2022-03-01)
- collapse: collapse style error and icon render error (#1871) (83744f3)
- list: list cascader-item on Document click error (#1870) (2d4bd6f)
22.14.3 (2022-02-28)
22.14.2 (2022-02-28)
- AbsoluteRangePicker: fix AbsoluteRangePicker defaultViewDates error (#1866) (e670180)
- pagination: fix bug of pagination (#1862) (dd71336)
22.14.1 (2022-02-25)
22.14.0 (2022-02-25)
22.13.2 (2022-02-24)
- cascader: fix cascader value match error option (#1861) (867f509)
- table: add scrollBar (#1860) (b39e178)
22.13.1 (2022-02-23)
- breadcrumbs: filter
null
,undefined
, and null string (#1856) (147617a) - date-range-picker: fix cleanable bug (#1848) (e367f16)
- drawer: set default value of size to
fixed
(#1859) (aed40f7) - link: root tag will be replaced
span
when disabled or loading (#1855) (5b79a8b) - tag: fix tag background-color (#1858) (ea8191c)
22.13.0 (2022-02-22)
22.12.14 (2022-02-21)
22.12.13 (2022-02-14)
- cascader: fix options update useEffect (#1840) (3afd75a)
- InputButton: handle events (#1841) (2b14866)
- tabs: remove width='inherit' and height='inherit' (#1839) (679be96)
22.12.12 (2022-02-10)
- list, list-picker, select, cascader: add deps style (#1838) (40b5a35)
- list: fix list cascader item position clip error (#1749) (181c28f)
22.12.11 (2022-02-02)
22.12.10 (2022-01-25)
- button: disabled style override loading style (#1812) (f264dba)
- card: fix card (remove flex) (#1814) (525d507)
- link: reduce selector's specificity (#1811) (76c5961)
- select: clear missing (#1825) (a353ac6)
22.12.9 (2022-01-18)
- pagination: trigger onChange and go to first page when pageSize or total were changed (#1799) (329423d)
- property-selector: filter VirtualProperty whose
valueType
isn't a string (#1810) (ad236f2) - property-selector: items inherit
groupId
andgroupName
from parent (#1802) (25e64f3) - search-bar, property-selector: add deps style (#1797) (870a9b0)
- table: add filter-popover border-radius (#1803) (86cf78f)
- table: filter empty page (#1798) (312ba44)
- table: fix infinite loop (#1794) (f568a49)
22.12.8 (2022-01-13)
22.12.7 (2022-01-12)
- collapse: support
bordered
prop and ref (#1790) (218a54e) - modal: modify size of Modal from
normal
tofixed
(#1776) (3d45fd1) - page: add deps style (#1789) (5632662)
- pagination: add
event
param ononChange
(#1791) (097131c) - panel: show divider (#1788) (4fdfab8)
- popover: fix react wraning (#1792) (1fc7c1c)
- search-bar: fix react wraning and
inputRef
(#1793) (ba1a1a3)
22.12.6 (2022-01-11)
- collapse: remove margin-right in the icon (#1787) (105ca40), closes #1785
- toggle: support default input props (#1786) (ca4922b)
22.12.5 (2022-01-10)
22.12.4 (2022-01-07)
- filter-picker: add
defaultOperationsOption
on FilterCondition (#1773) (127648b) - list: list mode=cascader onChange return value and options (#1779) (63a4e16)
- modal: add
min-heigh: 140px
to content of Modal (#1775) (2b3b048) - Popover: use max height to set popover position (#1778) (ee271d4)
- table: title ellipsis (#1777) (f779034)
22.12.3 (2022-01-06)
- breadcrumbs: support string children (#1769) (ebd7e7b)
- menu: menu tooltip (#1770) (0b0de22)
- skeleton: fix skeleton row and width (#1772) (09e740c)
- use-prefix-cls: use
usePrefixCls
hook of @gio-design/utils (#1756) (30a250c)
22.12.2 (2022-01-04)
- avatar: icon size (#1758) (eef1e35)
- filter-picker: 过滤选择器,选择过滤条件的时候,点击取消,触发submit事件 (#1767) (d6f1b49)
- input: -webkit-appearance: none (#1755) (fbbea02), closes #1701
- list: fix list selection component arguments error (#1747) (23eda81)
- switch: fix style (#1768) (45c05bb)
22.12.1 (2022-01-04)
22.12.0 (2021-12-31)
22.11.1 (2021-12-29)
22.11.0 (2021-12-28)
- card: fix props and className (#1726) (c2cab83)
- filter-picker, property-selector: fix i18n (#1714) (270d412)
- icon-button: change padding and fixed width (#1727) (015eaf6)
- input: add input width 100% in form (#1738) (0b167a2)
- list-picker: fix listpicker autoWidth (#1737) (31d1351)
- list: fix list value separator (#1724) (4c28824)
- popover, static-date-picker: remove focus style (#1735) (fce28f2)
- SearchBar: update search bar styles (#1728) (a4f0dee)
- steps: change steps style (#1733) (87eff12)
- date-picker, time-picker: set active status on InputButton when visible (#1736) (47e4976)
- filter-picker: support
list
type (#1739) (e178062) - past-time-picker: relative timeRange support toToday (#1731) (f240f9e)
22.10.1 (2021-12-22)
22.10.0 (2021-12-22)
- collapse: change create style (#1718) (ddbbc3e)
- list: fix context interfance (#1722) (0a78246)
- list: fix list collapse style error (#1719) (3369329)
- SearchBar: add search classname for SearchBar (#1720) (0bd38de)
22.9.0 (2021-12-22)
22.8.2 (2021-12-21)
- listPicker: fix listPicker lines ellipsis (#1711) (41ed2a1)
- Popover: fix popover position for window browser (#1712) (d20aa1d)
22.8.1 (2021-12-21)
- card: fix card bug about description atttribute can't enter reactNode (#1703) (5d5d156)
- list: fix list item data-testid (#1710) (cdb66d6)
22.8.0 (2021-12-20)
- input: fix input console (#1696) (7879bb4)
- list-picker: fix list-picker demo (#1678) (a38017f)
- list: support empty (#1682) (c1500f6)
- page: fix page storybook and collapse parameters not show (#1684) (b138552)
- past-time-picker: fix active style (#1700) (c3c718c)
- select: fix select model prop error (#1702) (a40b4a4)
- upload: fix upload reSelect not invoke model (#1698) (292f45a)
- dropdown: set active status on Button or IconButton when visible (#1697) (33d72d5)
- link: support
component
prop (#1699) (0bb93f0)
22.7.0 (2021-12-16)
- cascader: add itemPosition attr (#1689) (b554264)
- input-button: fix input button active style (#1679) (1f11cce)
- popover: add popover flip (#1690) (513ee54)
- popover: fixed popover flip (#1692) (f062748)
- property-picker: 修改属性选择器分类导航使用新的tabs,可左右滑动 (#1695) (b6508e0)
- list: add event param in the onClick (#1693) (0feb381)
- popover: support onContentClick event (#1691) (6d8fef2)
22.6.0 (2021-12-15)
- cascader: cascader position (#1687) (f5fced9)
- pase-time-picker: show error (#1685) (35f9efb)
- Popover: update display (#1681) (b2425f6)
22.5.4 (2021-12-15)
22.5.3 (2021-12-14)
- cascader: item 点击方法不稳定 (#1669) (8e8244a)
- InputButton: fix icon-prefix-cls of InputButton (#1675) (980f51b)
- legacy/list-pro: use legacy/checkbox in /legacy/list-pro (#1677) (9f8dde8)
- list: list multiple style error (#1668) (ff1c61d)
22.5.2 (2021-12-13)
- components: data testid (#1661) (d4f0c15)
- filter-picker: fix container (#1667) (366c3be)
- panel: the title should be vertically centered with the icon when there is no description (#1665) (12c98d5)
- switch, modal: fix style (#1664) (6de60fe)
- tab-nav: 修复当tab文字超出时,折行溢出 (#1662) (1ab5bf5)
- table: fix scroll-bar of table (#1666) (fc27a58)
- textarea: update the style of textarea (#1663) (ada7e49)
- tree: fix tree not ellipsis (#1660) (83fdc80)
22.5.1 (2021-12-09)
- cascader: fix cascader item disabled pass down (#1658) (783e14f)
- Input: resolve input button selected issue (#1657) (464d269)
- popover: popover createPortal default document.body (#1654) (98b04e3)
- SearchBar: support clear value (#1659) (2caee20)
22.5.0 (2021-12-09)
- button: button disabled error (#1649) (89df998)
- button: mouseLeave trigger error (#1641) (b0d78b4)
- components: fix some components data-testid (#1635) (f76ef30)
- dropdown: dropdown keydown error (#1653) (0759445)
- filter-condition: 组件国际化问题 (#1650) (eb25fc2)
- Input: fix input issues (#1644) (d5d03c3)
- list-picker: add recent id change localKey (#1636) (3590ced)
- list: list style (#1652) (4a9946c)
- select: attr autoWidth default false (#1646) (8ef8e75)
- table: fix table style (#1640) (0018d49)
- table: modify empty node size from 'normal' to 'small' (#1643) (0254879)
22.4.1 (2021-12-07)
- dropdown: transmit ref to popover wrapper (#1630) (1397868)
- filterpicker: modify width of selector in the FilterPicker (#1616) (e173d78)
- input-button: specificity of input-button (#1629) (14e74aa)
- Input: input value by Chinese (#1632) (1b9cfc8)
- legacy/list: modify prefix-cls from
list
tolist-legacy
(#1615) (4d8de84) - link: fix style of Link (#1619) (af39027)
- PopConfirm: control visible (#1620) (ad0c1f3)
- table: fix legacy table of style (#1634) (5e6db5d)
- table: fix table error (#1623) (860e1a3)
- table: fix table pagination onPageSizeChange error (#1614) (d9a3b51)
- text: remove text tooltip (#1621) (4938202)
22.4.0 (2021-12-03)
- cascader: collapse Item render label error (#1606) (2f84d5e)
- grid: modify less variable (#1611) (d5f5618)
- Link: fix style (#1604) (1262739)
- list-picker: clear error (#1602) (903517e)
- list-picker: fix list-picker empty error (#1600) (f37fbed)
- list-picker: fix list-picker storydemo (#1598) (84f8e08)
- popover: fix popover update visible error (#1596) (a40bddc)
- Popover: update offset to make sure the popover panel in window (#1608) (5557aca)
- popover: visible error (#1603) (91fa0d2)
- propertyselector: fix bug (#1607) (d477af8)
- tabs: 解决按shift键,有蓝框 (#1609) (68ba6a9)
- form, basepicker, propertyselector, listpicker, panel: i18n (#1601) (50158a0)
- select: select、 cascader、list-picker、value新增number类型 (#1605) (47139ee)
22.3.0 (2021-12-02)
- base-picker: fix className of BasePicker (#1573) (c250c1b)
- button: fix ripple effect of Button (#1570) (230fa92)
- cascader: cascaderItem style error (#1593) (327e712)
- form: fix legacy/form className (#1566) (1ef2bb9)
- InputButton: add title for InputButton (#1582) (9acab96)
- input: input button style error (#1567) (f7adba3)
- Input: listen change event of Input (#1595) (2c86cc8)
- list-picker: fix list-picker multiple error (#1568) (4597f09)
- list-picker: fix Recent multiple error (#1590) (17e367c)
- list-picker: list-picker tirgger collect options error (#1572) (c48c541)
- list-picker: 优化list-picker、cascader性能 (#1579) (3c893f8)
- switch: fix switch height (#1587) (8aed405)
- switch: fix switch small 28px (#1577) (4a330d5)
- table: fix filter bug of Table (#1594) (9fe55e4)
- filterpicker: support i18n in the FilterPicker (#1592) (7ebabe1)
- legacy/propertyselector: add virtualProperty icon (#1581) (ecdcd1b)
22.2.1 (2021-11-30)
- button: fix ripple style of button (#1556) (e838324)
- cascader legacy: fix legacy cascader (#1539) (ab91f6e)
- cascader: fix cascader build style error (#1554) (fb90bc9)
- checkbox: 修复checkboxGroup.onchange不动态改变刷新的问题 (#1540) (92bb678)
- dropdown: set padding of List in the Dropdown to be zero (#1559) (9a2af8d)
- fix duplicated prefix-cls (#1546) (b5e4f04)
- fix some className (#1544) (f7587ee)
- list-picker: clear up all trigger style controls (#1543) (f90a38c)
- list-picker: improve context collection capabilities (#1533) (9d783fa)
- list-picker: optimization list-picker (#1561) (a014a86)
- list: fix list story (#1529) (bf96e0a)
- package: package.json version error (#1562) (3f290a5)
- page: fix image attribute (#1560) (22468ac)
- pase-time-picker: style error (#1564) (76b6fee)
- past-time-picker: visible change & disabled style (#1541) (7cdd93a)
- popover: fix popover updateVisible method (#1537) (b88a80b)
- popover: fix trigger className and style of popover (#1558) (32de45b)
- popover: refactor offset and add offset attribute (#1538) (6c4044c)
- property-selector, filter-picker: fix style (#1534) (5318764)
- Revert "feat(popover): popover 不再对触发元素包裹 div;popover 默认挂载到 body 上 (#1527)" (#1532) (df8d2bd), closes #1527 #1532
22.2.0 (2021-11-25)
- list-picker: fix multiple value error (#1526) (520f170)
- list-picker: jSON.parse.('') error (#1528) (2d3625f)
22.1.0 (2021-11-25)
- InputButton: support input change event (#1518) (d06bd39)
- legacy/dropdown: fix prefix-cls (#1514) (1b56d47)
- list-picker: add recent component (#1522) (853048d)
- list-picker: list-picker mutiple controlled error (#1517) (23a1ace)
- list-picker: selection consumer render children (#1519) (0485f54)
- list: list option support JSX preview (#1515) (f02637d)
- select: fix style error (#1509) (96e8037)
- style: update InputButton styles (#1511) (9f8af23)
- table: fix table filter error (#1513) (a3bde92)
- table: fix table scrollbar style (#1512) (3d2b6b0)
22.0.2 (2021-11-22)
- checkbox: fix color params (#1497) (3f2e640)
- InputButton: fix placeholder issue (#1496) (a690e18)
- list-picker: disabledTooltip position errot (#1500) (1149827)
- popover: async render (#1495) (2d06edc)
- popper: fix popper position error (#1501) (6308e5b)
- storybook: fix storybook and bugs (#1502) (104a427)
22.0.1 (2021-11-19)
- card: css stylelint (#1493) (c3c1d69)
- date-picker, time-picker,past-time-picker: fix input params (#1488) (2953c69)
- dateRangePicker: fix use controlled state (#1490) (890466e)
- dropdown: fix style (#1491) (f3a8786)
- filter-picker: fix filter-picker style (#1489) (05eba70)
- inputbutton: update inputbutton styles (#1486) (c4577a8)
- listpicker: listPicker JSX (#1481) (a499a2d)
- switch, radio: support jsx (#1484) (5558a2b)
- table: fix error (#1479) (2187767)
22.0.0 (2021-11-17)
- button: fix export method (#1434) (4710118)
- checkbox, toggle, radio, switch: fix prefixCls & style (#1397) (31ce6b3)
- checkbox: fix prefixCls & style (#1392) (6392c3f)
- DatePicker, TimePicker: fix style (#1453) (9991fad)
- divider: fix some style of divider component (#1391) (60e41c6)
- inputbutton: text align should be left (#1470) (f61ea44)
- input: Fix input feedbacks (#1419) (7da7364)
- input: fix input style feedbacks (#1425) (52c2000)
- Input: support onPressEnter (#1476) (4418d99)
- link, button: cursor is 'not-allowed' when disabled and loading (#1373) (b128824)
- list: fix error of selection component (#1460) (3a17098)
- pagination: fix TypeError (#1472) (e19fe2c)
- pagination: import dependent style file (#1437) (0f4b524)
- popover: render Portal (#1464) (1e8458a)
- Popover: support bind ref with children (#1473) (d56229a)
- Popover: support disabled (#1475) (d28a8c0)
- scripts: fix build (#1459) (3dfca86)
- table, pagination: 替换新组件及样式 (#1463) (4681bdc)
- table: fix title info font-weight (#1442) (f20464a)
- alert: add alert component (#1415) (601e069)
- button: add button component (#1358) (046fa58)
- button: IconButton was mounted in Button (#1404) (1090f89)
- cascader: add cascader component and upgrade list (#1446) (695e2dc)
- checkbox: add checkbox & checkbox Group (#1371) (4135236)
- Confirm: add confirm component (#1409) (3dfb19c)
- DatePicker: add new DatePicker, DateRangePicker (#1427) (012f195)
- Divider: add the divider component (#1378) (90598f5)
- drawer: add drawer component (#1416) (dc4cde5)
- hooks: add useControlled State (#1355) (4648d23)
- input: add new input and search bar component (#1396) (fa4c577)
- link: add link component (#1360) (c4281f8)
- list-picker: add list-picker (#1461) (c5bc076)
- list-picker: move list-picker list-selector to legacy (#1454) (ef58e6b)
- list: add list (#1405) (be6ddb5)
- listpicker: add list-picker demo (#1474) (00b89f7)
- Loading: add new Loading component (#1424) (2aa4034)
- modal: add modal component (#1400) (74a0d9e)
- pagination: pagination 组件支持国际化 (#1455) (a5f6f0e)
- panel: add panel component (#1436) (af96550)
- past-time-picker: add past-time-picker (#1443) (3a2b779)
- popover: add document click case (#1431) (13a9c87)
- Popover: add popover (#1394) (0dd7c39)
- radio: add radio component (#1372) (0e96222)
- select: add select component (#1429) (87639e5)
- storybook: add storybook breadcrumbs checkbox divider radio switch toggle (#1393) (5421fc1)
- stylesheet: add less variables & mixins (#1357) (5f4852d)
- switch: add switch component (#1383) (51976a7)
- table: table 国际化 (#1458) (7f96b7a)
- tabs: add tabs component (#1377) (169c9a7), closes #1420
- timePicker: timePicker =< staticTimePicker, add new timePicker (#1430) (b58df1d)
- toggle: add toggle component (#1374) (a9bd24e)
- tooltip: add new tooltip (#1399) (da94622)
- upload: add fileList prop (f6f1651)
- utils: add withRef hoc (#1356) (86312e5)
- change the importing path of components. Using DesignContext for global configuration.