Paul Hansen
6a83161368
chore: add MSRV ( #2360 )
2024-02-28 07:19:09 -05:00
Greg Johnston
b578660624
docs: make it easy to see how to run each example in its README ( #2085 )
2023-11-28 11:47:56 -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
Joseph Cruz
e384d53996
doc(examples): reference run instructions ( #1705 )
2023-09-13 19:57:50 -04:00
Greg Johnston
b9a1fb7743
examples: add note about potential for memory leaks with nested signals ( #1675 )
2023-09-08 15:28:18 -04:00
Joseph Cruz
fb48f7f117
fix(counters_stable): restore wasm tests ( #1581 ) ( #1582 )
2023-08-24 16:33:01 -04:00
Greg Johnston
dbc707adcd
feat/change: adopt reactive ownership model and drop cx
/Scope
( #918 )
2023-08-21 19:31:37 -04:00
Joseph Cruz
8c5ab99fa7
build(examples): pull up compile tasks ( #1417 )
...
* build(examples): pull up compile tasks
* build(examples): set toolchain for compiles tasks
* build(examples): set toolchain for build and check
* build(examples): set toolchain of other examples
2023-07-24 11:35:34 -04:00
Joseph Cruz
f6a272498d
test(counters_stable/wasm): enter count ( #1307 )
2023-07-08 12:07:11 -04:00
Joseph Cruz
8967eadc02
test(counters_stable): add wasm testing ( #1278 )
...
* test(counters_stable/wasm): view counters > counts
* test(counters_stable/wasm): view counters > title
* test(counters_stable/wasm): add counter
* test(counters_stable/wasm): add 1k counters
* clear(counters_stable/wasm): clear counters
* test(counters_stable/wasm): increment counters
* test(counters_stable/wasm): decrement counter
* test(counters_stable/wasm): remove counter
2023-07-07 13:07:27 -04:00
Greg Johnston
67300adf41
fix: regression in ability to use signals directly in the view in stable ( #1254 )
2023-06-30 11:59:29 -04:00
Joseph Cruz
df4ce904a0
test(counters_stable): add missing e2e tests ( #1251 )
...
* test(counters_stable): remove unused ids
* test(counters_stable): enter count
* refactor(counters_stable/e2e): improve test names
* refactor(counters_stable): move page object
* refactor(counters_stable/e2e): target nth counter
* test(counters_stable): remove counter
* refactor(counters_stable/e2e): change description
2023-06-30 08:52:48 -04:00
Joseph Cruz
33c83c3e62
fix(counters_stable): intermittent closed target errors ( #1240 ) ( #1243 )
2023-06-29 07:19:42 -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
Joseph Cruz
f5cfe4e8a2
test(counters_stable): add playwright tests ( #1235 )
2023-06-26 21:11:09 -04:00
agilarity
53e09279a2
ci(examples): verify examples ( #1125 )
2023-06-01 22:12:18 -04:00
Álvaro Mondéjar
509223ab2e
chore: Upgrade console_log to stable ( #724 )
2023-03-22 18:21:53 -04:00
Elliot Waite
a9f778459a
examples: remove duplicate console_error_panic_hook::set_once()
calls ( #692 )
2023-03-17 16:27:24 -04:00
Greg Johnston
1dbcfe2861
change: reorganize module exports and reexports ( #503 )
2023-02-12 17:04:36 -05:00
Greg Johnston
c24874d9c8
change: add Scope
to view function in <For/>
to avoid memory "leak" ( #492 )
2023-02-08 20:28:04 -05:00
Greg Johnston
b861f84e40
Fix a large number of small issues in docs ( #386 )
...
* Fix example links in docs
* Restore missing CSR READMEs
* Document need to enable features on `leptos_router` and `leptos_meta`
* Add "Is it production ready?" to FAQs
* Document which types are provided as contexts in server integrations
* Fix broken links and other issues in docs
2023-01-26 21:44:01 -05:00
Greg Johnston
0ed56d382d
Add build-examples
task to cargo make
CI
2023-01-02 13:29:37 -05:00
Ben Wishovich
f45d33db73
Move the examples out of the workspace, and standardize naming. All of the SSR examples now work with cargo-leptos
2022-12-31 15:52:19 -08:00