Skip to content

Releases: simonsobs/nextline-web

v1.0.4

25 Sep 17:25
Compare
Choose a tag to compare

What's Changed

Changes 🚀

Full Changelog: v1.0.3...v1.0.4

v1.0.3

22 Sep 16:28
Compare
Choose a tag to compare

What's Changed

Changes 🚀

Full Changelog: v1.0.2...v1.0.3

v1.0.2

13 Sep 00:02
Compare
Choose a tag to compare

What's Changed

Changes 🚀

Full Changelog: v1.0.1...v1.0.2

v1.0.1

28 Aug 20:41
Compare
Choose a tag to compare

What's Changed

Changes 🚀

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Apr 14:58
Compare
Choose a tag to compare

No changes in the code from v0.11.4.

Full Changelog: v0.11.4...v1.0.0

v0.11.4

18 Apr 18:04
Compare
Choose a tag to compare

What's Changed

The monaco editor on the history tab is long enough to show all lines of the code at once — no nested scroll.
While the monaco editor is being loaded, the code is displayed in simple <pre>.

Changes 🚀

  • Show all lines of code in the monaco editor without overflow on the history tab by @TaiSakuma in #108

Full Changelog: v0.11.3...v0.11.4

v0.11.3

08 Apr 20:33
Compare
Choose a tag to compare

What's Changed

Changes 🚀

Full Changelog: v0.11.2...v0.11.3

v0.11.2

04 Apr 17:52
Compare
Choose a tag to compare

What's Changed

Changes 🚀

Full Changelog: v0.11.1...v0.11.2

v0.11.1

03 Mar 21:37
Compare
Choose a tag to compare

What's Changed

The preview doesn't disappear with reload. It is stored in the browser tab. Different browser tabs don't share the preview.

Further performance improvement.

With Chrome DevTools Performance. Network Throttle: Fast 4G

nextline-web DCL L FCP LCP
v0.11.1 1.62s 1.88s 2.05s 2.52s
v0.11.0 1.97s 2.23s 2.41s 2.86s
v0.10.0 5.32s 5.37s 5.77s 6.20s

Changes 🚀

  • Use treeshaking on Vuetify by @TaiSakuma in #97
  • Move the Run Interactively button to a pull down menu on mobile by @TaiSakuma in #98
  • Store the preview in the session storage by @TaiSakuma in #99

Full Changelog: v0.11.0...v0.11.1

v0.11.0

28 Feb 17:01
Compare
Choose a tag to compare

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

localhost_8081_db_runs(iPhone 12 Pro)

Changes 🚀

Full Changelog: v0.10.4...v0.11.0