Skip to content

Releases: FlowingCode/fc-applayout

v1.4.0

Choose a tag to compare

@paodb paodb released this 15 Sep 13:29

What's Changed

  • Add support for styling menu container by @mlopezFC in #25
  • Improve documentation of FcAppLayoutElement by @mlopezFC in #27

Full Changelog: 1.3.0...1.4.0

v1.3.0

Choose a tag to compare

@paodb paodb released this 16 Apr 19:49

Add missing js files to build.

Full Changelog: 1.2.0...1.3.0

v1.2.0

Choose a tag to compare

@paodb paodb released this 16 Apr 15:17

What's Changed

Full Changelog: 1.1.0...1.2.0

v1.1.0

Choose a tag to compare

@mlopezFC mlopezFC released this 05 Jul 19:19

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

Choose a tag to compare

@mlopezFC mlopezFC released this 27 Jun 20:52

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

Choose a tag to compare

@mlopezFC mlopezFC released this 04 Jan 15:59

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

Choose a tag to compare

@mlopezFC mlopezFC released this 04 Nov 16:31

Bugfixes

  • Solve height issue

v0.9.6

Choose a tag to compare

@mlopezFC mlopezFC released this 08 Sep 18:54

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

Choose a tag to compare

@mlopezFC mlopezFC released this 25 Aug 20:42

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