Commit graph

39 commits

Author SHA1 Message Date
luoxiao
b04feef0d1 fix: Binder component sync position 2024-09-11 23:44:00 +08:00
luoxiao
3e59f506dd fix: Binder component display position 2024-09-11 23:44:00 +08:00
luoxiao
360343e8cf fix: Adjust the z-index of the Binder popup 2024-09-11 23:44:00 +08:00
luoxiao
d189e89f0e v0.4.0-beta2 2024-09-02 20:42:32 +08:00
luoxiaozero
7b29f7da37
fix: the position is messed up when switching DatePicker panels (#240) 2024-08-24 16:20:00 +08:00
luoxiao
cfe4804046 v0.4.0-beta 2024-08-15 22:50:23 +08:00
luoxiao
d4093f6ca6 feat: update dependencies 2024-08-15 01:07:28 +08:00
luoxiao
efc00d1699 feat(docs): adds component prop 2024-08-12 23:11:10 +08:00
luoxiao
42bf8058dc feat: update leptos 2024-08-07 23:40:50 +08:00
luoxiao
4086a57e3b refactor: dead code 2024-07-30 21:53:36 +08:00
luoxiao
f15f74168e v0.4.0-alpha 2024-07-28 13:00:01 +08:00
luoxiao
c186c8b352 refactor: Callback 2024-07-19 17:30:46 +08:00
luoxiao
8b122d0986 fix: Icon attr 2024-07-10 17:26:00 +08:00
luoxiao
58b7eb35aa feat(leptos-v0.7): error 2024-07-10 16:37:38 +08:00
luoxiao
4262493f61 feat(lepots-v0.7): Binder 2024-07-10 16:37:38 +08:00
luoxiao
54b23447ee feat(leptos-v0.7): error 2024-07-10 16:37:38 +08:00
luoxiao
8ccef81e44 feat(lepots-v0.7): CSSTransition and ClassList 2024-07-10 16:37:38 +08:00
luoxiao
d1909554c4 feat(leptos-v0.7): demo 2024-07-10 16:37:38 +08:00
luoxiao
5188f95704 feat(lepots-v0.7): demo Guide page 2024-07-10 16:37:38 +08:00
luoxiao
48b62a4d07 feat(lepots-v0.7): demo 2024-07-10 16:37:38 +08:00
luoxiao
5e56d33f34 feat: leptos-v0.7 2024-07-10 16:37:38 +08:00
luoxiao
5f74f5914e feat(lepots-v0.7): thaw_components 2024-07-10 16:37:38 +08:00
luoxiao
3bfdac9e44 refactor(leptos-v0.7): thaw_components 2024-07-10 16:37:38 +08:00
luoxiao
f152a19322 thaw_components: upgrade leptosv0.7 2024-07-10 16:37:38 +08:00
luoxiao
42d76917d0 thaw_utils: upgrade leptosv0.7 2024-07-10 16:37:38 +08:00
luoxiao
f999e252e4 feat: popover appearance 2024-06-11 16:48:41 +08:00
luoxiao
9706360bad v0.3.1 2024-04-27 20:58:49 +08:00
Ari Seyhun
324bc57e42
feat: Add support for multiple options in Select (#166)
* feat!: Add support for multiple options in Select

* feat: Sync Select menu when value is updated

* feat: Decrease line height of multi select items

* fix: Invalid callback on multiselect tag close

* feat: Sync Select menu only for multiple values

* feat: separate `MultiSelect` from `Select` component

* fix: SelectLabel slot implementation

* feat: rename `MultiSelect` to `SelectMulti`

* feat: rename and move `MultiSelect`

* feat: add arrow to select component

* feat: lower opacity of select dropdown arrow icon

* fix: inconsistent select font size

* fix: select menu font size

* feat: add clear button to multi select

* fix: Multi select icon on click attribute

* feat: use inline-block for select component

* feat: detect select min width based on options

* feat: add `allow_clear` prop to `MultiSelect`

* feat: remove select min width detection

* feat: use `Children` for `SelectLabel`

* feat: rename `allow_clear` to `clearable`

* fix: follower min width

* feat: remove inline-block from `Select`
2024-04-23 09:41:01 +08:00
luoxiaozero
1b0f664dc7
Feat/back top (#169)
* feat: thaw_utils adds get_scroll_parent

* feat: add BackTop

* feat: BackTop scroll
2024-04-16 23:00:01 +08:00
luoxiao
4fe3dfd23f v0.3.0-beta 2024-04-10 23:14:14 +08:00
luoxiaozero
b87e2e8979
Fix/240410 (#162)
* pref: unused variable warning

* fix: teleport hydrate error

* style: leptosfmt
2024-04-10 22:45:01 +08:00
luoxiaozero
1af5b2573a
feat: Lazy mount (#161)
* feat: Drawer lazy mount

* feat: Binder lazy mount
2024-04-09 21:46:22 +08:00
luoxiao
51a509cb5e fix: Drawer and Modal esc close 2024-04-09 08:34:11 +08:00
luoxiao
70b243ae0d v0.3.0-alpha 2024-04-06 00:42:42 +08:00
luoxiao
19bfcdc60f feat: update leptos to v0.6.10 2024-04-05 23:51:03 +08:00
luoxiao
c0599acbe9 0.2.6 2024-03-31 23:46:16 +08:00
luoxiao
32976ed6e1 feat: CSSTransition adds appear and hooks 2024-03-30 01:42:13 +08:00
luoxiaozero
535594f963
fix: next_frame leaks (#147)
* fix: next_frame leaks

* ci: added workflow path
2024-03-20 11:01:48 +08:00
luoxiaozero
2be216043e
Feat/thaw components (#146)
* feat: extract utils as the library

* fix: thaw_components dependencies
2024-03-19 23:04:16 +08:00