Greg Johnston
f06ffd72aa
fix: use once_cell::OnceCell
rather than std::OnceCell
( #1288 )
2023-07-05 17:16:51 -04:00
Greg Johnston
83d3d7579c
fix: issue with class hydration not removing classes correctly ( closes #1286 ) ( #1287 )
2023-07-05 12:00:27 -04:00
Greg Johnston
39edb6eb45
fix: untracked read in <Redirect/>
( #1280 )
2023-07-04 11:52:13 -04:00
Greg Johnston
d81c1a929e
fix: duplicate text nodes during <For/>
hydration ( closes #1279 ) ( #1281 )
2023-07-04 11:50:59 -04:00
Greg Johnston
f69c28df18
fix: improved diagnostics about non-reactive signal access ( #1277 )
2023-07-03 19:37:15 -04:00
Greg Johnston
66f54e7f1a
docs: add docs on responses/redirects and clarification re: Axum State(_)
extractors ( #1272 )
2023-07-03 09:58:02 -04:00
Greg Johnston
81e416b085
fix: error messages in dyn_classes
( #1270 )
2023-07-03 09:57:50 -04:00
Marc-Stefan Cassola
a5f73b441c
feat: added watch
helper ( #1262 )
2023-07-03 09:29:40 -04:00
Greg Johnston
0f1ebccad5
fix: clearing <For/>
that has a previous sibling in release mode ( fixes #1258 ) ( #1267 )
2023-07-02 17:27:39 -04:00
Greg Johnston
2f01df6185
fix: HtmlElement::dyn_classes()
when adding classes ( #1265 )
2023-07-02 17:27:24 -04:00
martin frances
c4982319fe
chore: ran cargo clippy --fix and reviewed changes. ( #1259 )
2023-07-02 17:27:14 -04:00
Michael Zimmermann
8fb4e88439
feat: implement PartialEq on ServerFnError ( #1260 )
...
This allows returning it in a memo.
2023-07-02 17:22:06 -04:00
Greg Johnston
e821efca07
chore: new cargo fmt
( #1266 )
2023-07-02 17:01:39 -04:00
Sridhar Ratnakumar
568f7b21ae
example/readme: Link to 'VS Browser' ext; format. ( #1261 )
2023-07-02 16:56:59 -04:00
Greg Johnston
d3c0f5320c
docs: update 02_getting_started.md ( #1256 )
2023-06-30 17:26:33 -04:00
Greg Johnston
5adc88bf50
fix: hot-reloading view marker line number ( #1255 )
2023-06-30 14:03:54 -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
afiqzx
4a3a67bf37
feat: add fallback support for workspace in get_config_from_str ( #1249 )
2023-06-30 10:44:27 -04:00
Dương
8150847218
test(router_example): add playwright tests ( #1247 )
...
* implemented e2e tests for router example
* chore(router_example): cleanup e2e/package.json
2023-06-30 10:40:33 -04:00
Greg Johnston
8cb95b4646
docs: update server fn docs ( #1252 )
2023-06-30 10:40:06 -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
Ari Seyhun
1cc3a43268
chore: remove unused variable warnings with ssr props ( #1244 )
2023-06-30 08:05:20 -04:00
Greg Johnston
d5a862a406
v0.4.0
(#1250 )
2023-06-30 07:51:07 -04:00
Joseph Cruz
33c83c3e62
fix(counters_stable): intermittent closed target errors ( #1240 ) ( #1243 )
2023-06-29 07:19:42 -04:00
Greg Johnston
171adcd09e
docs: update README re: nightly on 0.3
2023-06-27 15:48:04 -04:00
Greg Johnston
13f7cb9a9a
fix: add missing attribute-escaping logic in leptos_meta
and class
attributes in SSR ( closes #1238 ) ( #1241 )
2023-06-27 11:53:23 -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
Greg Johnston
c3e45d19d7
docs: typo ( #1237 )
2023-06-26 10:05:16 -04:00
Greg Johnston
966100c2d6
feat: add an anyhow
-like Result
type for easier error handling ( #1228 )
2023-06-25 15:18:00 -04:00
Greg Johnston
bce1dea11b
fix: make <Transition/>
transparent like <Suspense/>
to avoid Scope
issues ( closes #1231 ) ( #1232 )
2023-06-24 17:07:07 -04:00
Greg Johnston
c55067ab7c
feat: improved error handling and version tracking for pending actions/<ActionForm/>
( closes #1205 ) ( #1225 )
2023-06-23 11:10:59 -04:00
Greg Johnston
9da4084561
fix: nested Suspense/Transition with cascading resources ( #1214 )
2023-06-21 16:39:58 -04:00
jquesada2016
1d7235d4ca
fix: in <For/>
, removed
not being cleared when setting a diff to clear, causing panic ( #1220 )
2023-06-21 15:19:12 -04:00
Greg Johnston
2cb8171105
docs: document <ErrorBoundary/>
/<Suspense/>
relationship ( #1210 )
2023-06-21 11:17:20 -04:00
Lukas Potthast
bbc7799b7c
fix: memo with_untracked ( #1213 )
2023-06-21 10:13:18 -04:00
Joseph Cruz
a9cbcce8b2
fix(examples/tailwind): host system is missing dependencies to run browsers ( #1216 )
2023-06-21 08:07:20 -04:00
Greg Johnston
3531ca64bb
examples: update leptos-tailwind-axum
to use main branch ( #1218 )
2023-06-21 08:06:52 -04:00
Ty Larrabee
e402b85dd6
docs: a few grammar fixes, removal of ref to ComponentProps ( #1217 )
2023-06-20 21:00:28 -04:00
Greg Johnston
8ae5cf0ccf
fix: don't re-mount identical child in DynChild
( #1211 )
2023-06-19 17:04:08 -04:00
Tristan Guichaoua
5c34c3fc77
docs: fix typo in "working with signals" ( #1208 )
2023-06-19 10:36:18 -04:00
Greg Johnston
3a570dc0d9
docs: this was causing a Google search indexing issue...
2023-06-18 09:10:01 -04:00
Joseph Cruz
3c6748b30d
build(examples): generate workspace members variable ( #1201 )
...
* build(examples): add gen members task
* build(examples): include members variable
2023-06-17 18:19:01 -04:00
Cherry
24945f67bf
docs: add note to docs on how to fix failing builds which rebuild-std ( #1200 )
...
Fixes #1199
2023-06-17 16:51:57 -04:00
Joseph Cruz
edddab1e51
ci(examples): automatically keep the list of example projects current ( #1198 )
2023-06-17 16:51:31 -04:00
Greg Johnston
acfc86d2a4
fix: SVG <use>
in SSR ( #1203 )
2023-06-17 16:47:39 -04:00
Greg Johnston
651868dec9
fix: animations on multiple back navigations ( closes #1088 ) ( #1204 )
2023-06-17 16:47:19 -04:00
Joseph Cruz
18bc03e660
ci(examples): split check example and improve workflows ( #1191 )
2023-06-15 21:44:37 -04:00
jquesada2016
5f0013e482
fix: reorder <For />
apply_diff
steps ( #1196 )
2023-06-15 20:37:17 -04:00
martin frances
10c0a2de65
chore: cleared clippy warnings ( #1190 )
...
The change in indentation makes the PR hard to review
so I will discuss the change in conversational language
Two "if"'s checks were merged into one "if"
this
- if let Some(expr) = node.value() {
- if let syn::Expr::Tuple(tuple) = expr {
becomes
+ if let Some(Tuple(tuple)) = node.value() {
2023-06-15 20:11:50 -04:00