Skip to content

Commit

Permalink
Merge branch 'develop' into wip/procrat/fix-panning-on-fullscreen-viz…
Browse files Browse the repository at this point in the history
…-5075

* develop:
  Build nightly 3 hours earlier. (#6551)
  Cache result of slow function resolution on Any that is present on a hot path (#6536)
  Fix cut-off in text visualisations (#6421)
  Infer correct synthetic name for nested modules (#6525)
  Delete unused websocket dependency (#6535)
  Run typecheck and eslint on `./run lint` (#6314)
  Force pending saves if client closes abruptly (#6514)
  • Loading branch information
Procrat committed May 4, 2023
2 parents 6d4fc59 + a832c5e commit 51837ff
Show file tree
Hide file tree
Showing 26 changed files with 482 additions and 820 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Nightly Release
on:
schedule:
- cron: 0 5 * * 2-6
- cron: 0 2 * * 2-6
workflow_dispatch: {}
jobs:
promote-nightly:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,11 @@
sending messages to the backend][6341].
- [List Editor Widget][6470]. Now you can edit lists by clicking buttons on
nodes or by dragging the elements.
- [Fixed text visualisations which were being cut off at the last line.][6421]
- [Fixed a bug where, when scrolling or dragging on a full-screen visualization,
the view of the graph changed as well.][6530]

[6421]: https://github.com/enso-org/enso/pull/6421
[6530]: https://github.com/enso-org/enso/pull/6530

#### EnsoGL (rendering engine)
Expand Down
Loading

0 comments on commit 51837ff

Please sign in to comment.