Skip to content

Releases: FlowingCode/fc-applayout

v1.3.0

16 Apr 19:49
Compare
Choose a tag to compare

Add missing js files to build.

Full Changelog: 1.2.0...1.3.0

v1.2.0

16 Apr 15:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.2.0

v1.1.0

05 Jul 19:19
Compare
Choose a tag to compare

What's Changed

  • Make it compatible with Vaadin 24 dependency versions by @mlopezFC in #21

Full Changelog: 1.0.0...1.1.0

1.0.0

27 Jun 20:52
Compare
Choose a tag to compare

What's Changed

  • fix: remove content margin when drawer is closed by @ngonzalezpazFC in #18
  • fix: remove unused title property
  • fix!: use the default slot for content
    BREAKING CHANGE: the feature was introduced in v0.9.5, but it was accidentally reverted in v0.9.7
    Close #16

New Contributors

Full Changelog: 0.9.8...1.0.0

0.9.8

04 Jan 15:59
Compare
Choose a tag to compare

Bugfixes

  • fix: remove unused title property. BREAKING CHANGE: the feature was introduced in v0.9.5, but it was accidentally reverted in v0.9.7. (Closes #16)
  • fix!: use the default slot for content (Closes #15)

v0.9.7

04 Nov 16:31
Compare
Choose a tag to compare

Bugfixes

  • Solve height issue

v0.9.6

08 Sep 18:54
Compare
Choose a tag to compare

Bugfixes

  • Fix drawerPersistent with right alignment
  • Correct drawer button location with right alignment

Other

  • Move style definition to css section
  • Use flex to align drawer button

v0.9.5

25 Aug 20:42
Compare
Choose a tag to compare

New Features

  • Make content to be the default slot

Bugfixes

  • Bump prismjs from 1.20.0 to 1.23.0
  • Fix style for disabled toolbar buttons