v0.4.2
What's Changed
- Reject all external routes when parsing a route by @ealmloff in #1272
- Fix navigator push/replace route by @ealmloff in #1274
- Deduplicate route history by @ealmloff in #1273
- Update scroll history lazily when you leave a page by @ealmloff in #1275
- Release new versions (0.4.1) by @jkelleyrtp in #1276
- fixed "http_equiv" in meta to generate "http-equiv" instead of "http_… by @ChrisCA in #1277
- Fix Fullstack docs building by @ealmloff in #1284
- Make server function features flexible by @ealmloff in #1285
- doc: fix typo by @eventualbuddha in #1287
- docs(cli): fix typo by @eventualbuddha in #1294
- build(web): fix
default-features
warning by @eventualbuddha in #1296 - Minor Proxy Improvements by @eventualbuddha in #1289
- docs(hooks): fix typos by @eventualbuddha in #1299
- refactor(cli): move
check
module alongside others by @eventualbuddha in #1304 - docs(cli): update subcommand comments by @eventualbuddha in #1303
- chore(cli): remove unused module by @eventualbuddha in #1302
- fix(cli): prevent "zip slip" vulnerability in tool extract by @eventualbuddha in #1305
- incorrect word spelling by @dylanblokhuis in #1308
- chore(cli): remove unused function by @eventualbuddha in #1301
- refactor(cli): use more semantic
Instant::elapsed
by @eventualbuddha in #1307 - fix: readme awesome link by @HashCookie in #1320
- Set response headers from response, not request, parts by @gmorenz in #1328
- docs: add Japanese README by @eltociear in #1329
- Make launch functions pub by @CodedNil in #1288
- Separate Parent and Child Component Lifetimes by @ealmloff in #1332
- Fix the login form example by @ealmloff in #1327
- Complete Signals implementation by @ealmloff in #1300
- Update tailwind examples to work with multi-page apps by @swpecht in #1339
- Use
--profile
to identify cargo build artifact if present for dx cli web builds by @swpecht in #1344 - Add 'with' and 'with_mut' to 'use_shared_state' by @DanielAlbl in #1353
- Publish CLI binaries for cargo-binstall by @esimkowitz in #1358
- Fix the context API in lists by @ealmloff in #1351
- Fix leak in core because of bump allocated Vec by @ealmloff in #1364
- Update README.md to use 0.4 version of
Guide
instead of 0.3 by @Dillon-Roller in #1370 - DOC: Add note about form prevent_default behavior. by @vgobbo in #1343
- CLI: Behavior when web.https.mkcert is not specified. by @vgobbo in #1342
- FileEngine: expose native file types on different platforms by @wooden-worm in #1258
- deps: Update keyboard-types to 0.7. by @waywardmonkeys in #1378
- Update ZH_CN.md to use 0.4 version of guide by @HashCookie in #1388
- Constrain Props lifetime to parent, not child scope lifetime by @ealmloff in #1345
New Contributors
- @ChrisCA made their first contribution in #1277
- @dylanblokhuis made their first contribution in #1308
- @HashCookie made their first contribution in #1320
- @gmorenz made their first contribution in #1328
- @eltociear made their first contribution in #1329
- @CodedNil made their first contribution in #1288
- @swpecht made their first contribution in #1339
- @Dillon-Roller made their first contribution in #1370
- @vgobbo made their first contribution in #1343
- @wooden-worm made their first contribution in #1258
- @waywardmonkeys made their first contribution in #1378
Full Changelog: v0.4.0...v0.4.2