From ce9b7aed520a1b26a32c24b2f3166a617fc3c8e8 Mon Sep 17 00:00:00 2001 From: Dziad Borowy Date: Sat, 16 Sep 2023 13:07:27 +0100 Subject: [PATCH] fix #154 --- CHANGELOG.md | 5 +- docs-src/components/panel/Panel.svelte | 10 ++ docs-src/pages/changelog.svelte | 6 +- docs/docs.js | 216 ++++++++++++------------- docs/ui.css | 2 +- src/panel/Panel.css | 4 +- src/panel/Panel.svelte | 24 +-- 7 files changed, 144 insertions(+), 123 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f376f4a..d02c5348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ Changelog ========= +## v9.0.1 *(2023-09-09)* +- Make `title` optional for `Panel`. -## v9.0.0 *(2023-08-?)* + +## v9.0.0 *(2023-09-09)* - **New**: added `Utils` page in the docs with APIs to the utility functions exposed by the library. - `Tooltip` was simplified and now the positioning ensures that the tooltip is always visible on the screen. - `Popover` will now update its position when the window is resized. diff --git a/docs-src/components/panel/Panel.svelte b/docs-src/components/panel/Panel.svelte index 27c4efdf..fbee27a7 100644 --- a/docs-src/components/panel/Panel.svelte +++ b/docs-src/components/panel/Panel.svelte @@ -10,6 +10,16 @@

This is panel contents

+

No title

+ + +

This is panel contents

+
+ + +

This is panel contents

+
+

Round & disabled

diff --git a/docs-src/pages/changelog.svelte b/docs-src/pages/changelog.svelte index 7f286cae..2843264e 100644 --- a/docs-src/pages/changelog.svelte +++ b/docs-src/pages/changelog.svelte @@ -1,5 +1,9 @@

Changelog

-

v9.0.0 (2023-08-?)

+

v9.0.1 (2023-09-09)

+ +

v9.0.0 (2023-09-09)