v0.11.0
版本发布时间: 2024-08-06 01:02:02
google/mesop最新发布版本:v0.12.3(2024-08-30 01:10:21)
Breaking changes
- Because JavaScript modules for web components are loaded dynamically, you may need to update your security policy. See #723. There's improved error messages in the terminal: #724 and improved troubleshooting docs
Notable changes
- Add basic autocomplete component. by @richard-to in https://github.com/google/mesop/pull/677
- Add focus command. by @richard-to in https://github.com/google/mesop/pull/718
- Make UI density configurable by @wwwillchen in https://github.com/google/mesop/pull/716
What's Changed
- add: feedback for demo gallery by @iiakshat in https://github.com/google/mesop/pull/455
- Deep copy page configurations to prevent security-sensitive mutations by @wwwillchen in https://github.com/google/mesop/pull/701
- fix typo with pydocs for SecurityPolicy by @wwwillchen in https://github.com/google/mesop/pull/702
- Fix docs for autocomplete by @richard-to in https://github.com/google/mesop/pull/703
- Update a few patterns for dark mode by @richard-to in https://github.com/google/mesop/pull/704
- Support dark theme: syntax highlighting + demo gallery by @wwwillchen in https://github.com/google/mesop/pull/705
- Add copy to clipboard web component by @richard-to in https://github.com/google/mesop/pull/720
- Provide helpful terminal messages to fix web component CSP errors by @wwwillchen in https://github.com/google/mesop/pull/724
- Change internal routes to prefix and postfix with "__" by @wwwillchen in https://github.com/google/mesop/pull/722
- Rename docs to use hyphen instead of underscore by @wwwillchen in https://github.com/google/mesop/pull/732
- Remove loading text from index.html by @wwwillchen in https://github.com/google/mesop/pull/734
- Add docs on troubleshooting web components CSP errors & update CSP terminal error message by @wwwillchen in https://github.com/google/mesop/pull/733
- Bump to v0.11.0 by @wwwillchen in https://github.com/google/mesop/pull/741
New Contributors
- @iiakshat made their first contribution in https://github.com/google/mesop/pull/455
Full Changelog: https://github.com/google/mesop/compare/v0.10.0...v0.11.0