leptos-use/CHANGELOG.md
2023-06-03 16:23:58 +01:00

35 lines
No EOL
587 B
Markdown

# Changelog
## 0.1.6
- Fixed documentation so all feature are documented
## 0.1.5
#### New Functions
- `use_floor`
- `use_max`
- `use_min`
#### Other Changes
- New feature: `math` that has to be activated in order to use the math functions.
## 0.1.4
#### New Functions
- `use_supported`
- `use_resize_observer`
- `watch`
- `use_mouse`
#### Other Changes
- Use the crate `default-struct-builder` to provide ergonimic function options.
## 0.1.3
#### New Functions
- `use_scroll`
- `use_debounce_fn`
#### Other Changes
- Better and more beautiful demo integration into the guide.