dioxus/packages/ssr/CHANGELOG.md

11 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.1.0 (2021-12-15)

Bug Fixes

  • tags
  • keyword length

Documentation

  • update local examples and docs to support new syntaxes
  • big updates to the reference
  • update cargo tomls

New Features

  • upgrade syntax
  • support innerhtml
  • add more to ssr renderer
  • massage lifetimes
  • some docs, cleaning
  • a new vnode type for anchors
  • code quality improvements for core
  • mvoe away from compound context
  • wire up resource pool
  • omg what a dumb mistake
  • rebuild doesn't return errors
  • add aria
  • buff up html allowed attributes
  • enable components in ssr
  • static node infrastructure and ssr changes
  • todomvc

Commit Statistics

  • 64 commits contributed to the release over the course of 333 calendar days.
  • 61 commits where understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • keyword length (868f673)
    • Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.0 (b32665d)
    • tags (a33f770)
    • Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.0 (3a706ac)
    • update cargo tomls (e4c06ce)
    • Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.0 (270dfc9)
    • update local examples and docs to support new syntaxes (4de16c4)
    • fix ssr (ded9696)
    • rename fc to component (1e4a599)
    • rename (36d89be)
    • some docs and suspense (93d4b8c)
    • move examples around (1e6e5e6)
    • docs and router (a5f05d7)
    • upgrade syntax (fd93ee8)
    • support innerhtml (cfc24f5)
    • clean up and add lazy renderer (d4dcb17)
    • add more to ssr renderer (63568c5)
    • massage lifetimes (9726a06)
    • threadsafe (82953f2)
    • ssr (71f0df6)
    • move macro crate out of core (7bdad1e)
    • remove wildcards (10d335a)
    • remove wildcard (ba8ced5)
    • cleanup (1745a44)
    • some ideas (05c909f)
    • websys dom working properly (cfa0247)
    • big updates to the reference (583fdfa)
    • docs, html! macro, more (caf772c)
    • cleanup workspace (8f0bb5d)
    • some docs, cleaning (c321532)
    • a new vnode type for anchors (d618092)
    • fix styling for ssr (f14d4ef)
    • making progress on diffing and hydration (49856cc)
    • code quality improvements for core (00231ad)
    • mvoe away from compound context (a2c7d17)
    • wire up resource pool (31702db)
    • more work on suspense and documentation (37ed4be)
    • omg what a dumb mistake (f782e14)
    • solve some issues regarding listeners (dfaf5ad)
    • move things into a "shared" object (f644d7c)
    • polish up some safety stuff and add suspense support in (ff1398b)
    • rebuild doesn't return errors (f457b71)
    • add aria (4091846)
    • more examples (56e7eb8)
    • buff up html allowed attributes (c79d9ae)
    • it works but the page is backwards (cdcd861)
    • ssr + tide (269e81b)
    • enable components in ssr (bbcb5a0)
    • static node infrastructure and ssr changes (9abb047)
    • back to vnode enum (64f289a)
    • rename ctx to cx (81382e7)
    • more work on updating syntad (47e8960)
    • massive changes to definition of components (508c560)
    • more progress on parity docs. (c5089ba)
    • dirty hack to enable send + sync on virtual dom (4d5c528)
    • doesnt share on thread (fe67ff9)
    • remove old code (3de54d0)
    • Clean up repo a bit (a99147c)
    • todomvc (cfa0927)
    • todomvc (ce33031)
    • building large apps, revamp macro (9f7f43b)
    • include the helper (07341d2)
    • update fc_macro (28ac37a)
    • more docs, example, mroe nodes (d13e04c)