Commit graph

32 commits

Author SHA1 Message Date
Maccesch
db95c7ab30 all example dependencies updated to leptos 0.7beta 2024-09-02 13:21:56 +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
Maccesch
97c678c4a1 fixed examples 2024-08-24 12:38:11 +01:00
Maccesch
eb73bff3cd merged changes from Baptiste
Closes #156
2024-08-22 17:47:06 +01:00
Maccesch
52d3bf33f8 Merge branch 'main' into leptos-0.7
# Conflicts:
#	Cargo.toml
#	src/core/storage.rs
#	src/lib.rs
#	src/use_clipboard.rs
#	src/use_cookie.rs
#	src/use_mouse.rs
#	src/use_mouse_in_element.rs
#	src/use_preferred_dark.rs
#	src/use_timeout_fn.rs
2024-08-22 13:45:56 +01:00
Maccesch
b07b6b7cfd added features for every function.
fixes #152
2024-08-22 13:37:32 +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
b28f1b3e11 fixed examples 2024-07-27 18:35:19 +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
Maccesch
e4ad9f11af codecs extracted into crate codee 2024-07-08 17:10:29 +01:00
Maccesch
4d42f7234a use_websocket now uses codecs 2024-07-01 02:29:27 +01:00
Maccesch
5f3f60ca6b work to port to leptos 0.7 2024-05-07 12:41:44 +01:00
Maccesch
e5383c6c1e fixed use_storage example 2024-01-30 11:58:50 +00:00
Maccesch
42e95e7df5 updated examples to leptos 0.6 2024-01-29 18:04:38 +00:00
Maccesch
c9c269b66f updated examples to leptos 0.6.0-beta 2024-01-23 17:07:14 +00:00
Joshua McQuistan
16ad1417cf Add link to open new window for use_storage example 2023-11-04 13:33:02 +00:00
Joshua McQuistan
208451f0c2 Update docs to specify that values are synced across multiple use_storage calls on the same page and other tabs / windows 2023-10-29 15:44:20 +00:00
Joshua McQuistan
c62adedcf2 Update use_storage example for new API 2023-10-28 12:16:05 +01:00
Joshua McQuistan
7b5456a461 Remove storage feature 2023-10-27 14:27:53 +01:00
Maccesch
c45c31fa9a release 0.7 2023-09-30 18:24:06 +01:00
Maccesch
6995c684f8 updated to leptos 0.5.0-rc3 2023-09-27 17:00:41 +01:00
Maccesch
53acf514c2 updated to leptos version 0.5.0-rc2 2023-09-17 15:51:37 +01:00
Maccesch
84e99dbb9e updated to leptos 0.5.0-beta2 2023-08-31 04:46:46 +01:00
Maccesch
075b073d31 migrated to leptos 0.5.0-alpha2 2023-08-04 16:18:59 +01:00
Maccesch
9a998b1dd4 rustfmt for all examples 2023-07-27 19:48:21 +01:00
Maccesch
2e08874db0 ported to leptos 0.5 alpha 2023-07-27 18:06:36 +01:00
Maccesch
24c12cb1d1 fixed examples 2023-07-03 16:10:58 +01:00
Lukas Potthast
5267c7a618 Update to leptos 0.4 and increase version to 0.4 2023-07-02 20:52:19 +02:00
Maccesch
8e60515c40 made examples use nightly again so it can be built with CI 2023-06-24 01:37:15 +01:00
Lukas Potthast
61a0e1a03f Add 'stable' feature; Relax versions; Update examples 2023-06-21 18:14:43 +02:00
Lukas Potthast
b5ddeeda97 Allow users to use the stable toolchain 2023-06-21 13:09:00 +02:00
Maccesch
a14842391a added use_storage and use_round 2023-06-10 00:57:35 +01:00