mirror of
https://github.com/adoyle0/thaw.git
synced 2025-01-22 22:09:22 -05:00
v0.1.9
This commit is contained in:
parent
93b75b2082
commit
a78ef1a8ac
5 changed files with 14 additions and 2 deletions
2
.github/workflows/demo.yml
vendored
2
.github/workflows/demo.yml
vendored
|
@ -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
|
||||
|
|
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 204 B |
Before Width: | Height: | Size: 897 B After Width: | Height: | Size: 897 B |
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue