v0.9.0 - web components now supported!
Highlights
- Mesop now has experimental support for Web Components! π You can build custom components in JavaScript which gives you much more flexibility!
- Learn how to use them: https://google.github.io/mesop/web_components/
What's Changed
- Demo gallery: open github link in new tab/window by @wwwillchen in #402
- Inline theme.scss to avoid deps issue downstream by @wwwillchen in #406
- Add steps to install playwright in .devcontainer.json by @richard-to in #404
- Add utils dep to shell/BUILD to avoid implicit transitive dep by @wwwillchen in #408
- Add
html
component by @wwwillchen in #237 - Implement autoplay option for audio component by @T-Zaid in #398
- Bump the npm_and_yarn group across 1 directory with 4 updates by @dependabot in #419
- Correct the Python version requirement for pip package by @wwwillchen in #424
- Fix steps in installing.md by @wwwillchen in #426
- Remove generator code + angular_components git submodule by @wwwillchen in #425
- Add guide for debugging with Mesop by @wwwillchen in #427
- added base64 by @zacharias1219 in #415
- Support web components (MVP for labs) by @wwwillchen in #416
- Fix property access for MesopEvent by @wwwillchen in #454
- Make insert_web_component kw_args only by @wwwillchen in #458
- Bump to v0.9.0 by @wwwillchen in #459
New Contributors
- @T-Zaid made their first contribution in #398
- @zacharias1219 made their first contribution in #415
Full Changelog: v0.8.0...v0.9.0