Releases: simonsobs/nextline-web
v0.11.0
What's Changed
The app starts much faster than the previous releases. The app was slow to start because Monaco Editor is big, and it takes time to download to the browser, particularly on mobile. The release doesn't download Monaco Editor until needed. The contents that don't require Monaco Editor are shown while Monaco Editor is downloaded.
It is around four to five times faster:
nextline-web | LCP | DCL | FCP |
---|---|---|---|
v0.10.5 | 1.47s | 991.37ms | 1.42s |
v0.10.3 | 5.96s | 5.38s | 5.85s |
Changes π
- Use Provide / Inject for color themes by @TaiSakuma in #95
- Delay downloading Monaco Editor until needed by @TaiSakuma in #96
Full Changelog: v0.10.4...v0.11.0
v0.10.4
This release fix the issue #93 by downgrading the Vuetify version.
What's Changed
Changes π
- Split the bundled
index-xxx.js
file into chunks for speed by @TaiSakuma in #92 - Downgrade
vuetify
to 3.7.3 by @TaiSakuma in #94
Full Changelog: v0.10.3...v0.10.4
v0.10.3
What's Changed
Changes π
- Upgrade package dependencies by @TaiSakuma in #91
Full Changelog: v0.10.2...v0.10.3
v0.10.2
What's Changed
Changes π
- Revert two commits by @TaiSakuma in #89
- Update
yarn.lock
by @TaiSakuma in #90
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
Changes π
- Add example tests by @TaiSakuma in #85
- Skip a test by @TaiSakuma in #86
- Update the base image to
node:22.14-alpine
inDockerfile
by @TaiSakuma in #87 - Update
yarn.lock
by @TaiSakuma in #88
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
Changes π
- Add scheduler preview by @TaiSakuma in #83
- Fix capitalization of
Interrupt
by @TaiSakuma in #84
Full Changelog: v0.9.13...v0.10.0
v0.9.13
What's Changed
Changes π
- Move the "Interrupt" button to the dropdown menu by @TaiSakuma in #81
Full Changelog: v0.9.12...v0.9.13
v0.9.12
This release fixes the pagination issue on the history page.
What's Changed
Changes π
- Downgrade
@urql/vue
from^1.4.1
to1.3.2
by @TaiSakuma in #79
Full Changelog: v0.9.11...v0.9.12
v0.9.11
What's Changed
Changes π
- Correct a dialog message by @TaiSakuma in #77
Full Changelog: v0.9.10...v0.9.11
v0.9.10
What's Changed
Changes π
- Place the loading progress bar at the center by @TaiSakuma in #72
- Upgrade urql and fix related type errors by @TaiSakuma in #73
- Rerun codegen by @TaiSakuma in #74
- Add confirmation dialogs for "interrupt", "terminate" and "kill" by @TaiSakuma in #75
Full Changelog: v0.9.9...v0.9.10