Greg Johnston
|
2a4a5f75c9
|
Remove unused doc_comment crate
|
2023-01-04 10:42:25 -05:00 |
|
Greg Johnston
|
91b65654d6
|
Fix typed event docs
|
2023-01-04 10:40:35 -05:00 |
|
Kris Warner
|
dcca6e4e17
|
Fix name/link for parent_child
|
2023-01-04 10:25:41 -05:00 |
|
Kris Warner
|
4550545e4f
|
Fix link/name of counters_stable
|
2023-01-04 10:18:38 -05:00 |
|
Greg Johnston
|
af1a4492e8
|
leptos_macro improvements to class: , prop: , on: , :undelegated , and events
|
2023-01-04 00:25:53 -05:00 |
|
Greg Johnston
|
6b1b4463a0
|
Fix server docs
|
2023-01-03 23:22:06 -05:00 |
|
Greg Johnston
|
632267c13a
|
Merge pull request #231 from gbj/router-changes
Close issue #229 and update router docs
|
2023-01-03 21:51:22 -05:00 |
|
Greg Johnston
|
a349707e1f
|
Merge pull request #230 from gbj/server-docs-and-debug
Improve docs and debugging tools for server functions (closes #225)
|
2023-01-03 21:51:10 -05:00 |
|
Greg Johnston
|
84fa6cd3a8
|
Merge pull request #228 from benwis/responseoptions_helpers
Add a redirect() function and some helpful utility functions for ResponseParts and ResponseOptions
|
2023-01-03 21:51:00 -05:00 |
|
Ben Wishovich
|
05468d3307
|
You WILL change your doc comments
|
2023-01-03 17:33:22 -08:00 |
|
Greg Johnston
|
0da88f39cd
|
Improve docs and debugging tools for server functions (closes #225)
|
2023-01-03 20:05:47 -05:00 |
|
Greg Johnston
|
5dffb0a803
|
Document how to modularize/externalize route definitions
|
2023-01-03 19:38:11 -05:00 |
|
Greg Johnston
|
e2a5c2d78f
|
Fix issues with route matching on different sub-routes with same path (closes issue #229)
|
2023-01-03 19:32:58 -05:00 |
|
Greg Johnston
|
ca679ec496
|
chore: clear warning
|
2023-01-03 19:06:59 -05:00 |
|
Greg Johnston
|
10282857fe
|
chore: clear warnings
|
2023-01-03 18:47:21 -05:00 |
|
Greg Johnston
|
263d5b1d89
|
Allow path prop on <Route/> to be any type that impl std::fmt::Display
|
2023-01-03 18:37:43 -05:00 |
|
Greg Johnston
|
6a4cbbf266
|
Specify html::a to suppress warning
|
2023-01-03 16:07:51 -05:00 |
|
Greg Johnston
|
8d14972808
|
Merge branch 'main' of https://github.com/gbj/leptos
|
2023-01-03 15:52:33 -05:00 |
|
Greg Johnston
|
441eb1697e
|
Reduce CI load by omitting tracing feature from CI testing
|
2023-01-03 15:52:29 -05:00 |
|
Ben Wishovich
|
64e6eedb4d
|
Add a redirect() function and some helpful utility functions for ResponseParts and ResponseOptions
|
2023-01-03 10:35:30 -08:00 |
|
Greg Johnston
|
78d965cc91
|
Merge pull request #220 from jquesada2016/view_on_undelegated
added on:eventname:undelegated support
|
2023-01-03 13:07:22 -05:00 |
|
Jose Quesada
|
28dce925b0
|
relaxed parse_event to be undelegated only when :undelegated appears at the end of the event
|
2023-01-03 08:54:52 -06:00 |
|
Greg Johnston
|
a2943c4649
|
Fix counters_isomorphic
|
2023-01-02 18:37:10 -05:00 |
|
Greg Johnston
|
d4b5b958f3
|
0.1.0-beta
|
2023-01-02 16:52:18 -05:00 |
|
Greg Johnston
|
9537cafe25
|
Add version for publishing
|
2023-01-02 16:49:45 -05:00 |
|
Greg Johnston
|
95dd252c14
|
Disable for publish
|
2023-01-02 16:41:08 -05:00 |
|
Greg Johnston
|
755ceb7d75
|
0.1.0-beta
|
2023-01-02 16:35:00 -05:00 |
|
Greg Johnston
|
d5b74dacc8
|
Merge pull request #223 from gbj/build-examples-ci
Add CI back to build examples
|
2023-01-02 16:34:29 -05:00 |
|
Greg Johnston
|
411fc51ea2
|
Clean up examples
|
2023-01-02 16:20:05 -05:00 |
|
Greg Johnston
|
e714cac0ec
|
Add missing makefiles
|
2023-01-02 16:19:52 -05:00 |
|
Greg Johnston
|
ab0b687943
|
Merge pull request #222 from gbj/build-examples-ci
Add `build-examples` task to `cargo make` CI
|
2023-01-02 13:35:45 -05:00 |
|
Greg Johnston
|
7f21ee97a8
|
Fix counter_isomorphic import
|
2023-01-02 13:34:56 -05:00 |
|
Greg Johnston
|
0ed56d382d
|
Add build-examples task to cargo make CI
|
2023-01-02 13:29:37 -05:00 |
|
Greg Johnston
|
a47cac6e3c
|
Merge pull request #221 from gbj/fixing-stable
Finalizing `stable` support
|
2023-01-02 13:24:27 -05:00 |
|
Greg Johnston
|
edbd3612b3
|
stable for leptos_macro
|
2023-01-02 13:04:56 -05:00 |
|
Greg Johnston
|
e2517c99b8
|
Backtrace not supported on stable
|
2023-01-02 12:55:26 -05:00 |
|
Greg Johnston
|
2b01bf99b4
|
enum Default not supported on stable
|
2023-01-02 12:55:16 -05:00 |
|
Greg Johnston
|
bd5bd71a21
|
chore: clear warning
|
2023-01-02 12:55:04 -05:00 |
|
Greg Johnston
|
60187961a0
|
Merge pull request #219 from jquesada2016/leptos_dom_stable
Stable support for `leptos_dom`
|
2023-01-02 12:09:48 -05:00 |
|
Jose Quesada
|
1344f113c5
|
added on:eventname:undelegated support
|
2023-01-02 10:36:08 -06:00 |
|
Greg Johnston
|
96bbb86346
|
Merge pull request #218 from gbj/stylesheet-hydration
Correct hydration behavior of `<Stylesheet id=.../>` (necessary for `…
|
2023-01-02 10:23:35 -05:00 |
|
Jose Quesada
|
7478315970
|
forgot to commit new dependencies
|
2023-01-02 09:01:57 -06:00 |
|
Jose Quesada
|
b894444b8d
|
removed drain_filter feature flag
|
2023-01-02 08:28:05 -06:00 |
|
Jose Quesada
|
9f8bcd6fb1
|
removed iter_intersperse feature flag`
|
2023-01-02 08:20:45 -06:00 |
|
Jose Quesada
|
d82781abbd
|
removed thread_local feature flag
|
2023-01-02 08:18:19 -06:00 |
|
Jose Quesada
|
f8c4cac6d3
|
removed once_cell feature flag
|
2023-01-02 07:52:30 -06:00 |
|
Greg Johnston
|
4264b15aab
|
Correct hydration behavior of <Stylesheet id=.../> (necessary for cargo-leptos CSS reloading)
|
2023-01-01 22:56:17 -05:00 |
|
Greg Johnston
|
168f9d3a45
|
Merge pull request #217 from gbj/action-docs-ci
Fix `Action` and `create_action` docs to match new API
|
2023-01-01 21:36:15 -05:00 |
|
Greg Johnston
|
9663555195
|
Fix Action and create_action docs to match new API
|
2023-01-01 19:44:50 -05:00 |
|
Greg Johnston
|
e92176029c
|
Merge pull request #216 from gbj/context-warning
Revert confusingly-aggressive shadowed-context warning
|
2023-01-01 17:40:54 -05:00 |
|