Maccesch
d63f4f4b99
Merge branch 'main' into leptos-0.7
...
# Conflicts:
# .idea/leptos-use.iml
# src/sync_signal.rs
# template/examples/{{ function_name }}/Cargo.ffizer.hbs.toml
2024-09-02 13:23:50 +01:00
Maccesch
db95c7ab30
all example dependencies updated to leptos 0.7beta
2024-09-02 13:21:56 +01:00
Maccesch
554649aedc
project files
2024-09-02 12:28:56 +01:00
Marc-Stefan Cassola
c0ed73ded7
Merge pull request #168 from BakerNet/leptos-0.7
...
Use `version = "0.7-beta"` instead of `git`
2024-09-02 12:27:35 +01:00
Maccesch
08b7d7e932
fixed unstable apis flag for use_web_lock
...
fixes #169
2024-09-02 12:19:51 +01:00
Maccesch
ae1676c786
properly handle web-sys unstable apis config in the new function template
2024-09-02 12:12:11 +01:00
Maccesch
365b705bf5
release 0.13.1
...
closes #103
2024-09-01 20:31:32 +01:00
Maccesch
c60d32bf5a
added use_web_lock
2024-09-01 20:26:47 +01:00
BakerNet
c2413e0ed4
version instead of git
2024-09-01 11:32:47 -07:00
BakerNet
42dd4db46a
specify branch
2024-09-01 11:25:31 -07:00
Maccesch
851d209e2a
updated changelog
2024-09-01 12:47:46 +01:00
Maccesch
16c8194073
updated changelog
2024-09-01 12:30:33 +01:00
Marc-Stefan Cassola
4a0491ec01
Merge pull request #167 from BakerNet/fix-diagnostics
...
Fix 0.7 compilation error
2024-09-01 12:07:59 +01:00
BakerNet
ee1d9c7a0d
fix compilation error due to partial path diagnostics
2024-08-31 23:43:46 -07:00
Maccesch
60e1f140cb
added use_window_size
...
closes #163
2024-08-31 16:09:11 +01:00
Marc-Stefan Cassola
041bc72254
Merge pull request #166 from Baptistemontan/fix_actix_headers
...
Fix the request context for actix web
2024-08-31 00:29:49 +01:00
Baptiste de Montangon
0bf2203b49
fix the request context for actix web
2024-08-30 22:15:38 +02:00
Marc-Stefan Cassola
69df445ef8
Merge pull request #165 from Baptistemontan/fix_imports
2024-08-28 16:43:58 +01:00
Marc-Stefan Cassola
38b988d453
Merge pull request #164 from zakstucke/main
2024-08-28 16:42:34 +01:00
Baptiste de Montangon
7bdec25584
fixed some warnings
2024-08-28 14:24:33 +02:00
Baptiste de Montangon
e86365a3d7
more imports fixed
2024-08-28 14:16:41 +02:00
Baptiste de Montangon
b3361c58c9
fixed more imports
2024-08-28 14:15:06 +02:00
Baptiste de Montangon
c30dce5a80
fixed some imports
2024-08-28 14:08:10 +02:00
Zak Stucke
b6d7ca340b
Docs
2024-08-28 10:09:03 +03:00
Maccesch
9b0a7b6c1b
updated changelog
2024-08-28 03:33:28 +01:00
Maccesch
c242e51936
chore: rustfmt
2024-08-28 02:59:31 +01:00
Maccesch
074685acab
updated docs and changelog
2024-08-28 02:57:26 +01:00
Zak Stucke
b765dd5798
Added web-sys to websocket feature
2024-08-27 19:19:47 +03:00
Zak Stucke
00ced832b2
Allow for lazy protocols with use_websocket
2024-08-27 17:54:21 +03:00
Maccesch
04bcb6b319
made sync_signal more robust
2024-08-26 21:38:41 +01:00
Maccesch
26938f8e52
made sync_signal more robust
2024-08-26 12:02:39 +01:00
Maccesch
9df6281ff7
fixed merge artifacts
2024-08-25 01:40:55 +01:00
Maccesch
c9377fe1f9
added use_toggle
2024-08-24 23:22:37 +01:00
Maccesch
1ba0b03965
updated book and template with features
2024-08-24 22:50:02 +01:00
Maccesch
e00f461ea7
fixed websocket test and removed all warnings from tests
2024-08-24 21:53:34 +01:00
Maccesch
b6a5d36df1
Merge branch 'main' into leptos-0.7
...
# Conflicts:
# Cargo.toml
# examples/use_broadcast_channel/Cargo.toml
# examples/use_cookie/Cargo.toml
# examples/use_websocket/Cargo.toml
# src/use_websocket.rs
2024-08-24 21:44:34 +01:00
Marc-Stefan Cassola
55f5ff9557
Merge pull request #160 from BakerNet/bugfix/reconnect-after-cleanup
...
bugfix: error when cleanup happens after reconnect attempt is on timeout
2024-08-24 12:39:05 +01:00
Maccesch
97c678c4a1
fixed examples
2024-08-24 12:38:11 +01:00
Marc-Stefan Cassola
ff5f6a62a0
Merge pull request #155 from hcandelaria/use_web_notification
...
Feat: Enhance UseWebNotificationOptions and ShowOptions with additional field
2024-08-24 12:10:22 +01:00
Hector Candelaria
54a04ac382
Docs: Update vibration pattern documentation and convert helper function
...
- Updated comment for `vibrate` to describe the `Vec<u16>` format for vibration patterns.
- Modified `vibration_pattern_to_jsvalue` to accept a slice (`&[u16]`) and convert it to a `JsValue` array.
2024-08-23 23:39:42 -04:00
Hector Candelaria
81f09cb278
Merge branch 'main' into use_web_notification
2024-08-23 22:22:13 -04:00
BakerNet
856a64dd18
fix error when cleanup happens after reconnect attempt is on timeout
2024-08-23 18:02:02 -07:00
Maccesch
2d3f513216
implemented different types support for sending and receiving using use_websocket
2024-08-23 19:59:59 +01:00
Marc-Stefan Cassola
05de93482f
Merge pull request #158 from Baptistemontan/use_cookie_deadlock
...
Fixed a deadlock with `use_cookie`
2024-08-23 18:01:10 +01:00
Marc-Stefan Cassola
cc6a4ff541
Merge pull request #159 from Baptistemontan/fixed_untyped_into
...
Fixed an untyped into causing compilation error
2024-08-23 17:59:53 +01:00
Baptiste de Montangon
a90c96910f
fixed a deadlock with use_cookie
2024-08-23 11:54:10 +02:00
Hector Candelaria
5133c0308c
Doc: update vibrate
doc type to reflect new type
...
- Updated the `vibrate` type in the docs to Vec<u16>.
2024-08-23 00:01:25 -04:00
Hector Candelaria
2443c695e9
Chore: Apply cargo fmt
to ensure code formatting
...
- Reformatted the code for `watch_debounced` & `watch_throttled` to pass `cargo fmt --check`
2024-08-22 23:24:26 -04:00
Hector Candelaria
3eadd9cf1a
Feat: Update vibrate
type to Rust type
...
- Updated `vibrate` type to `Vec<u16>` to improve SSR and type safety.
- Added new helper function `vibration_patter_to_jsvalue` to convert `Vec<u16>` to `JsValue`.
2024-08-22 23:22:02 -04:00
Maccesch
3fbe9c66d2
added features for every function.
...
fixes #152
2024-08-22 23:06:55 -04:00