Commit graph

673 commits

Author SHA1 Message Date
luoxiao
b9c6b1ce1e feat: Drawer content scroll 2024-04-09 08:34:11 +08:00
luoxiao
51a509cb5e fix: Drawer and Modal esc close 2024-04-09 08:34:11 +08:00
luoxiao
d5410375bb feat: Drawer adds mask_closeable and close_on_esc prop 2024-04-09 08:34:11 +08:00
luoxiao
70b243ae0d v0.3.0-alpha 2024-04-06 00:42:42 +08:00
luoxiao
5a710f724b style: code style 2024-04-05 23:55:25 +08:00
luoxiao
449d927c3a fix(demo): style 2024-04-05 23:53:46 +08:00
luoxiao
19bfcdc60f feat: update leptos to v0.6.10 2024-04-05 23:51:03 +08:00
luoxiao
8a6e0ee787 feat: Layout scrollbar 2024-04-05 23:51:03 +08:00
luoxiao
a1a301a765 feat: Scrollbar adds content_class and content_style prop 2024-04-05 23:51:03 +08:00
luoxiao
61e3862a1d feat: TimePicker scrollbar 2024-04-05 23:51:03 +08:00
Yota
69ddf6b02f feat: Add min/max props into InputNumber (#153)
* feat: Add min/max props into InputNumber

Adding range into InputNumber component with min/max props

* refactor: InputNumber component

* docs: Add Min / Max section into InputNumber

* docs: Improvement InputNumber

- Change min/max insertion position.
- Change the crate that is added to T impl for conciseness.
- Uniformity of expression: maximum for minimum.
2024-04-05 23:51:03 +08:00
luoxiao
6088447e21 feat: Modal adds close_on_esc prop 2024-04-05 23:51:03 +08:00
luoxiaozero
8233ca6c6e Feat/scrollbar (#158)
* feat: add scrollbar component

* feat: Scrollbar adds class and style prop

* feat: Scrollbar theme

* feat: Scrollbar click scroll

* feat: Scrollbar adds scroll horizontally
2024-04-05 23:51:03 +08:00
luoxiao
807cc3c342 feat: Checkbox label does not display default value 2024-04-05 23:51:03 +08:00
luoxiao
c0599acbe9 0.2.6 2024-03-31 23:46:16 +08:00
luoxiao
a7f873ad29 fix: nightly mode Message error 2024-03-30 01:42:13 +08:00
luoxiao
7a1a8a0d9e fix: nightly mode Message error 2024-03-30 01:42:13 +08:00
luoxiao
64ba5a9221 feat: Message adds animation 2024-03-30 01:42:13 +08:00
luoxiao
32976ed6e1 feat: CSSTransition adds appear and hooks 2024-03-30 01:42:13 +08:00
luoxiao
63564e814d refactor: Message component 2024-03-30 01:42:13 +08:00
luoxiaozero
6cc68ba398
fix: Demo switch version (#155) 2024-03-29 16:49:07 +08:00
luoxiaozero
c3fdf5fcb0
feat: Demo switch version (#152) 2024-03-22 17:22:53 +08:00
luoxiaozero
9459812159
fix: Button wave flicker problem (#151) 2024-03-22 11:05:00 +08:00
luoxiaozero
27dbca1c00
pref: Switch style (#150)
* pref: Switch style

* pref: Switch style and ARIA
2024-03-21 22:08:02 +08:00
luoxiaozero
c8e74113ba
Docs 240321 (#149)
* refactor: docs file path

* feat: docs Demo show code
2024-03-21 16:39:15 +08:00
luoxiao
513f8ea772 v0.2.5 2024-03-20 16:52:44 +08:00
luoxiao
c9c1952fea Merge branch 'main' of https://github.com/thaw-ui/thaw 2024-03-20 16:42:41 +08:00
luoxiao
ec13698a25 v0.2.4 2024-03-20 16:39:07 +08:00
luoxiaozero
236914cf61
fix: icon rendering problem in ssr mode (#148) 2024-03-20 15:56:52 +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
luoxiaozero
9bf0f7da1a
Feat/thaw utils (#145)
* feat: extract utils as the library

* refactor: thaw_utils directory

* style: fmt
2024-03-19 22:02:43 +08:00
luoxiaozero
a0654a789d
fix: Toast cfg in ssr mode (#144) 2024-03-18 22:00:09 +08:00
luoxiaozero
dc1f9842a2
feat: Tag adds align and justify prop (#139) 2024-03-17 11:40:20 +08:00
luoxiaozero
12273fc7c4
feat: AutoComplete adds blur_after_select prop (#140) 2024-03-15 23:50:39 +08:00
luoxiaozero
f996a3b4ea
feat: Tag adds closable and on_close prop (#137) 2024-03-14 22:43:00 +08:00
luoxiaozero
c945363168
docs: add development guide (#136) 2024-03-14 20:16:09 +08:00
luoxiaozero
c782fcd853
Feat/button block (#135)
* feat: Button adds class block prop

* feat: ButtonGroup adds class prop
2024-03-13 13:41:48 +08:00
luoxiaozero
eecf86ccb1
feat: update leptos to v0.6.9 (#134)
* feat: update leptos to v0.6.9

* feat: update dependencies
2024-03-12 12:43:21 +08:00
luoxiao
1676f7863b v0.2.3 2024-03-07 20:43:05 +08:00
luoxiaozero
9789d4281f
feat: Button icon property supports the signal (#132) 2024-03-07 15:17:26 +08:00
luoxiaozero
c1a9f84c9e
Feat/binder animation (#131)
* feat: Popover adds animation

* feat: ColorPicker adds animation

* feat: AutoComplete adds animation

* feat: Select adds animation

* feat: DatePicker adds animation

* feat: TimePicker adds animation
2024-03-06 13:08:06 +08:00
luoxiaozero
d2383445ff
Refactor/css transition (#128)
* refactor: CSSTransition

* fix: CSSTransition timeout processing

* fix: CSSTransition repeated processing

* fix: Modal css transition
2024-03-04 22:16:18 +08:00
luoxiaozero
1a55b45d01
fix: Icon returns the function's warning (#127) 2024-03-03 17:17:25 +08:00
luoxiaozero
4d0adf61ac
feat: update leptos to v0.6.7 (#126) 2024-03-01 14:02:12 +08:00
luoxiao
45a50fe177 v0.2.2 2024-02-29 21:09:49 +08:00
luoxiaozero
a44d0a9c38
Feat/progress circle (#124)
* feat: Adds ProgressCircle component

* feat: ProgressCircle adds children prop

* feat: ProgressCircle adds class and size prop
2024-02-27 22:06:12 +08:00
luoxiaozero
0f499a67a9
fix: Drawer cannot be closed when the placement is changed (#123) 2024-02-27 19:53:36 +08:00
luoxiaozero
5c86e996f9
docs: Modal Binder CSSTransition (#122) 2024-02-26 21:56:29 +08:00
luoxiaozero
f035555626
fix: Icon fill default value (#121) 2024-02-26 16:09:20 +08:00