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