Golden Layout Versions Save

A multi window layout manager for webapps

v2.6.0

1 year ago

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

2 years ago

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

  • Fixes #732 via #734 (@PerBothner)
  • Fixes #735 (@liang-wang)
  • Fixes #739 via #751(@pbklink)
  • Add Automatic Resizing (#761 via #752, @pbklink)

v2.4.0

2 years ago

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

2 years ago

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

2 years ago

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

3 years ago

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

3 years ago

Bugfixes

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

v2.1.1

3 years ago

Highlights:

  • Touch support (@Andrew-Bx)

v2.1.0

3 years ago

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

3 years ago

Bugfixes:

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