Skip to content

Releases: golden-layout/golden-layout

v2.6.0

26 Sep 07:06
f442a2d
Compare
Choose a tag to compare

Notable changes:

  • Remove browser from package #775 (@pbklink)
  • Fix add component tab positioning #776 (@pbklink)
  • Important Note: This PR removes the height property from .lm_drop_tab_placeholder in goldenlayout-base.less (and .scss). If your application uses a copy or derivative of this file, you will need to make the same change in your copy/derivative.
  • Improve handling of rounding when calculating areas #777 (@pbklink)
  • Fix #774 via #778, rework unload handling (@pbklink)
  • Fix #779 via #781 and #786, improve component sizing (@pbklink)
  • Update dependencies #784 (@pbklink)
  • Add support for proper ComponentItemConfig in DragSource #785 (@pbklink)

v2.5.0

05 Mar 15:43
7328832
Compare
Choose a tag to compare

This release fixes several small bugs in v2.4.0 and introduces new features.

v2.4.0

23 Oct 07:53
9c2a0e9
Compare
Choose a tag to compare

Small fixes, Embedding via Events

  • This release fixes several bugs occured in the 2.3.0 release.
  • A new binding method (embedding via events) which makes it even easier to integrate Golden-Layout into opinionated frameworks. (@pbklink)
  • Fixes replaceComponent() (@pbklink)
  • Deploy documentation to GitHub pages

v2.3.0

19 Jul 17:24
d054d0c
Compare
Choose a tag to compare

Virtual Components

Thanks to @pbklink, this release brings the often wanted virtual components to golden-layout.
We advise all users to upgrade.

v2.2.1

28 May 15:49
df84da2
Compare
Choose a tag to compare

This release fixes several bugs and inconveniences.

  • Add src into package
  • Fix DragProxy resize isses (#657)
  • Enable and add first tests. (#653)

v2.2.0

15 May 09:31
1e38e17
Compare
Choose a tag to compare

This release is a maintenance and feature release.

Highlights

  • Basic CI using github actions (#646)
  • Fix popout bugs (#648)
  • Re-add EventHub facility for multi-window communication (#648)
  • Fix DragProxy item sizing (#650)

v2.1.2

30 Apr 11:34
b1a0b35
Compare
Choose a tag to compare

Bugfixes

  • Fix nested golden-layout instances in popouts (#645)
  • Fix splitter drag consumed by browser (#644)
  • Fix dragging resizing (#643)

v2.1.1

15 Apr 17:12
32cb565
Compare
Choose a tag to compare

Highlights:

v2.1.0

05 Apr 19:58
f9ec815
Compare
Choose a tag to compare

v2.1.0

Features

  • Readded popout functionality
  • Added popInOnClose function

Bugfixes

  • Fixes deepExtend when run into multiple execution contexts
  • Fixes sided headers

v2.0.3

30 Mar 09:01
0e2ae8c
Compare
Choose a tag to compare

Bugfixes:

  • Added "show" EventEmitter event which behaves the same as "shown"
  • Marked the "shown" EventEmitter event as deprecated