Mesop

Latest version: v0.12.9

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

Scan your dependencies

Page 4 of 6

0.9.0

Not secure
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 https://github.com/google/mesop/pull/402
* Inline theme.scss to avoid deps issue downstream by wwwillchen in https://github.com/google/mesop/pull/406
* Add steps to install playwright in .devcontainer.json by richard-to in https://github.com/google/mesop/pull/404
* Add utils dep to shell/BUILD to avoid implicit transitive dep by wwwillchen in https://github.com/google/mesop/pull/408
* Add `html` component by wwwillchen in https://github.com/google/mesop/pull/237
* Implement autoplay option for audio component by T-Zaid in https://github.com/google/mesop/pull/398
* Bump the npm_and_yarn group across 1 directory with 4 updates by dependabot in https://github.com/google/mesop/pull/419
* Correct the Python version requirement for pip package by wwwillchen in https://github.com/google/mesop/pull/424
* Fix steps in installing.md by wwwillchen in https://github.com/google/mesop/pull/426
* Remove generator code + angular_components git submodule by wwwillchen in https://github.com/google/mesop/pull/425
* Add guide for debugging with Mesop by wwwillchen in https://github.com/google/mesop/pull/427
* added base64 by zacharias1219 in https://github.com/google/mesop/pull/415
* Support web components (MVP for labs) by wwwillchen in https://github.com/google/mesop/pull/416
* Fix property access for MesopEvent by wwwillchen in https://github.com/google/mesop/pull/454
* Make insert_web_component kw_args only by wwwillchen in https://github.com/google/mesop/pull/458
* Bump to v0.9.0 by wwwillchen in https://github.com/google/mesop/pull/459

New Contributors
* T-Zaid made their first contribution in https://github.com/google/mesop/pull/398
* zacharias1219 made their first contribution in https://github.com/google/mesop/pull/415

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

0.8.0

Not secure
What's Changed
* Minor updates to demos and labs.chat by richard-to in https://github.com/google/mesop/pull/339
* Allow demo app to be iframed by Google Github site by wwwillchen in https://github.com/google/mesop/pull/341
* Allow all demo sub-pages to be iframed by Google Github site by wwwillchen in https://github.com/google/mesop/pull/342
* Improve CSS for search button by wwwillchen in https://github.com/google/mesop/pull/349
* Update text_io usage to text_to_text by richard-to in https://github.com/google/mesop/pull/362
* Add devcontainer support for Mesop dev. by richard-to in https://github.com/google/mesop/pull/363
* Bump the npm_and_yarn group across 1 directory with 11 updates by dependabot in https://github.com/google/mesop/pull/325
* modified the capitalize_first_letter function by djm93dev in https://github.com/google/mesop/pull/369
* Provide an `on_load` hook for page load by wwwillchen in https://github.com/google/mesop/pull/318
* Only show channel progress indicator if it's taking >500ms to avoid jarring UX by wwwillchen in https://github.com/google/mesop/pull/372
* Format GitHub issue templates by wwwillchen in https://github.com/google/mesop/pull/376
* Remove DEV_SERVER_HOST by wwwillchen in https://github.com/google/mesop/pull/378
* Ensure stack trace does not show stale code by wwwillchen in https://github.com/google/mesop/pull/375
* Revamp docs: create an API reference section by wwwillchen in https://github.com/google/mesop/pull/377
* Add docs on contributing by wwwillchen in https://github.com/google/mesop/pull/381
* Add steps for creating an RC for pip publishing process by wwwillchen in https://github.com/google/mesop/pull/382
* Pick Material 3 color palette by hand by wwwillchen in https://github.com/google/mesop/pull/384
* Revamp docs: getting started + guides + FAQ by wwwillchen in https://github.com/google/mesop/pull/383
* Support responsive/adaptive design with viewport size by wwwillchen in https://github.com/google/mesop/pull/379
* Update is same site by djm93dev in https://github.com/google/mesop/pull/386
* Integrate scroll to feature with chat demos by richard-to in https://github.com/google/mesop/pull/390
* chore: update WORKSPACE by eltociear in https://github.com/google/mesop/pull/396
* Fix double-registration of stateclass when --reload_demo_modules by wwwillchen in https://github.com/google/mesop/pull/394
* Improve state performance by diffing state by richard-to in https://github.com/google/mesop/pull/389
* Use default factory to in notes for markdown demo by richard-to in https://github.com/google/mesop/pull/393
* Configure custom fonts/stylesheets instead of hardcoding by wwwillchen in https://github.com/google/mesop/pull/395
* Set viewport size for all user events by wwwillchen in https://github.com/google/mesop/pull/399
* Create a more visual home page for demo gallery by wwwillchen in https://github.com/google/mesop/pull/374
* Bump to v0.8.0 by wwwillchen in https://github.com/google/mesop/pull/400

New Contributors
* djm93dev made their first contribution in https://github.com/google/mesop/pull/369
* eltociear made their first contribution in https://github.com/google/mesop/pull/396

**Full Changelog**: https://github.com/google/mesop/compare/v0.7.2...v0.8.0

0.7.2

Not secure
Small release to fix deployments on Cloud Run

What's Changed
* Disable Flask reloader by wwwillchen in https://github.com/google/mesop/pull/332
* Check is same site instead of same origin for CSRF check by wwwillchen in https://github.com/google/mesop/pull/335
* Bump to v0.7.2 by wwwillchen in https://github.com/google/mesop/pull/336


**Full Changelog**: https://github.com/google/mesop/compare/v0.7.1...v0.7.2

0.7.1

Not secure
Highlights

- Improved web security (CSRF)
- Upgraded to Angular v18

What's Changed
* Add basic animation demo by richard-to in https://github.com/google/mesop/pull/282
* Upgrade ruff pre-commit hook by wwwillchen in https://github.com/google/mesop/pull/272
* Disable gzip in cache in editor mode to make component development easier by wwwillchen in https://github.com/google/mesop/pull/288
* Setup APIs to allow custom component downstream by wwwillchen in https://github.com/google/mesop/pull/287
* Fix live reload for downstream by wwwillchen in https://github.com/google/mesop/pull/292
* Deflake web_security_test by wwwillchen in https://github.com/google/mesop/pull/293
* Update CSP to allow images to load from http (which is a common use c… by wwwillchen in https://github.com/google/mesop/pull/294
* Bump requests from 2.31.0 to 2.32.0 in /build_defs in the pip group across 1 directory by dependabot in https://github.com/google/mesop/pull/295
* Add some new style properties to the Style class by richard-to in https://github.com/google/mesop/pull/300
* Allow user to set value for slider. by richard-to in https://github.com/google/mesop/pull/307
* Add some new style properties by richard-to in https://github.com/google/mesop/pull/306
* Update development.md with Bazel clean tip by wwwillchen in https://github.com/google/mesop/pull/309
* Enable allow-listing parent origins for iframing by wwwillchen in https://github.com/google/mesop/pull/308
* Protect against CSRF by checking origin of POST request by wwwillchen in https://github.com/google/mesop/pull/313
* Improve our internal documentation by wwwillchen in https://github.com/google/mesop/pull/314
* Add an on_enter handler for input type components by orangerd in https://github.com/google/mesop/pull/296
* Add `scroll_into_view` command by wwwillchen in https://github.com/google/mesop/pull/315
* Create an editor_cli target to make edit/refresh cycle faster by wwwillchen in https://github.com/google/mesop/pull/316
* Remove dev mode and make non-prod CLI mode hot reload by wwwillchen in https://github.com/google/mesop/pull/317
* Fix scroll_into_view when used in generator fn and update API to require key as keyword arg by wwwillchen in https://github.com/google/mesop/pull/323
* bump angular to v18 by wwwillchen in https://github.com/google/mesop/pull/319
* bump to v0.7.0 (+ minor internal doc changes) by wwwillchen in https://github.com/google/mesop/pull/326
* Fix CSRF & bump to v0.7.1 by wwwillchen in https://github.com/google/mesop/pull/328

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

**Full Changelog**: https://github.com/google/mesop/compare/v0.6.0...v0.7.1

0.6.0

Not secure
Highlights
* Adopts many web security best practices
* Improved performance

What's Changed
* Add blog post for Why Mesop by wwwillchen in https://github.com/google/mesop/pull/165
* Add link to Colab notebook by wwwillchen in https://github.com/google/mesop/pull/253
* Create a demo page to iframe the demo site & update demo links by wwwillchen in https://github.com/google/mesop/pull/252
* Make labs.chat text easier to read by wwwillchen in https://github.com/google/mesop/pull/254
* Fix docs reference to demo page on GitHub pages by moving to /mesop/demo.md by wwwillchen in https://github.com/google/mesop/pull/257
* Polish the editor/devtools UX by wwwillchen in https://github.com/google/mesop/pull/258
* Support style property for slider by wwwillchen in https://github.com/google/mesop/pull/259
* Fix hot reloading for demo when using Bazel CLI by wwwillchen in https://github.com/google/mesop/pull/255
* Allow user to toggle preview fullscreen by wwwillchen in https://github.com/google/mesop/pull/256
* Fix demo setup for docs by wwwillchen in https://github.com/google/mesop/pull/260
* Change demo iframe src to absolute path by wwwillchen in https://github.com/google/mesop/pull/262
* Implement gzipping for static file serving by wwwillchen in https://github.com/google/mesop/pull/261
* Fix code demo rendering. by richard-to in https://github.com/google/mesop/pull/264
* Fix select demo rendering. by richard-to in https://github.com/google/mesop/pull/265
* Update slider widths in LLM Playground by richard-to in https://github.com/google/mesop/pull/263
* Setup reasonable default web security policies by wwwillchen in https://github.com/google/mesop/pull/270
* Stop sending component configs with every render event in Editor mode by wwwillchen in https://github.com/google/mesop/pull/273
* Remove click event on modal bg for LLM Playground. by richard-to in https://github.com/google/mesop/pull/267
* Fix path by wwwillchen in https://github.com/google/mesop/pull/284
* Bump to v0.6.0 by wwwillchen in https://github.com/google/mesop/pull/277


**Full Changelog**: https://github.com/google/mesop/compare/v0.5.6...v0.6.0

0.5.6

Not secure
What's Changed
* Add markdown editor example by richard-to in https://github.com/google/mesop/pull/243
* Fix colab_run.py to safely mark flags as parsed by wwwillchen in https://github.com/google/mesop/pull/246
* Bump to v0.5.6 by wwwillchen in https://github.com/google/mesop/pull/247
* Add LLM Playground example by richard-to in https://github.com/google/mesop/pull/242
* Fix code block rendering in demo app by richard-to in https://github.com/google/mesop/pull/250


**Full Changelog**: https://github.com/google/mesop/compare/v0.5.5...v0.5.6

Page 4 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.