Skip to content

Commit

Permalink
changelog & test badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tborychowski committed May 1, 2024
1 parent a6880d7 commit 104ed18
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 99 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Changelog



## v9.4.18 *(2024-05-01)*
- Fix icon alignment in `Menu`.
- Fix tests to work with the latest version of svelte testing library.


## v9.4.17 *(2024-04-14)*
- InputDate event handling race-condition fix (when enter was pressed).

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
PerfectThings/UI
==============================
================


A set of simple, but perfect, UI components, written in Svelte (the only front-end framework worth learning).


[![Tests](https://github.com/perfect-things/ui/actions/workflows/node.js.yml/badge.svg)](https://github.com/perfect-things/ui/actions/workflows/node.js.yml)

### Github pages site with docs
https://ui.perfectthings.dev

Expand Down Expand Up @@ -86,4 +89,4 @@ A browser window should open with the demo of the components.
## Support

<a href="https://paypal.me/tborychowski" height="60" target="_blank"><img src=".github/paypal-button.png" alt="Donate with PayPal" style="height: 60px !important;"></a> <a href="https://www.buymeacoffee.com/tborychowski" target="_blank" style="margin-left: 1em; margin-right: 1em;"><img height="60" src="https://cdn.buymeacoffee.com/buttons/v2/default-green.png" alt="Buy Me A Coffee" style="height: 60px !important; width: 217px !important;"></a> <a href="https://liberapay.com/tborychowski/donate" target="_blank"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg" style="height: 60px;"></a>
</div>

5 changes: 5 additions & 0 deletions docs-src/pages/changelog.svelte
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<h1>Changelog</h1>
<h2>v9.4.18 <em>(2024-05-01)</em></h2>
<ul>
<li>Fix icon alignment in <code>Menu</code>.</li>
<li>Fix tests to work with the latest version of svelte testing library.</li>
</ul>
<h2>v9.4.17 <em>(2024-04-14)</em></h2>
<ul>
<li>InputDate event handling race-condition fix (when enter was pressed).</li>
Expand Down
194 changes: 97 additions & 97 deletions docs/docs.js

Large diffs are not rendered by default.

0 comments on commit 104ed18

Please sign in to comment.