Greg Johnston
21fd995468
change: set MSRV to 1.88 (proc-macro spans stabilized = stable hot-reloading)
2025-07-16 18:02:40 -04:00
martin frances
16d66362f8
Minor: "wasm-bindgen" - Moved the crate definition up to the root workspace ( #3588 )
...
* Minor: "wasm-bindgen" - Moved the crate definition up to the root workspace
This synchronizes the version number amongst all sub-projects.
[Where the definition is "optional" manual adjustment is still required]
* [autofix.ci] apply automated fixes
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-02-12 12:25:22 -08:00
martin frances
99403d0167
MSRV Bump to 1.80.0, drop crate lazy_static and use std::sync::LazyLock. ( #2767 )
2024-09-19 21:40:33 -07:00
Saber Haj Rabiee
b3e2040ec9
chore: upgrade dependencies ( #2765 )
2024-08-10 20:01:41 -04:00
Paul Hansen
6a83161368
chore: add MSRV ( #2360 )
2024-02-28 07:19:09 -05:00
Greg Johnston
2e816b26aa
benchmarks: get benchmarks directory working with updated tachys
2023-11-07 20:03:35 -05:00
Greg Johnston
3f2a9facf8
change: enable inline children for For by switching to children and bind: ( #1773 )
2023-09-26 14:24:02 -04:00
Greg Johnston
a1a9d41a7a
updating SSR benchmarks to include tachys
2023-09-25 15:45:52 -04:00
Greg Johnston
e0265252d7
fix: broken benchmarks ( closes #1763 ) ( #1771 )
2023-09-22 15:41:44 -04:00
Greg Johnston
238d61ce1e
feat: experimental islands ( #1660 )
2023-09-08 16:33:00 -04:00
Greg Johnston
dbc707adcd
feat/change: adopt reactive ownership model and drop cx/Scope ( #918 )
2023-08-21 19:31:37 -04:00
Greg Johnston
ee7dbafc85
change: migrate to nightly and csr features rather than stable and default-features = false ( #1227 )
2023-06-26 21:12:14 -04:00
novacrazy
be7b9eea25
Merge branch 'main' of https://github.com/leptos-rs/leptos
2023-04-07 14:09:10 -05:00
Greg Johnston
63be819533
tests: update benchmarks ( #827 )
...
* tests: add Criterion benchmarking and move reactive benchmarks into `leptos_reactive`
* tests: updated SSR benchmarks
2023-04-07 13:04:26 -04:00
novacrazy
d3b3ce6980
Cleanup benchmarks
2023-04-06 21:56:24 -05:00
Greg Johnston
817152ff39
feat: new reactive system implementation ( #637 )
2023-03-13 17:58:00 -04:00
Greg Johnston
a964e89d1a
cargo fmt
2023-01-20 10:08:13 -05:00
Greg Johnston
285092a467
Reenable SSR benchmarks
2023-01-20 10:00:16 -05:00
Greg Johnston
4b1fce4c9c
Revert "Merge branch 'main' into pr/119"
...
This reverts commit 63f680f37d , reversing
changes made to 50ba796f49 .
2022-12-28 15:06:46 -05:00
Greg Johnston
63f680f37d
Merge branch 'main' into pr/119
2022-12-28 14:21:54 -05:00
Greg Johnston
6e4448dae6
SSR work with missing node IDs
2022-12-14 10:56:48 -05:00
Greg Johnston
109863c59a
Update SSR benchmark code to new APIs
2022-12-11 17:42:15 -05:00
Greg Johnston
bacd99260b
Fix benchmarks
2022-12-06 18:18:38 -05:00
Greg Johnston
aec289e384
Get SSR benchmarks running again
2022-12-05 20:34:29 -05:00
Greg Johnston
994debea3f
Change _ref attribute to use NodeRef type
2022-11-25 15:38:46 -05:00
Greg Johnston
7dbd259b3f
Add Tera benchmarks, and list SSR benchmark results in README
2022-10-23 20:57:50 -04:00
Greg Johnston
3382891790
Reorganize benchmarks and add more SSR benchmarks
2022-10-22 21:40:41 -04:00
Greg Johnston
98ad27fda5
Add benchmarks against Yew and Sycamore for server-side rendering
2022-10-19 17:09:09 -04:00
Greg Johnston
db3a9c98e7
Move benchmarks into their own directory
2022-10-19 16:41:51 -04:00