Skip to content

Releases: microsoft/webui

v0.0.9

16 Apr 21:54
ee9e60d

Choose a tag to compare

What's Changed

  • chore: remove unnecessary <template shadowrootmode="open"> wrappers by @mohamedmansour in #234
  • Fix CD pipeline: split stages + git tag-based deployment tracking by @mohamedmansour in #233
  • feat: add attribute name mapping for ARIA and HTML global attributes by @janechu in #236
  • fix(router): skip startViewTransition for query-only navigations by @mohamedmansour in #239
  • feat(router): parse query params and pass to components as attributes by @mohamedmansour in #237
  • test(framework): add composed-root-event regression fixture by @mohamedmansour in #238
  • fix(handler): Escape non-string JSON values in dynamic HTML attributes by @mohamedmansour in #240
  • chore: update rustls-webpki 0.103.10 → 0.103.12 by @janechu in #244
  • fix: use quote-aware tag close detection in FAST parser plugin by @janechu in #242
  • fix: preserve text content with bindings after void elements by @janechu in #243
  • feat: add Router.ensureLoaded() for on-demand component loading by @mohamedmansour in #245
  • fix: address ensureLoaded PR review feedback by @mohamedmansour in #247
  • chore: bump to 0.0.9 by @mohamedmansour in #246

Full Changelog: v0.0.8...v0.0.9

v0.0.8

14 Apr 04:18
6a15857

Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

10 Apr 23:39
d918503

Choose a tag to compare

What's Changed

  • perf(handler): consolidate per-component template scripts into single script tag by @mohamedmansour in #209
  • feat(commerce): add image proxy, AVIF assets, HTTP/2, and preload optimizations by @mohamedmansour in #208
  • fix: add User-Agent header to crates.io deployment check by @janechu in #210
  • fix: CssStrategy::Module partial rendering for SPA navigation by @mohamedmansour in #212
  • fix: add webui-router to e2e test suite and unify JS package build/test by @mohamedmansour in #213
  • fix: only emit components that are needed for css modules at the time of emission by @mohamedmansour in #214
  • fix: resolve SSR hydration ordinal drift from structural blocks by @mohamedmansour in #216
  • chore: Bump to 0.0.7 by @mohamedmansour in #217

Full Changelog: v0.0.5...v0.0.7

v0.0.6

09 Apr 23:23
114d379

Choose a tag to compare

What's Changed

  • perf(handler): consolidate per-component template scripts into single script tag by @mohamedmansour in #209
  • feat(commerce): add image proxy, AVIF assets, HTTP/2, and preload optimizations by @mohamedmansour in #208

Full Changelog: v0.0.5...v0.0.6

v0.0.5

09 Apr 15:19
8110ae5

Choose a tag to compare

What's Changed

Full Changelog: v0.0.4...v0.0.5

v0.0.4

09 Apr 05:25
914b31f

Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

09 Apr 00:06
23db314

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

26 Mar 18:35
597cd46

Choose a tag to compare

What's Changed

  • fix: remove unnecessary git credentials from CD by @janechu in #129
  • chore: remove the variables, these are only set in the pipeline by @janechu in #132
  • fix(webui): use @microsoft/webui package in integration examples and fix render() signature by @akroshg in #133
  • fix: correct repository URL in @microsoft/webui package.json by @akroshg in #136
  • docs: add README.md to @microsoft/webui npm package by @akroshg in #138
  • chore: add missing metadata needed for publish by @janechu in #139
  • chore: add a step for installing the GitHub CLI from an azure pipeline by @janechu in #134
  • chore: bump to 0.0.2 by @mohamedmansour in #140

Full Changelog: v0.0.1...v0.0.2

v0.0.1

25 Mar 03:50
6b70b44

Choose a tag to compare

What's Changed

Read more