Releases: whitphx/stlite
Releases Β· whitphx/stlite
v0.76.1
What's Changed
π Updates
- Update README.md for the ESM version of the browser (ex. mountable) package by @whitphx in #1216
- Update the HTML exporter for the new API by @whitphx in #1213
- Update ShareModalContent.tsx link by @whitphx in #1247
- Bump @lerna-lite/cli from 3.4.0 to 3.11.0 by @dependabot in #1251
- Set uv version in the CI workflows as !=0.5.17 by @whitphx in #1257
- refactor(sharing-editor): migrate from runtypes to superstruct by @devin-ai-integration in #1255
- Bump superstruct from 1.0.4 to 2.0.2 by @dependabot in #1253
- Use classic workers in production for the cross origin worker trick on a page loaded via file:// scheme by @whitphx in #1258
Full Changelog: v0.76.0...v0.76.1
v0.76.0-alpha.3
What's Changed
π Updates
- Fix Makefile sentinel targets for nested paths by @devin-ai-integration in #1208
- Fix packages/sharing/public/manifest.json by @whitphx in #1210
- Fix Makefile targets to use the find command by @whitphx in #1209
- Update Streamlit to 1.41.0 by @whitphx in #1199
- Bump rollup from 4.21.3 to 4.30.1 in the npm_and_yarn group by @dependabot in #1212
- Disable sourcemap in @stlite/desktop by @whitphx in #1214
- Fix IPC message name by @whitphx in #1211
- Remove eslint-webpack-plugin, which is no longer necessary by @whitphx in #1215
- Update CrossOriginWorker to work with type=module by @whitphx in #1219
- Bump usehooks-ts from 2.15.1 to 3.1.0 by @dependabot in #1220
- Bump @types/jsdom from 20.0.1 to 21.1.7 by @dependabot in #1222
- Bump wait-on from 7.2.0 to 8.0.1 by @dependabot in #1221
- Fix/sharing editor npm scritps by @whitphx in #1226
- Set makefile.configureOnOpen = false by @whitphx in #1227
- Dev/uncommit proto by @whitphx in #1225
- Update react-toastify to v11 by @whitphx in #1228
- Update ts-proto by @whitphx in #1230
- Fix desktop/vite.config.js by @whitphx in #1229
- Fix ErrorToastContent layout by @whitphx in #1232
- Fix/desktop worker by @whitphx in #1231
- Remove the hash part from bundled *.whl files by @whitphx in #1233
- Bump react-icons from 5.0.1 to 5.4.0 by @dependabot in #1236
- Bump node-html-parser from 6.1.13 to 7.0.1 by @dependabot in #1238
- Bump @types/path-browserify from 1.0.2 to 1.0.3 by @dependabot in #1237
- Bump react-router-dom from 6.21.1 to 7.1.1 by @dependabot in #1235
- Update Electron to 33 by @whitphx in #1240
- Dev/remove make sentinel dir from git by @whitphx in #1241
- Remove the care for .gitignore from Makefile by @whitphx in #1242
- Fix/rename mountable by @whitphx in #1243
- Update the streamlit submodule by @whitphx in #1244
New Contributors
- @devin-ai-integration made their first contribution in #1208
Full Changelog: v0.75.0...v0.76.0-alpha.3
v0.76.0
What's Changed
π Updates
- Fix Makefile sentinel targets for nested paths by @devin-ai-integration in #1208
- Fix packages/sharing/public/manifest.json by @whitphx in #1210
- Fix Makefile targets to use the find command by @whitphx in #1209
- Update Streamlit to 1.41.0 by @whitphx in #1199
- Bump rollup from 4.21.3 to 4.30.1 in the npm_and_yarn group by @dependabot in #1212
- Disable sourcemap in @stlite/desktop by @whitphx in #1214
- Fix IPC message name by @whitphx in #1211
- Remove eslint-webpack-plugin, which is no longer necessary by @whitphx in #1215
- Update CrossOriginWorker to work with type=module by @whitphx in #1219
- Bump usehooks-ts from 2.15.1 to 3.1.0 by @dependabot in #1220
- Bump @types/jsdom from 20.0.1 to 21.1.7 by @dependabot in #1222
- Bump wait-on from 7.2.0 to 8.0.1 by @dependabot in #1221
- Fix/sharing editor npm scritps by @whitphx in #1226
- Set makefile.configureOnOpen = false by @whitphx in #1227
- Dev/uncommit proto by @whitphx in #1225
- Update react-toastify to v11 by @whitphx in #1228
- Update ts-proto by @whitphx in #1230
- Fix desktop/vite.config.js by @whitphx in #1229
- Fix ErrorToastContent layout by @whitphx in #1232
- Fix/desktop worker by @whitphx in #1231
- Remove the hash part from bundled *.whl files by @whitphx in #1233
- Bump react-icons from 5.0.1 to 5.4.0 by @dependabot in #1236
- Bump node-html-parser from 6.1.13 to 7.0.1 by @dependabot in #1238
- Bump @types/path-browserify from 1.0.2 to 1.0.3 by @dependabot in #1237
- Bump react-router-dom from 6.21.1 to 7.1.1 by @dependabot in #1235
- Update Electron to 33 by @whitphx in #1240
- Dev/remove make sentinel dir from git by @whitphx in #1241
- Remove the care for .gitignore from Makefile by @whitphx in #1242
- Fix/rename mountable by @whitphx in #1243
- Update the streamlit submodule by @whitphx in #1244
New Contributors
- @devin-ai-integration made their first contribution in #1208
Full Changelog: v0.75.0...v0.76.0
v0.75.0
What's Changed
π Updates
- Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group by @dependabot in #1201
- Feature/mountable shared worker by @whitphx in #1207
Full Changelog: v0.74.0...v0.75.0
v0.74.0
What's Changed
π Updates
- Set the submodule permission in the dev container by @whitphx in #1194
- Bump astral-sh/setup-uv from 3 to 4 by @dependabot in #1195
- Improve 000_intro/streamlit_app.py by @whitphx in #1202
- Fix the debug comment embedded into the exported html by @whitphx in #1205
- Feature/shared worker by @whitphx in #1193
- Bump astral-sh/setup-uv from 4 to 5 by @dependabot in #1204
Full Changelog: v0.73.1...v0.74.0
v0.73.1
What's Changed
π Updates
- Bump postcss from 8.4.47 to 8.4.48 in the npm_and_yarn group by @dependabot in #1189
- Fix yarn_install make rule by @whitphx in #1188
- Bump postcss from 8.4.48 to 8.4.49 in the npm_and_yarn group by @dependabot in #1191
- Fix Content-Disposition header parser by @whitphx in #1192
Full Changelog: v0.73.0...v0.73.1
v0.73.0
What's Changed
π Updates
- Set webpack version as 5.94.0 by @whitphx in #1179
- Bump http-proxy-middleware from 2.0.6 to 2.0.7 in the npm_and_yarn group by @dependabot in #1182
- Dev/streamlit 1.40.1 by @whitphx in #1187
Full Changelog: v0.72.1...v0.73.0