2023-05-26 18:09:01 +01:00
|
|
|
# Changelog
|
|
|
|
|
2023-06-03 05:25:45 +01:00
|
|
|
## 0.1.5
|
|
|
|
|
|
|
|
#### New Functions
|
|
|
|
- `use_floor`
|
|
|
|
|
|
|
|
#### Other Changes
|
|
|
|
- New feature: `math` that has to be activated in order to use the math functions.
|
|
|
|
|
2023-05-29 01:52:03 +01:00
|
|
|
## 0.1.4
|
|
|
|
|
|
|
|
#### New Functions
|
|
|
|
- `use_supported`
|
|
|
|
- `use_resize_observer`
|
|
|
|
- `watch`
|
2023-06-02 13:38:01 +01:00
|
|
|
- `use_mouse`
|
|
|
|
|
|
|
|
#### Other Changes
|
|
|
|
- Use the crate `default-struct-builder` to provide ergonimic function options.
|
2023-05-29 01:52:03 +01:00
|
|
|
|
2023-05-26 18:09:01 +01:00
|
|
|
## 0.1.3
|
|
|
|
|
2023-05-26 19:27:42 +01:00
|
|
|
#### New Functions
|
|
|
|
- `use_scroll`
|
|
|
|
- `use_debounce_fn`
|
|
|
|
|
|
|
|
#### Other Changes
|
|
|
|
- Better and more beautiful demo integration into the guide.
|