File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 1.6.1]
9+
10+ ### Added
11+
12+ - Add getAliasToken helper function.
13+ - Add SplitScreen template.
14+
15+ ### Changed
16+
17+ -
18+
19+ ### Fixed
20+
21+ - Fix unnecessary rerender for Table.
22+ - Fix UploadDragger to Upload.Dragger
23+
24+ ### Deprecated
25+
26+ - Deprecate getComponentOrGlobalToken helper function.
27+
28+ ### Removed
29+
30+ - Remove secondary, tertiary, quaternary color.
Original file line number Diff line number Diff line change 11{
22 "name" : " 1byte-react-design" ,
3- "version" : " 1.5.11- 1" ,
4- "main" : " dist /index.js " ,
3+ "version" : " 1.6. 1" ,
4+ "main" : " src /index.tsx " ,
55 "license" : " MIT" ,
66 "scripts" : {
77 "build" : " webpack --config webpack.config.js" ,
You can’t perform that action at this time.
0 commit comments