Mesop

Latest version: v0.6.0

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

Scan your dependencies

Page 1 of 2

0.5.6

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

0.5.5

What's Changed
* Fix issue where Mesop can't be run as a WSGI app with other CLI flags… by wwwillchen in https://github.com/google/mesop/pull/228
* Create a Mesop Demos app by wwwillchen in https://github.com/google/mesop/pull/147
* Bump gunicorn from 20.1.0 to 22.0.0 in /demo in the pip group across 1 directory by dependabot in https://github.com/google/mesop/pull/229
* Update docs to link to new demo site/code by wwwillchen in https://github.com/google/mesop/pull/233
* Add placeholder livereload_script_url arg for cli.py by wwwillchen in https://github.com/google/mesop/pull/234
* Explicitly not await pollHotReloadEndpoint (downstream sync issue) by wwwillchen in https://github.com/google/mesop/pull/235
* Fix colab_run by parsing flags by wwwillchen in https://github.com/google/mesop/pull/238
* Bump v0.5.5 by wwwillchen in https://github.com/google/mesop/pull/239


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

0.5.3

What's Changed
* Tweak input debounce to minimize chance of race condition by wwwillchen in https://github.com/google/mesop/pull/172
* Add uploader component. by richard-to in https://github.com/google/mesop/pull/124
* Change table component protos to use int32 instead of int64 by richard-to in https://github.com/google/mesop/pull/174
* Add component diffing on event responses. by richard-to in https://github.com/google/mesop/pull/167
* Use watchdog for a more robust file watching for mesop/bin by wwwillchen in https://github.com/google/mesop/pull/178
* Don't send component configs in prod mode by wwwillchen in https://github.com/google/mesop/pull/186
* Bump pydantic from 1.10.0 to 1.10.13 in /build_defs by dependabot in https://github.com/google/mesop/pull/182
* Bump pydantic from 1.10 to 1.10.13 in /mesop/pip_package by dependabot in https://github.com/google/mesop/pull/183
* Bump idna from 3.4 to 3.7 in /build_defs by dependabot in https://github.com/google/mesop/pull/181
* Bump the npm_and_yarn group across 1 directory with 21 updates by dependabot in https://github.com/google/mesop/pull/184

0.5.1

* Bump pillow from 10.2.0 to 10.3.0 in /build_defs by dependabot in https://github.com/google/mesop/pull/189
* Bump the npm_and_yarn group across 1 directory with 4 updates by dependabot in https://github.com/google/mesop/pull/190
* Bump marked from 12.0.0 to 12.0.1 in the npm_and_yarn group across 1 directory by dependabot in https://github.com/google/mesop/pull/192
* Fix bug with hot reload and component diffs by richard-to in https://github.com/google/mesop/pull/193
* Add sticky headers and columns for Table component by richard-to in https://github.com/google/mesop/pull/194
* Add `colab_show` by wwwillchen in https://github.com/google/mesop/pull/188
* Add LLM Rewriter example. by richard-to in https://github.com/google/mesop/pull/196
* Bump jinja2 from 3.1.2 to 3.1.4 in /build_defs in the pip group across 1 directory by dependabot in https://github.com/google/mesop/pull/197
* Do not show error box once error is no longer current by wwwillchen in https://github.com/google/mesop/pull/202
* Remove columns from mesop.labs.layout by wwwillchen in https://github.com/google/mesop/pull/195
* Skip flaky test for table component: sticky header & column by wwwillchen in https://github.com/google/mesop/pull/208
* Supports syntax highlighting in markdown (uses python-markdown + pygments) by wwwillchen in https://github.com/google/mesop/pull/203
* Hot reload labs component when using `mesop` CLI by wwwillchen in https://github.com/google/mesop/pull/209
* Replace hot reload mechanism by wwwillchen in https://github.com/google/mesop/pull/211
* De-emphasize visual editor since it's support is not great now by wwwillchen in https://github.com/google/mesop/pull/212
* Fix `wsgi_app` - flag parsing & singleton by wwwillchen in https://github.com/google/mesop/pull/214
* Bump to v0.5.2 by wwwillchen in https://github.com/google/mesop/pull/215
* Create code component by wwwillchen in https://github.com/google/mesop/pull/210
* Deprecate text_io and introduce text_to_text as the replacement by wwwillchen in https://github.com/google/mesop/pull/213
* Make hot reloading more robust by only watching necessary files by wwwillchen in https://github.com/google/mesop/pull/218
* Make hot reloading work with multiple clients by wwwillchen in https://github.com/google/mesop/pull/219
* Show a more informative error message if no page registered by wwwillchen in https://github.com/google/mesop/pull/220
* Redact internal & developer error messages in prod mode by wwwillchen in https://github.com/google/mesop/pull/221
* Remove unnecessary detail (event) from hot reload print by wwwillchen in https://github.com/google/mesop/pull/223
* Bump to v0.5.3 by wwwillchen in https://github.com/google/mesop/pull/222

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

**Full Changelog**: https://github.com/google/mesop/compare/v0.5...v0.5.3

0.5

Highlights

- The underlying Mesop Angular app is now compiled using Angular production mode when running Mesop in prod mode. This improves performance and the overall production readiness of deploying Mesop apps!

What's Changed
* Add copybara strip comments for safe_iframe.ts by wwwillchen in https://github.com/google/mesop/pull/153
* Add docs for embed by wwwillchen in https://github.com/google/mesop/pull/154
* Fix angular material colors for M3 by wwwillchen in https://github.com/google/mesop/pull/155
* Support dict for dataclass_with_defaults (used by stateclass) by wwwillchen in https://github.com/google/mesop/pull/162
* Create optimized / prod-Angular app for prod mode by wwwillchen in https://github.com/google/mesop/pull/157
* Add e2e tests by wwwillchen in https://github.com/google/mesop/pull/163
* Tweak docs/index.md to highlight value prop by wwwillchen in https://github.com/google/mesop/pull/169
* Cut v0.5 release by wwwillchen in https://github.com/google/mesop/pull/170


**Full Changelog**: https://github.com/google/mesop/compare/v0.4.2...v0.5

0.4.2

What's Changed
* Add a text to image IO function. by richard-to in https://github.com/google/mesop/pull/99
* Switch to ipv6 host by wwwillchen in https://github.com/google/mesop/pull/91
* Add simple chat widget function. by richard-to in https://github.com/google/mesop/pull/100
* Add basic table with Pandas support by richard-to in https://github.com/google/mesop/pull/103
* Update development.md to reference cli.venv by wwwillchen in https://github.com/google/mesop/pull/108
* Add __version__ attribute so Mesop users can easily tell which version of Mesop they're using by wwwillchen in https://github.com/google/mesop/pull/112
* Make MesopException the parent class of more specific mesop exceptions & expose as public API by wwwillchen in https://github.com/google/mesop/pull/113
* Update hot reloading logic in execute_module.py by richard-to in https://github.com/google/mesop/pull/116
* Update BUILD in pip_package to not directly reference rules_python by wwwillchen in https://github.com/google/mesop/pull/120
* Create shorthands for Margin, Padding, and Border by wwwillchen in https://github.com/google/mesop/pull/122
* Make it so wide code examples do not overflow. by richard-to in https://github.com/google/mesop/pull/127
* Fix setup_proto_py_modules.sh by wwwillchen in https://github.com/google/mesop/pull/130
* Fix imports when using mesop CLI bin.py by wwwillchen in https://github.com/google/mesop/pull/129
* Fix state serialization bug with pandas.DataFrame. by richard-to in https://github.com/google/mesop/pull/126
* Add on table cell click event by richard-to in https://github.com/google/mesop/pull/125
* Plumb style for markdown by wwwillchen in https://github.com/google/mesop/pull/132
* Support style for button by wwwillchen in https://github.com/google/mesop/pull/133
* Support style for checkbox and radio by wwwillchen in https://github.com/google/mesop/pull/134
* Update default UI for radio component by wwwillchen in https://github.com/google/mesop/pull/131
* Increase timeout in chat_test due to flakiness by wwwillchen in https://github.com/google/mesop/pull/137
* Improve DevEx for hot reloading: show errors from hot reloading right away by wwwillchen in https://github.com/google/mesop/pull/135
* Move ng_deps = [//mesop/web/src/utils] to components/defs.bzl since most components will need it by wwwillchen in https://github.com/google/mesop/pull/144
* Add aspect_ratio and overflow_wrap to Style by wwwillchen in https://github.com/google/mesop/pull/136
* Deflakes chat_test.ts by wwwillchen in https://github.com/google/mesop/pull/145
* Add embed (iframe) component (closes 140) by wwwillchen in https://github.com/google/mesop/pull/143
* Rename simple{_test} -> many_checkboxes{_test} & deflake by reducing of checkboxes by wwwillchen in https://github.com/google/mesop/pull/146
* Fix version.py so pip_package works by wwwillchen in https://github.com/google/mesop/pull/139


**Full Changelog**: https://github.com/google/mesop/compare/v0.4.1...v0.4.2

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.