Skip to content

Releases: fabscale/ember-layout-components

Release 0.11.1

01 Apr 09:26
Compare
Choose a tag to compare

0.11.1 (2021-04-01)

Breaking changes

  • Rename <Layout::VerticalStack> to <Layout::Stack>

This includes renaming all CSS classes from layout-vertical-stack-xx to layout-stack-xx, and all other references to vertical-stack to stack.

Mostly the migration should be:

  • Replace Layout::VerticalStack with Layout::Stack
  • Replace any .layout-vertical-stack- classes with .layout-stack-
  • Replace any --layout-vertical-stack- CSS properties with --layout-stack-

Release 0.10.0

06 Apr 09:33
Compare
Choose a tag to compare

0.10.0 (2021-03-02)

Features

  • Import from @ember/template instead of @ember/string (f5c6504)

Release 0.11.0

02 Mar 12:02
Compare
Choose a tag to compare

0.11.0 (2021-03-02)

  • Drop deprecated @size arguments

Release 0.10.1

02 Mar 10:18
Compare
Choose a tag to compare

0.10.1 (2021-03-02)

Features

  • Import from @ember/template instead of @ember/string (de97ee4)

Release 0.9.2

26 Nov 09:07
Compare
Choose a tag to compare

0.9.2 (2020-11-26)

Bug Fixes

  • Remove incorrect re-export of layoutDeprecate helper (764dc00)

Release 0.9.1

10 Nov 12:39
Compare
Choose a tag to compare

0.9.1 (2020-11-10)

Features

  • Allow to specify @wrapperClasses for cluster (bb02748)

Release 0.9.0

27 Oct 08:53
Compare
Choose a tag to compare

0.9.0 (2020-10-27)

Breaking Changes

  • Replace @size with @gap for <Layout::Cluster> (73d6df2)
  • Replace @size with @gap for <Layout::VerticalStack> (84c11b8)

You should replace @size with @gap for both <Layout::Cluster> and <Layout::VerticalStack>. Currently, both are supported, but @size will be dropped in the next release.

Bug Fixes

  • Ensure full-width-on-mobile cluster always wraps (c558d25)
  • Introduce wrapper element for cluster to avoid scrollbars (6c4d66b)

Note: This change means that you can no longer apply outer-html classes to <Layout::Cluster>. See #124 for details.

Features

  • Add @verticalAlign='stretch' option to cluster (183a535)
  • Allow to specify @gapVertical for cluster (fad827e)

Release 0.8.0

07 Oct 08:27
Compare
Choose a tag to compare

0.8.0 (2020-10-07)

Features

  • Allow to specify @grow={{true}} on cluster items (3ce28cc)
  • Allow to specify @noWrap for Layout::Cluster (2e568e5)
  • Allow to specify @verticalAlign="top"|"bottom" for Layout::Cluster (b08bc7b)

Release 0.7.0

07 Sep 15:05
Compare
Choose a tag to compare

0.7.0 (2020-09-07)

Features

Release 0.6.0

05 Aug 11:59
Compare
Choose a tag to compare

0.6.0 (2020-08-05)

Bug Fixes

  • Ensure vertical spacing is correct for cluster items (feb406e)