What's Changed
- Add example headers to patterns demos. by @richard-to in #660
- Catch accidental usages of mutable default state values by @wwwillchen in #658
- Fix markdown indention in markdown demo by @richard-to in #666
- Debounce resize event by @wwwillchen in #668
- Remove query params from stylesheet URLs when adding it to CSP by @wwwillchen in #671
- Support dark theming by @wwwillchen in #663
- Escape CSP source values by @wwwillchen in #674
- Prevent page or web component from being registered after traffic has been served by @wwwillchen in #675
- Add example webcomponent that uses markedjs, highlightjs, and mermaidjs by @richard-to in #667
- Make UploadedFile class serializable by @richard-to in #679
- Use py_library from defaults.bzl by @wwwillchen in #686
- Do not use TS theme mode proto enum type directly by @wwwillchen in #688
- Make rxjs a direct dep for theme_service.ts by @wwwillchen in #689
- Remove unused imports from theme_service.ts by @wwwillchen in #690
- Make rxjs a direct dep for shell by @wwwillchen in #691
- Align dataclass_utils.py mutable type error message with py 3.11 standard lib error message by @wwwillchen in #692
- Fix has_served_traffic safety check so it doesn't break notebook development by @wwwillchen in #694
- Fix #694 - only check debug mode for has served traffic check by @wwwillchen in #696
- Bump version to v0.10.0 by @wwwillchen in #693
- Remove screenshots from repo (run before deployment) by @wwwillchen in #684
- Make demo app deploy-able to Hugging Face spaces by @wwwillchen in #685
- Switch demo gallery iframe URL to hugging face spaces by @wwwillchen in #697
Full Changelog: v0.9.5...v0.10.0