Skip to content

Commit

Permalink
Update py-shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Apr 26, 2024
1 parent b403cab commit ddc15ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/py-shiny
Submodule py-shiny updated 52 files
+15 −0 CHANGELOG.md
+1 −1 Makefile
+1 −2 examples/moduleapp/app.py
+1 −1 shiny/__init__.py
+9 −9 shiny/_app.py
+3 −2 shiny/_typing_extensions.py
+1 −2 shiny/api-examples/Module/app-core.py
+63 −0 shiny/api-examples/theme/_purgecss.py
+28 −0 shiny/api-examples/theme/app-core-remote.py
+30 −0 shiny/api-examples/theme/app-core-shinyswatch.py
+32 −0 shiny/api-examples/theme/app-core.py
+25 −0 shiny/api-examples/theme/app-express-remote.py
+27 −0 shiny/api-examples/theme/app-express-shinyswatch.py
+27 −0 shiny/api-examples/theme/app-express.py
+8 −0 shiny/api-examples/theme/css/bootswatch-minty.min.css
+2 −0 shiny/experimental/ui/_deprecated.py
+2 −0 shiny/express/__init__.py
+0 −51 shiny/express/_mock_session.py
+36 −0 shiny/express/_module.py
+9 −9 shiny/express/_run.py
+160 −0 shiny/express/_stub_session.py
+15 −0 shiny/express/ui/_page.py
+5 −5 shiny/reactive/_reactives.py
+2 −18 shiny/render/_data_frame.py
+2 −1 shiny/render/_data_frame_utils/_datagridtable.py
+2 −2 shiny/render/_data_frame_utils/_selection.py
+4 −4 shiny/render/_render.py
+28 −10 shiny/render/renderer/_renderer.py
+1 −1 shiny/render/transformer/_transformer.py
+450 −261 shiny/session/_session.py
+1 −1 shiny/session/_utils.py
+1 −1 shiny/ui/_accordion.py
+37 −3 shiny/ui/_html_deps_external.py
+1 −1 shiny/ui/_input_update.py
+4 −2 shiny/ui/_modal.py
+1 −1 shiny/ui/_notification.py
+95 −4 shiny/ui/_page.py
+1 −1 shiny/ui/_progress.py
+1 −1 shiny/ui/_sidebar.py
+1 −1 shiny/www/shared/_version.json
+1 −1 shiny/www/shared/bootstrap/_version.json
+0 −2 shiny/www/shared/bootstrap/bootstrap.min.css
+0 −2 shiny/www/shared/ionrangeslider/css/ion.rangeSlider.css
+3 −3 shiny/www/shared/shiny.js
+2 −2 shiny/www/shared/shiny.js.map
+1 −1 shiny/www/shared/shiny.min.js
+2 −2 shiny/www/shared/shiny.min.js.map
+2 −0 tests/playwright/shiny/deprecated/output_transformer/test_output_transformer_example.py
+ tests/playwright/shiny/plot-sizing/bike.jpg
+2 −0 tests/playwright/shiny/server/output_transformer/test_output_transformer_async.py
+2 −23 tests/playwright/utils/deploy_utils.py
+10 −5 tests/pytest/test_modules.py
4 changes: 2 additions & 2 deletions shinylive_lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"shiny": {
"name": "shiny",
"version": "0.9.0",
"filename": "shiny-0.9.0-py3-none-any.whl",
"version": "0.9.0.9000",
"filename": "shiny-0.9.0.9000-py3-none-any.whl",
"sha256": null,
"url": null,
"depends": [
Expand Down

0 comments on commit ddc15ed

Please sign in to comment.