You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ This is a pre-release version and APIs will change quickly. Before `1.0` release
4
4
5
5
Please note after `1.0` Semver will be followed using normal protocols.
6
6
7
+
# Version 0.3.0
8
+
9
+
### API Changes
10
+
* All settings now permit attributes with either kebab or lowercased conversion. i.e. settings = { showLink: false } can be set either like `<my-component showlink>` or `<my-component show-link>` as an alias.
11
+
7
12
# Version 0.2.2
8
13
* UI: Adds new UI card component with minimal featureset
9
14
* Bugfix: Fixed issue with SSR `<ui-button primary>` being rendered as `<ui-button primary="true">`
0 commit comments