This commit is contained in:
luoxiao 2024-01-24 09:11:16 +08:00
parent 93b75b2082
commit a78ef1a8ac
5 changed files with 14 additions and 2 deletions

View file

@ -26,7 +26,7 @@ jobs:
- name: Install Trunk
uses: jetli/trunk-action@v0.4.0
with:
version: "v0.17.5"
version: "latest"
- name: Build
run: |
cd demo

View file

@ -1,3 +1,15 @@
## [0.1.9](https://github.com/thaw-ui/thaw/compare/v0.1.8...v0.1.9) (2024-01-24)
### Features
* `Message` adds close button and position.
* Update leptos to v0.5.7.
### Bug Fixs
* `Input` click edge does not focus.
* Label cannot be removed correctly when `Tab` is removed.
## [0.1.8](https://github.com/thaw-ui/thaw/compare/v0.1.7...v0.1.8) (2024-01-17)
### Features

View file

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 204 B

View file

Before

Width:  |  Height:  |  Size: 897 B

After

Width:  |  Height:  |  Size: 897 B

View file

@ -1,6 +1,6 @@
[package]
name = "thaw"
version = "0.1.8"
version = "0.1.9"
edition = "2021"
keywords = ["web", "leptos", "ui", "thaw", "component"]
readme = "../README.md"