v0.4.6
Features
- Improved support for a wider set of valid HTML attribute names (like
class:something-500
) not previously supported (@vldm in #1416) - Get and set individual URL search/query params with
create_query_signal
(@tqwewe in #1377) - feat: create an
<AnimatedShow>
component (closes #1370) (@sebadob in #1386) - feat: implement
Resource::dispose()
by @gbj in #1393
Miscellaneous
- Doc proof-reading by @aperepel in #1380
- refactor: remove unnecessary string allocation in
TryFrom
forUrl
by @tqwewe in #1376 - docs: small issues by @gbj in #1385
- docs: correct docs for
create_memo
to reflect laziness by @gbj in #1388 - Minor: Removed call to .into(), plus minor touch to docs. by @martinfrances107 in #1396
- examples: remove random
<form>
by @gbj in #1398 - Proofreading 15_global_state.md by @aperepel in #1395
- Proofreading README.md by @aperepel in #1399
- ci: lint with clippy by @agilarity in #1379
- Proofreading 16_routes.md by @aperepel in #1405
- docs/examples: use shorthand form for
<Route/>
views when possible by @gbj in #1375 - fix:
RawText
/unquoted text nodes in SSR (closes #1384) by @gbj in #1407 - fix: closing element names wrong for
svg::
,math::
, anduse_
(closes #1403) by @gbj in #1406 - fix:
<use_/>
as typed top-level element in view by @gbj in #1410 - build(examples): make it easy to see which examples do what kind of testing by @agilarity in #1411
- docs: note about typed params on stable by @gbj in #1414
- Typo fix by @DougAnderson444 in #1412
- fix typo for WrapsChildren by @icub3d in #1402
- docs: CONTRIBUTING.md with helpful info re: CI by @gbj in #1415
- chore: resolve clippy
incorrect_clone_impl_on_copy_type
(closes #1401) by @gbj in #1418 - Fix warning message about updating a signal after it has been disposed by @jasonrhansen in #1423
- Docs proofreading and fixing the links by @aperepel in #1425
- fix: clear
<title>
correctly when navigating between pages by @gbj in #1428 - build(examples): pull up compile tasks by @agilarity in #1417
- build(examples): update Makefiles for recent examples by @gbj in #1431
- Binary search dom stuff by @g-re-g in #1430
New Contributors
- @aperepel made their first contribution in #1380
- @DougAnderson444 made their first contribution in #1412
- @icub3d made their first contribution in #1402
- @sebadob made their first contribution in #1386
- @mforsb made their first contribution in #1432
Full Changelog: v0.4.5...v0.4.6