Maccesch
|
c42605c1ad
|
removed a bunch of warnings and test compile errors
|
2024-08-04 21:13:30 +01:00 |
|
Marc-Stefan Cassola
|
3e8fd64aa5
|
Merge pull request #143 from CorvusPrudens/leptos-0.7
`LocalStorage` integration
|
2024-08-04 20:44:28 +01:00 |
|
CorvusPrudens
|
204c5e10b6
|
Fixed up import order
|
2024-08-03 23:49:16 -06:00 |
|
CorvusPrudens
|
bbe4e66648
|
Added newer spawn paths
|
2024-08-03 23:44:56 -06:00 |
|
CorvusPrudens
|
08884d75e0
|
Merge remote-tracking branch 'upstream/leptos-0.7' into leptos-0.7
|
2024-08-03 23:41:08 -06:00 |
|
CorvusPrudens
|
feb585362e
|
Removed all trivial SendWrappers
|
2024-08-03 23:28:09 -06:00 |
|
Maccesch
|
0a8cb7832e
|
updated to leptos 0.7 beta
|
2024-07-28 16:05:23 +01:00 |
|
Maccesch
|
904582f33d
|
Merge branch 'main' into leptos-0.7
# Conflicts:
# examples/use_broadcast_channel/src/main.rs
# src/storage/use_storage.rs
|
2024-07-27 22:22:06 +01:00 |
|
Maccesch
|
c64fb046f8
|
updated readme build batch
|
2024-07-27 19:45:42 +01:00 |
|
Maccesch
|
c674b45635
|
fixed tests
|
2024-07-27 19:25:31 +01:00 |
|
Maccesch
|
2fe13f9540
|
chore: rustfmt
|
2024-07-27 19:17:37 +01:00 |
|
Maccesch
|
0103524d27
|
Release 0.11.0
|
2024-07-27 19:13:54 +01:00 |
|
Marc-Stefan Cassola
|
24020805bc
|
Merge pull request #139 from mondeja/docs-105
Fix `web_sys_unstable_apis` not passed to rustdoc
|
2024-07-27 18:56:03 +01:00 |
|
Álvaro Mondéjar Rubio
|
0a9dbc4047
|
Run clippy
|
2024-07-27 19:46:02 +02:00 |
|
Álvaro Mondéjar Rubio
|
d648eaa2ad
|
Fix web_sys_unstable_apis not passed to rustdoc
|
2024-07-27 19:41:48 +02:00 |
|
Marc-Stefan Cassola
|
1c8a23dda0
|
Merge pull request #138 from mondeja/patch-1
Fix Setup Rust toolchain step on ci.yml
|
2024-07-27 18:35:59 +01:00 |
|
Maccesch
|
b28f1b3e11
|
fixed examples
|
2024-07-27 18:35:19 +01:00 |
|
Álvaro Mondéjar Rubio
|
1e0a87909c
|
Fix Rust toolchain step on ci.yml
|
2024-07-27 19:34:01 +02:00 |
|
Maccesch
|
90399ee313
|
updated changelog
|
2024-07-27 18:07:00 +01:00 |
|
Marc-Stefan Cassola
|
7b5b5ee319
|
Merge pull request #137 from EstebanBorai/chore/ci-checks-on-stable
chore: integrity checks for nightly/stable
|
2024-07-27 17:51:51 +01:00 |
|
Marc-Stefan Cassola
|
017d86842d
|
Merge pull request #136 from mondeja/fix-docs-bare-urls
Make rustdoc links work with the book
|
2024-07-27 17:50:00 +01:00 |
|
Esteban Borai
|
a3015625e4
|
chore: integrity checks for nightly/stable
|
2024-07-27 12:43:05 -04:00 |
|
Álvaro Mondéjar Rubio
|
6001a93142
|
Run cargo clippy
|
2024-07-27 18:35:59 +02:00 |
|
Álvaro Mondéjar Rubio
|
60d43f6317
|
Run cargo fmt
|
2024-07-27 18:23:28 +02:00 |
|
Álvaro Mondéjar Rubio
|
e21ed8ec31
|
Make rustdocs links work with the book
|
2024-07-27 18:10:38 +02:00 |
|
Maccesch
|
17cfb8a23b
|
clarified read option docs for use_clipboard.
Closes #119
|
2024-07-26 10:56:39 +01:00 |
|
Maccesch
|
ffd4f0a6fe
|
fixed compile error with use_storage
|
2024-07-26 10:36:39 +01:00 |
|
Maccesch
|
c6005079e1
|
fixed signal out of scope issue with use_raf_fn.
Fixes #135
|
2024-07-26 10:18:09 +01:00 |
|
CorvusPrudens
|
c414022b23
|
Completed MVP port
|
2024-07-23 21:33:14 -06:00 |
|
CorvusPrudens
|
9866ac6231
|
Added more Send + Sync bounds and SendWrapper s
|
2024-07-23 11:36:12 -06:00 |
|
CorvusPrudens
|
3433fc6608
|
Reintroduced proper watch
|
2024-07-23 10:54:11 -06:00 |
|
Maccesch
|
b4a0efcc06
|
post merge cleanup
|
2024-07-22 23:20:35 +01:00 |
|
Maccesch
|
ec6027c59e
|
Merge branch 'main' into leptos-0.7
# Conflicts:
# CHANGELOG.md
# Cargo.toml
# src/is_err.rs
# src/is_none.rs
# src/is_ok.rs
# src/is_some.rs
# src/storage/use_local_storage.rs
# src/storage/use_session_storage.rs
# src/storage/use_storage.rs
# src/use_broadcast_channel.rs
# src/use_cookie.rs
# src/use_device_pixel_ratio.rs
# src/use_event_source.rs
# src/use_to_string.rs
# src/use_websocket.rs
# src/utils/codecs/string/from_to_string.rs
# src/utils/codecs/string/json.rs
# src/utils/codecs/string/prost.rs
|
2024-07-22 23:12:46 +01:00 |
|
Marc-Stefan Cassola
|
3fdd941f47
|
Merge pull request #133 from CorvusPrudens/leptos-0.7-alpha
Progress towards Leptos 0.7.0-alpha
|
2024-07-22 20:13:05 +01:00 |
|
Corvus
|
b0a4fca795
|
Clean up lints
|
2024-07-21 10:09:02 -06:00 |
|
Corvus
|
c6914330b6
|
Partial update to 0.7.0-alpha
|
2024-07-19 20:22:27 -06:00 |
|
Marc-Stefan Cassola
|
37f16ad37b
|
Merge pull request #132 from hcandelaria/use-cookie-misaligned
Fix: use_cookie demo button misalignment
|
2024-07-18 22:35:20 +01:00 |
|
Hector Candelaria
|
2bc5372920
|
Docs: correct grammar in function comment
Updated comment to fix grammar.
|
2024-07-18 00:09:06 -04:00 |
|
Hector Candelaria
|
af2fcb188c
|
Fix: correct button misalignment
Replaced the CSS selector `~` with `+` to ensure proper spacing between adjacent buttons. This adjustment targets only the immediate sibling buttons.
|
2024-07-18 00:04:57 -04:00 |
|
Marc-Stefan Cassola
|
a5c67b4f7f
|
Update CHANGELOG.md
|
2024-07-16 20:14:05 +01:00 |
|
Marc-Stefan Cassola
|
e192eff406
|
use_cookie signal tries to change cookie headers during SSR
Closes #124
|
2024-07-16 20:12:09 +01:00 |
|
Marc-Stefan Cassola
|
0975bdcfef
|
Update CHANGELOG.md
|
2024-07-16 19:59:55 +01:00 |
|
Marc-Stefan Cassola
|
c26a96d8a6
|
use_storage now always writes the default value to storage if the key doesn’t exist
|
2024-07-16 19:57:30 +01:00 |
|
Marc-Stefan Cassola
|
85376f8165
|
Merge pull request #131 from bicarlsen/feat/track_caller
|
2024-07-15 15:03:13 +01:00 |
|
Marc-Stefan Cassola
|
d3de53a0dd
|
Merge pull request #130 from hcandelaria/user-media-api
|
2024-07-15 15:03:03 +01:00 |
|
Brian Carlsen
|
6918314bff
|
Uses caller tracking for filtered signals for better warning reporting.
|
2024-07-15 02:43:48 +02:00 |
|
Hector Candelaria
|
bb017746b9
|
Feat: Add getUserMedia API implementation
Introduced `use_user_media` function and structure to create a reactive
streaming interface for media input devices.
|
2024-07-13 16:28:27 -04:00 |
|
Maccesch
|
9c035d50d8
|
added docs and changelog
|
2024-07-08 17:16:54 +01:00 |
|
Maccesch
|
e4ad9f11af
|
codecs extracted into crate codee
|
2024-07-08 17:10:29 +01:00 |
|
Marc-Stefan Cassola
|
c20d78c2ea
|
Merge pull request #126 from mscofield0/main
Make `use_derive_signal!` public
|
2024-07-08 17:02:33 +01:00 |
|