Mesop

Latest version: v0.12.9

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

Scan your dependencies

Page 2 of 6

0.12.3

Not secure
What's Changed
* Fix typo in input.py by wwwillchen in https://github.com/google/mesop/pull/830
* Migrates ai/docbot to uv to manage dependencies by wwwillchen in https://github.com/google/mesop/pull/832
* install uv (instead of pip install) for deploying docbot on GitHub actions by wwwillchen in https://github.com/google/mesop/pull/833
* Add more style properties by wwwillchen in https://github.com/google/mesop/pull/831
* Support functools.partial for event handlers by wwwillchen in https://github.com/google/mesop/pull/789
* Fix pyproject.toml so docbot can build with uv by wwwillchen in https://github.com/google/mesop/pull/834
* Export `create_wsgi_app` so Mesop apps can be mounted to other servers by wwwillchen in https://github.com/google/mesop/pull/835
* Create autocomplete for editor toolbar by wwwillchen in https://github.com/google/mesop/pull/836
* Stream generate response to UI by wwwillchen in https://github.com/google/mesop/pull/837
* Fix docbot deployment by wwwillchen in https://github.com/google/mesop/pull/839
* Fix docbot by using pre-uv commands by wwwillchen in https://github.com/google/mesop/pull/843
* Fix docbot Dockerfile by wwwillchen in https://github.com/google/mesop/pull/845
* Add hotkeys and async action web component examples. by richard-to in https://github.com/google/mesop/pull/846
* Remove use of 100vh from chat component by richard-to in https://github.com/google/mesop/pull/841
* Adds app url for mesop app maker. by richard-to in https://github.com/google/mesop/pull/842
* Editor toolbar: scope prompt to specific component by wwwillchen in https://github.com/google/mesop/pull/850
* Make pip.sh faster with `uv` and easier to use with explicit steps by wwwillchen in https://github.com/google/mesop/pull/851
* Add ~20 fine-tuning examples and switch to new ft model by wwwillchen in https://github.com/google/mesop/pull/853
* Fix selected component logic in editor toolbar by wwwillchen in https://github.com/google/mesop/pull/856
* Show progress bar in editor toolbar progress dialog & change dialog title by wwwillchen in https://github.com/google/mesop/pull/857
* Persist prompt interactions into sessionStorage by wwwillchen in https://github.com/google/mesop/pull/858
* Prevent user from sending another prompt while one is in progress by wwwillchen in https://github.com/google/mesop/pull/859
* Require prompt minimum length (4 chars) by wwwillchen in https://github.com/google/mesop/pull/860
* Propagate and display error messages for editor toolbar services by wwwillchen in https://github.com/google/mesop/pull/861
* Fix heuristics in get_app_caller_source_code_location by wwwillchen in https://github.com/google/mesop/pull/862
* Fix dark theme for code mirror by wwwillchen in https://github.com/google/mesop/pull/863
* Use smaller prompt context for new ft model by wwwillchen in https://github.com/google/mesop/pull/867
* Automate showcase deployment by wwwillchen in https://github.com/google/mesop/pull/873
* Fix showcase deployment script by wwwillchen in https://github.com/google/mesop/pull/875
* Fix deployment script for showcase by wwwillchen in https://github.com/google/mesop/pull/877
* Refactor `ai/` to share code between service & scripts by wwwillchen in https://github.com/google/mesop/pull/874
* Show toolbar expanded by default by wwwillchen in https://github.com/google/mesop/pull/880
* Fix evaluate_run.py after refactoring by wwwillchen in https://github.com/google/mesop/pull/884
* Polish editor toolbar and AI service by wwwillchen in https://github.com/google/mesop/pull/885
* Plumb experimental editor toolbar env var to client-side by wwwillchen in https://github.com/google/mesop/pull/879
* Style API tweaks by wwwillchen in https://github.com/google/mesop/pull/881
* Clean up printing for experiments by wwwillchen in https://github.com/google/mesop/pull/889
* Bump to v0.12.3 and clean-up scripts & docs by wwwillchen in https://github.com/google/mesop/pull/890


**Full Changelog**: https://github.com/google/mesop/compare/v0.12.2...v0.12.3

0.12.2

Not secure
What's Changed
* Guard new server routes behind `MESOP_EXPERIMENTAL_EDITOR_TOOLBAR` env var by wwwillchen in https://github.com/google/mesop/pull/828
* Bump to v0.12.2 by wwwillchen in https://github.com/google/mesop/pull/829


**Full Changelog**: https://github.com/google/mesop/compare/v0.12.1...v0.12.2

0.12.1

Not secure
What's Changed
* Bump to v0.12.0 (and fix smoketest app) by wwwillchen in https://github.com/google/mesop/pull/792
* Add import hook in shell.ts for downstream sync by wwwillchen in https://github.com/google/mesop/pull/793
* Remove unused animations import by wwwillchen in https://github.com/google/mesop/pull/794
* Rename CSS classname: markdown to error-box-markdown by wwwillchen in https://github.com/google/mesop/pull/795
* Add testing guide by wwwillchen in https://github.com/google/mesop/pull/796
* Improve guide docs and include layouts colab by wwwillchen in https://github.com/google/mesop/pull/797
* Ensure DOM state is reset across pages by wwwillchen in https://github.com/google/mesop/pull/798
* docbot: do direct retrieval for input by wwwillchen in https://github.com/google/mesop/pull/799
* Fix biome by removing erroneous biome dependency by wwwillchen in https://github.com/google/mesop/pull/801
* Rename query_params.md -> query-params.md for consistency by wwwillchen in https://github.com/google/mesop/pull/802
* Tighten event type in `register_event_handler` by malmaud in https://github.com/google/mesop/pull/808
* Support non-generating coroutines as event handlers. by malmaud in https://github.com/google/mesop/pull/807
* [UI change] Remove label for uploader button. by richard-to in https://github.com/google/mesop/pull/815
* Allow sets in State classes. by richard-to in https://github.com/google/mesop/pull/817
* Create scripts for generating a better prompt context by wwwillchen in https://github.com/google/mesop/pull/800
* Create fine-tuning dataset & eval tools by wwwillchen in https://github.com/google/mesop/pull/812
* Add MESOP_STATE_SESSION_BACKEND_SQL_CONNECTION_URI to config docs. by richard-to in https://github.com/google/mesop/pull/824
* Refactor some code duplication from diff.ts by richard-to in https://github.com/google/mesop/pull/825
* Create experimental visual editor toolbar & services by wwwillchen in https://github.com/google/mesop/pull/821
* Add script for add code/api snippets into docs. by richard-to in https://github.com/google/mesop/pull/823
* Bump to v0.12.1 by wwwillchen in https://github.com/google/mesop/pull/826

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

**Full Changelog**: https://github.com/google/mesop/compare/v0.12.0...v0.12.1

0.12.0

Not secure
What's Changed
* Create showcase app by wwwillchen in https://github.com/google/mesop/pull/747
* Deflake theme_density_test by wwwillchen in https://github.com/google/mesop/pull/752
* Redirect showcase page directly to hf spaces; otherwise links don't work by wwwillchen in https://github.com/google/mesop/pull/756
* Support async await in event handlers by wwwillchen in https://github.com/google/mesop/pull/749
* Fine-tune UI for showcase by wwwillchen in https://github.com/google/mesop/pull/757
* Add a framework comparison doc by wwwillchen in https://github.com/google/mesop/pull/639
* Fix links in comparison.md by wwwillchen in https://github.com/google/mesop/pull/759
* Update home page - show overlay button to open demo gallery button in… by wwwillchen in https://github.com/google/mesop/pull/760
* Show an error dialog if web component is not registered by wwwillchen in https://github.com/google/mesop/pull/754
* Set web component as properties, not attributes [breaking change] by wwwillchen in https://github.com/google/mesop/pull/753
* Update link to page docs by wwwillchen in https://github.com/google/mesop/pull/779
* Deflake theme density test by wwwillchen in https://github.com/google/mesop/pull/780
* Create & integrate RAG-based docs chatbot by wwwillchen in https://github.com/google/mesop/pull/771
* Deploy docbot via GitHub actions by wwwillchen in https://github.com/google/mesop/pull/782
* docbot: do hybrid search by wwwillchen in https://github.com/google/mesop/pull/783
* Fix up docbot - pass llm arg for QueryFusionRetriever by wwwillchen in https://github.com/google/mesop/pull/785
* Proper child reconciliation for web components with slots. by wwwillchen in https://github.com/google/mesop/pull/762
* Fix race condition where the error box didn't always display by wwwillchen in https://github.com/google/mesop/pull/788


**Full Changelog**: https://github.com/google/mesop/compare/v0.11.1...v0.12.0

0.11.1

Not secure
What's Changed
* Fix image reference for web components troubleshooting doc by wwwillchen in https://github.com/google/mesop/pull/742
* Adds note on adding `firebase-admin` to `requirements.txt`, in the `Auth` guide by KPSawhney in https://github.com/google/mesop/pull/737
* Fix issues with autocomplete for downstream sync by wwwillchen in https://github.com/google/mesop/pull/743
* Add pointer-events and place-items to styles. by richard-to in https://github.com/google/mesop/pull/736
* Remove catch clause for dynamic import promise (use default browser console error messages) by wwwillchen in https://github.com/google/mesop/pull/744
* Allow absolute URL navigation by wwwillchen in https://github.com/google/mesop/pull/748
* Support query params by wwwillchen in https://github.com/google/mesop/pull/676
* Bump to v0.11.1 by wwwillchen in https://github.com/google/mesop/pull/750

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

**Full Changelog**: https://github.com/google/mesop/compare/v0.11.0...v0.11.1

0.11.0

Not secure
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](https://google.github.io/mesop/web-components/troubleshooting/)

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

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.