We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ec7fe commit 216790fCopy full SHA for 216790f
CHANGELOG.MD
@@ -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