Mesop

Latest version: v0.12.9

Safety actively analyzes 683322 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 6

0.10.0

Not secure
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

0.9.5

Not secure
What's Changed
* Redesign home page by wwwillchen in https://github.com/google/mesop/pull/599
* Add SQL state session backend. by richard-to in https://github.com/google/mesop/pull/597
* Fix bug with .env not loading for pip installs by richard-to in https://github.com/google/mesop/pull/601
* Namespace g attribute by wwwillchen in https://github.com/google/mesop/pull/606
* Create python FE fatigue blog post by wwwillchen in https://github.com/google/mesop/pull/542
* Set LRU cache for compute_fn_id by wwwillchen in https://github.com/google/mesop/pull/614
* Improve publishing docs and pip.sh by wwwillchen in https://github.com/google/mesop/pull/616
* Add Hugging Face deployment steps by richard-to in https://github.com/google/mesop/pull/617
* Budget more time for playwright tests & disable retries by wwwillchen in https://github.com/google/mesop/pull/607
* Add notebook_show, notebook_run for Jupyter notebook environments by wwwillchen in https://github.com/google/mesop/pull/615
* Create DuoChat codelab by wwwillchen in https://github.com/google/mesop/pull/620
* Allow iframing any other sites by wwwillchen in https://github.com/google/mesop/pull/630
* Update codelab docs by wwwillchen in https://github.com/google/mesop/pull/636
* Add {min, max}-{height, width} to Style by wwwillchen in https://github.com/google/mesop/pull/632
* Create starter kit template by wwwillchen in https://github.com/google/mesop/pull/631
* Add `mesop init` CLI command by wwwillchen in https://github.com/google/mesop/pull/633
* Update docs with starter kit by wwwillchen in https://github.com/google/mesop/pull/634
* (experimental) Generate prompt context for Mesop by wwwillchen in https://github.com/google/mesop/pull/572
* Add web component that integrates Code Mirror by richard-to in https://github.com/google/mesop/pull/645
* Do not use class variables in runtime modules by wwwillchen in https://github.com/google/mesop/pull/642
* Allow data URL for font-src by richard-to in https://github.com/google/mesop/pull/646
* Clean-up docs style for GitHub button in mobile mode by wwwillchen in https://github.com/google/mesop/pull/650
* Add link component by wwwillchen in https://github.com/google/mesop/pull/640
* Provide more explicit docs about mutable state default values by wwwillchen in https://github.com/google/mesop/pull/653
* Enable RUF lint rules by wwwillchen in https://github.com/google/mesop/pull/652
* Clean up unused code generated from component scaffold by wwwillchen in https://github.com/google/mesop/pull/649
* Create a concurrency test to stress-test state is isolated across sessions by wwwillchen in https://github.com/google/mesop/pull/657
* Bump to v0.9.5 by wwwillchen in https://github.com/google/mesop/pull/661


**Full Changelog**: https://github.com/google/mesop/compare/v0.9.4...v0.9.5

0.9.4

Not secure
What's Changed
* Add sandboxed mode to HTML component by wwwillchen in https://github.com/google/mesop/pull/544
* Added More Borders by zacharias1219 in https://github.com/google/mesop/pull/509
* Enable markdown tables + attribute lists by richard-to in https://github.com/google/mesop/pull/569
* Add button attributes to uploader by richard-to in https://github.com/google/mesop/pull/570
* Render SVG image with plot component by richard-to in https://github.com/google/mesop/pull/573
* Add example patterns for modal and toast by richard-to in https://github.com/google/mesop/pull/575
* Add file backend for state sessions by richard-to in https://github.com/google/mesop/pull/574
* Add grid table demo by richard-to in https://github.com/google/mesop/pull/577
* feat: adds svg_icon fixes 529 by ghchinoy in https://github.com/google/mesop/pull/567
* Minor documentation fixes by richard-to in https://github.com/google/mesop/pull/586
* Add Firestore state session backend by richard-to in https://github.com/google/mesop/pull/589
* Fix false on enter trigger when using IME. by richard-to in https://github.com/google/mesop/pull/593
* Follow up on code review for ime change by richard-to in https://github.com/google/mesop/pull/595
* Fix broken iframe links in docs by richard-to in https://github.com/google/mesop/pull/598
* Update demo gallery: chat_inputs & visual polish by wwwillchen in https://github.com/google/mesop/pull/600
* Bump to v0.9.4 by wwwillchen in https://github.com/google/mesop/pull/603

New Contributors
* ghchinoy made their first contribution in https://github.com/google/mesop/pull/567

**Full Changelog**: https://github.com/google/mesop/compare/v0.9.3...v0.9.4

0.9.3

Not secure
What's Changed
* Update chat component to not use on_input by wwwillchen in https://github.com/google/mesop/pull/530
* Update deployment docs by richard-to in https://github.com/google/mesop/pull/526
* Add test for text_to_text by wwwillchen in https://github.com/google/mesop/pull/531
* Add docs for setting up Mesop with Github Codespaces by richard-to in https://github.com/google/mesop/pull/536
* Fix broken images Github Codespaces by richard-to in https://github.com/google/mesop/pull/540
* Add docs VS Code remote containers by richard-to in https://github.com/google/mesop/pull/541
* State sessions by richard-to in https://github.com/google/mesop/pull/496
* Remove `enable_component_tree_diffs` flag by richard-to in https://github.com/google/mesop/pull/547
* Update docs with info about state sessions by richard-to in https://github.com/google/mesop/pull/548
* Update VS Code Remote container doc by richard-to in https://github.com/google/mesop/pull/553
* Bump to v0.9.3 by richard-to in https://github.com/google/mesop/pull/558


**Full Changelog**: https://github.com/google/mesop/compare/v0.9.2...v0.9.3

0.9.2

Not secure
What's Changed
* Allow multiple selections on select box by richard-to in https://github.com/google/mesop/pull/481
* chore: fix typo in docs/index.md by simkimsia in https://github.com/google/mesop/pull/487
* Unpin deepdiff by richard-to in https://github.com/google/mesop/pull/482
* Update test command in docs by richard-to in https://github.com/google/mesop/pull/484
* Fix node_modules path in docker compose by richard-to in https://github.com/google/mesop/pull/486
* Update grpc-tools to 1.12.4 by richard-to in https://github.com/google/mesop/pull/490
* chore: fix typo in posts/why_mesop.md by simkimsia in https://github.com/google/mesop/pull/502
* Use ipv4 host if ipv6 is not available by wwwillchen in https://github.com/google/mesop/pull/497
* Add `on_blur` for input / textarea by wwwillchen in https://github.com/google/mesop/pull/517
* Add SecurityPolicy to docs by wwwillchen in https://github.com/google/mesop/pull/521
* Remove $ prefix from shell commands by wwwillchen in https://github.com/google/mesop/pull/523
* added proper example for navigate api by Rakib-hosen in https://github.com/google/mesop/pull/525
* Fix deserializing dict for stateclass by wwwillchen in https://github.com/google/mesop/pull/520
* Create InputEnterEvent which includes input value by wwwillchen in https://github.com/google/mesop/pull/522
* Fix mimetype for JS files by wwwillchen in https://github.com/google/mesop/pull/532
* Bump to v0.9.2 by wwwillchen in https://github.com/google/mesop/pull/533

New Contributors
* simkimsia made their first contribution in https://github.com/google/mesop/pull/487
* Rakib-hosen made their first contribution in https://github.com/google/mesop/pull/525

**Full Changelog**: https://github.com/google/mesop/compare/v0.9.1...v0.9.2

0.9.1

Not secure
Highlights
- Fixes to web component - improving security and DevEx
- Loosen Pydantic dependency version requirement - Pydantic v1 or v2 now works

What's Changed
* Add Python classes for uploader.md by wwwillchen in https://github.com/google/mesop/pull/462
* Add sudo support inside Docker image. by richard-to in https://github.com/google/mesop/pull/451
* fix: serialize datetime by cullenwatson in https://github.com/google/mesop/pull/411
* Ensure web component properties and event keys are safe DOM attributes by wwwillchen in https://github.com/google/mesop/pull/464
* Update README.md - add badges by wwwillchen in https://github.com/google/mesop/pull/465
* Update markdown_editor.py by MeDott29 in https://github.com/google/mesop/pull/469
* Unship editing functionality from dev tools by wwwillchen in https://github.com/google/mesop/pull/457
* Add auth example: firebase auth - Google sign-in by wwwillchen in https://github.com/google/mesop/pull/470
* Disable gzip cache for wsgi_app when prod_mode=False by wwwillchen in https://github.com/google/mesop/pull/473
* Bump to V0.9.1 by wwwillchen in https://github.com/google/mesop/pull/474

New Contributors
* cullenwatson made their first contribution in https://github.com/google/mesop/pull/411
* MeDott29 made their first contribution in https://github.com/google/mesop/pull/469

**Full Changelog**: https://github.com/google/mesop/compare/v0.9.0...v0.9.1

Page 3 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.