Skip to content

Commit 645a791

Browse files
committed
Merge branch 'develop' of github.com:coderan-io/ui into release/0.2.0
2 parents a1ec7fe + 5ec27a0 commit 645a791

File tree

2 files changed

+180
-101
lines changed

2 files changed

+180
-101
lines changed

CHANGELOG.MD

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Changelog
2+
3+
### 0.2.0
4+
5+
#### Changes
6+
* Changed panel to pane
7+
* Changed css variables to be `default` so they can be overwritten
8+
9+
#### Added
10+
* Added panel container
11+
* Added panel content
12+
* Added icons to dist
13+
* Added (minified) css and scss to dist
14+
* Added forwarding ref to field base
15+
* Added
16+
17+
#### Removed
18+
* Removed Inter font
19+
* Removed unused `generateUuid` function
20+
* Removed standard font size
21+
22+
#### Fixes
23+
* Fixed missing exports
24+
25+
#### Development
26+
* Changed root import to relative import
27+
* Added gulp for copying files and transpiling css when building

0 commit comments

Comments
 (0)