Commit Graph

215 Commits

Author SHA1 Message Date
Chris fb5d8513ff
docs: generate link to definition (#2656) 2024-07-03 06:46:02 -04:00
Greg Johnston 96b448805d `v0.6.12` 2024-06-02 14:08:08 -04:00
Ben Wishovich 1ff0a7176d
Update spin_sdk to spin v3 (#2525)
* Update spin_sdk to spin v3

* Add id to Body
2024-04-14 14:34:38 -07:00
Greg Johnston e29d31e686 `0.6.11` 2024-04-10 09:33:22 -04:00
Greg Johnston c750f57ddc `v0.6.10` 2024-04-02 09:39:53 -04:00
Greg Johnston 41f3c46830
chore: bump nightly version in examples (#2479) 2024-04-01 15:16:53 -04:00
battmdpkq 4faf3fa894
chore: fix types in some comments (#2413)
Signed-off-by: battmdpkq <cmaker@163.com>
2024-03-09 07:38:25 -05:00
benwis 3e93a686f4
Fix and release deps 2024-03-03 17:04:34 -08:00
benwis 9e2fb62857
0.6.8 2024-03-02 18:01:10 -08:00
benwis 59d3cce3be
0.6.7 2024-02-29 13:38:09 -08:00
Paul Hansen 6a83161368
chore: add MSRV (#2360) 2024-02-28 07:19:09 -05:00
benwis 330ebdb018
v0.6.6 2024-02-19 13:48:32 -08:00
Esteban Borai 830fba794e
docs: add missing `provide_meta_context()` in example (#2311)
Otherwise user gets:

```
use_head() is being called without a MetaContext being provided. We'll automatically create and provide one, but if this is being called in a child route it may cause bugs. To be safe, you should provide_meta_context() somewhere in the root of the app.
```
2024-02-15 20:19:07 -05:00
Greg Johnston f1bc734dcf `0.6.5` 2024-01-31 19:40:41 -05:00
Greg Johnston 595013579c 0.6.4 2024-01-30 09:17:52 -05:00
Greg Johnston 9f1406250e chore: update deprecated `.remove()` method on `IndexSet` 2024-01-29 11:32:15 -05:00
Greg Johnston 8a2ae7fc7c \`v0.6.3\` 2024-01-26 21:00:21 -05:00
Greg Johnston 9de34b74cf 0.6.2 2024-01-26 18:07:04 -05:00
benwis 2bf09384df
0.6.1
Signed-off-by: benwis <ben@celcyon.com>
2024-01-26 12:32:14 -08:00
benwis ac12e1a411
0.6.0
Signed-off-by: benwis <ben@celcyon.com>
2024-01-26 11:54:07 -08:00
Greg Johnston ca3806e6bc v0.6.0-rc1 2024-01-24 21:35:14 -05:00
Greg Johnston b450f0fd10
fix: don't enable `tracing` feature on `leptos` by default (#2211) 2024-01-20 17:58:22 -05:00
Greg Johnston 7a086ad159 update version number 2024-01-19 14:17:25 -05:00
Greg Johnston 0c4cf5471d `v0.5.7` 2024-01-19 13:03:44 -05:00
benwis 98f18e7c31 release: version 0.5.6 2024-01-16 16:57:07 -08:00
Greg Johnston 3a5730800c `v0.5.5` 2024-01-15 17:10:49 -05:00
Niclas Åhdén fcc9242a63
docs: minor documentation corrections (#2098)
* Docs: Fix Body docs incorrectly referring to html

* Docs: Correct X/Z/Z to X/Y/Z in CONTRIBUTING
2023-12-10 14:24:16 -05:00
Greg Johnston b95a79240e `v0.5.4` 2023-11-28 18:46:51 -05:00
Greg Johnston d6ee2a37f4 `v0.5.3` 2023-11-27 19:38:33 -05:00
martin frances 362e3bc603
chore: stop using std::fmt, instead used core::fmt. (#2033) 2023-11-17 15:36:13 -05:00
Greg Johnston 5f53a1459e `v0.5.2` 2023-10-24 21:03:29 -04:00
ymijorski fc4dea6839
feat: allow custom attributes on `leptos_meta` components (#1874) 2023-10-13 15:30:48 -04:00
Greg Johnston be2d014f08 `v0.5.1` 2023-10-06 09:40:23 -04:00
Daniel Santana a946a0181d
fix: don't overwrite `<Html/>` props (closes #1828) 2023-10-02 13:46:20 -04:00
Greg Johnston 32e8213ebf `v0.5.0` 2023-09-29 17:13:56 -04:00
Sirius902 321c522fa5
fix: extra set of brackets in generate_head_metadata (#1811) 2023-09-29 17:12:46 -04:00
Fangdun Tsai de9fb5e382
chore(leptos_meta): enhance links in docs (#1783) 2023-09-25 20:34:11 -04:00
Greg Johnston ae986e71fa
change: only run `create_local_resource` in the browser (#1777) 2023-09-23 11:10:50 -04:00
Danik Vitek baa5ea83fa
fix: reimplement `Oco` cloning (#1749) 2023-09-22 13:31:04 -04:00
Greg Johnston 7e5169e66d `0.5.0-rc2` 2023-09-15 20:06:56 -04:00
Greg Johnston 73a85b4955
feat: use `attr:` syntax rather than `AdditionalAttributes` (#1728) 2023-09-15 18:36:54 -04:00
Greg Johnston fe42ac11a8 `0.5.0-rc1` 2023-09-11 21:08:14 -04:00
Greg Johnston 238d61ce1e
feat: experimental islands (#1660) 2023-09-08 16:33:00 -04:00
Greg Johnston 689022661d
change: move logging macros into a `logging` module to avoid name conflicts with `log` and `tracing` (#1658) 2023-09-08 07:42:58 -04:00
Greg Johnston bee9bd8f67 `0.5.0-beta2` 2023-08-29 21:23:59 -04:00
Danik Vitek 793c191619
feat: `Oco` (Owned Clones Once) smart pointer (#1480) 2023-08-26 11:43:51 -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 e9deff52a7 `v0.4.9` 2023-08-20 14:27:49 -04:00
Mark Catley 0726a3034d
examples: fix github links (#1493) 2023-08-04 07:55:04 -04:00
Greg Johnston 2f860b37bd `v0.4.8` 2023-08-02 19:25:32 -04:00
Greg Johnston 54733e1b34 `v0.4.7` 2023-08-02 17:03:38 -04:00
Greg Johnston 7ef7546fa9 `v0.4.6` 2023-07-25 06:08:53 -04:00
Greg Johnston 984a7388f1
fix: clear `<title>` correctly when navigating between pages (closes #1369) (#1428) 2023-07-24 11:25:28 -04:00
Greg Johnston c1c49ce53b `v0.4.5` 2023-07-18 14:02:56 -04:00
Greg Johnston 3036cd223e `v0.4.4` 2023-07-17 17:33:44 -04:00
Greg Johnston 8e68699435
feat: add support for adding CSP nonces (#1348) 2023-07-14 16:37:18 -04:00
Greg Johnston 10d51a854a `v0.4.3` 2023-07-14 09:22:19 -04:00
Joseph Cruz 3481a6ee53
build: run tasks from workpace or member directory (#1339) 2023-07-13 16:46:51 -04:00
g-re-g 3e40f9cc66
chore: bump indexmap to 2 (#1325) 2023-07-11 15:24:21 -04:00
Greg Johnston c6b8f0e8ed `v0.4.2` 2023-07-07 15:34:56 -04:00
Greg Johnston d5a862a406
`v0.4.0` (#1250) 2023-06-30 07:51:07 -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
Greg Johnston 904c2e8a67 `v0.3.0` 2023-05-13 19:44:06 -04:00
Greg Johnston f84f1422f4
fix: maintain insertion order of meta tags (#1021) 2023-05-08 08:36:54 -04:00
Greg Johnston 7fe9f82d89
`v0.3.0-alpha` (#968) 2023-04-28 19:30:16 -04:00
Greg Johnston 93da88eac0
feat: add ability to set `node_ref` and pass additional attributes to `<Form/>` and friends (#853) 2023-04-14 14:25:52 -04:00
novacrazy be7b9eea25 Merge branch 'main' of https://github.com/leptos-rs/leptos 2023-04-07 14:09:10 -05:00
Greg Johnston 016ad6b7a6
feat: make `__Props` imports unnecessary (closes #746) (#828) 2023-04-07 15:06:10 -04:00
novacrazy 84c7d00ea9 Use `Cow<'static, str>` for Attributes 2023-04-06 21:52:11 -05:00
novacrazy 8f5ae0054d Second round of inlining 2023-04-06 21:39:29 -05:00
Greg Johnston 64e056ffa9
docs: warn if you are using `leptos_meta` without features (#797) 2023-04-03 21:07:43 -04:00
Greg Johnston f727dd773b
`v0.2.5` (#782) 2023-04-01 11:23:42 -04:00
Christian Rausch c391c2e938
feat: arbitrary attributes to `<Html/>` and `<Body/>` meta tags (#726) 2023-03-31 16:30:10 -04:00
Greg Johnston 42360d109b
change: insert `<head>` metadata tags at the beginning of the head, not the end (#731) 2023-03-31 14:51:27 -04:00
Ben Wishovich e6b1298915
feat: add property field to Meta component (#759) 2023-03-28 09:10:00 -04:00
Greg Johnston 508ad52582
chore: fix clippy warnings (#721)
* `v0.2.4`

* chore: fix clippy warnings
2023-03-21 18:20:29 -04:00
Greg Johnston b8f79a7e56
fix: suppress spurious hydration warnings for tags in `leptos_meta` (#684) 2023-03-14 14:17:23 -04:00
Greg Johnston 38daaf3b72
chore: apply `cargo machete` systematically (#671) 2023-03-13 10:16:20 -04:00
Greg Johnston b55e9a9e64
`v0.2.3`: fix broken stable support (#670) 2023-03-13 07:25:08 -04:00
Greg Johnston 8f94c8e6b1
v0.2.2 (#667) 2023-03-12 14:59:04 -04:00
martin frances 81401a738c
chore: bumped typed-builder up to 0.14. (#648) 2023-03-09 16:44:27 -05:00
martin frances 27fb430900
bump typed-builder to version 0.13. (#633) 2023-03-06 09:07:21 -05:00
Greg Johnston 55ce805b60
feat: hot reloading support for `cargo-leptos` (#592) 2023-03-04 09:04:22 -05:00
Greg Johnston 3d50ca32cd `v0.2.0` 2023-02-25 15:45:35 -05:00
SleeplessOne1917 a985ae5660
fix: `<Meta/>` component `as_` property outputs correct attribute html (#573) 2023-02-24 08:58:15 -05:00
PolarMutex f7d0eea04d
feature: add `class` prop to `<Html/>` component (#554) 2023-02-21 12:28:11 -05:00
Greg Johnston dafd6e51c5
`v0.2.0-beta` (#557) 2023-02-20 14:52:31 -05:00
Greg Johnston 20cbc240ee
`v0.2.0-alpha2` (#539) 2023-02-18 12:45:46 -05:00
Greg Johnston 586f524015
feature: in-order streaming and `async` rendering (#496) 2023-02-17 17:31:32 -05:00
Greg Johnston 8a99623fd6
`0.2.0-alpha` (#515) 2023-02-13 07:49:29 -05:00
Greg Johnston 1dbcfe2861
change: reorganize module exports and reexports (#503) 2023-02-12 17:04:36 -05:00
Greg Johnston 6bab4ad966
apply new formatting everywhere (#502) 2023-02-11 14:30:06 -05:00
martin frances ea0e2ce363
Escape <HTML> and <BODY> tokens in documentation markup. (#410) 2023-01-30 19:17:41 -05:00
martin frances 465cbc36be
Minor: Bump typed-builder from 0.11 to 0.12. (#409) 2023-01-30 19:17:09 -05:00
Greg Johnston 62061f90ea
Add `<Html/>` and `<Body/>` components in `leptos_meta` (#407)
Closes #376.
2023-01-29 19:07:48 -05:00
Greg Johnston 11fc51577b `0.1.3` 2023-01-28 12:12:09 -05:00
Greg Johnston 2863d49a1c Docs for `<ErrorBoundary/>` 2023-01-28 07:54:13 -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 c336eb8769 `0.1.1` 2023-01-20 13:24:05 -05:00