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 #677
- Add focus command. by @richard-to in #718
- Make UI density configurable by @wwwillchen in #716
What's Changed
- add: feedback for demo gallery by @iiakshat in #455
- Deep copy page configurations to prevent security-sensitive mutations by @wwwillchen in #701
- fix typo with pydocs for SecurityPolicy by @wwwillchen in #702
- Fix docs for autocomplete by @richard-to in #703
- Update a few patterns for dark mode by @richard-to in #704
- Support dark theme: syntax highlighting + demo gallery by @wwwillchen in #705
- Add copy to clipboard web component by @richard-to in #720
- Provide helpful terminal messages to fix web component CSP errors by @wwwillchen in #724
- Change internal routes to prefix and postfix with "__" by @wwwillchen in #722
- Rename docs to use hyphen instead of underscore by @wwwillchen in #732
- Remove loading text from index.html by @wwwillchen in #734
- Add docs on troubleshooting web components CSP errors & update CSP terminal error message by @wwwillchen in #733
- Bump to v0.11.0 by @wwwillchen in #741
New Contributors
Full Changelog: v0.10.0...v0.11.0