Skip to content

Latest commit

 

History

History
263 lines (150 loc) · 15.4 KB

CHANGELOG.md

File metadata and controls

263 lines (150 loc) · 15.4 KB

v2.1.0 (2022-07-28)

🚀 Enhancement

  • #392 Add @grow parameter to <Layout::Stack> (@mydea)
  • #391 Add @float parameter to <Layout::Stack> (@mydea)
  • #390 Add @fullHeight parameter to <Layout::Cluster> (@mydea)
  • #389 Add @fullHeight parameter to <Layout::Stack> (@mydea)

🏠 Internal

Committers: 1

v2.0.0 (2022-02-28)

💥 Breaking Change

🚀 Enhancement

🏠 Internal

Committers: 1

v1.4.0 (2021-11-02)

🏠 Internal

Committers: 1

v1.3.0 (2021-08-02)

🏠 Internal

  • #265 chore: Remove deprecated Stack @size property (@mydea)

Committers: 1

v1.2.0 (2021-08-02)

🚀 Enhancement

  • #266 feat: Add @position='center' to Cluster (@mydea)

🏠 Internal

Committers: 1

v1.1.0 (2021-07-08)

🚀 Enhancement

  • #261 feat: Add none option for gap size (@mydea)

🏠 Internal

  • #262 chore: Add forgotten deprecation for Stack @size (@mydea)
  • #260 Update dev dependencies (@mydea)

Committers: 1

v1.0.0 (2021-06-10)

🚀 Enhancement

  • #241 feat: Add @noGrow option to grid to have exact grid column widths (@mydea)

🏠 Internal

  • #240 chore: Update release-it config to use PRs instead of commits (@mydea)

Committers: 1

0.12.1 (2021-06-02)

Features

  • Allow to make grid items full width (0d765fb)

0.12.0 (2021-04-06)

  • feat!: Rename VerticalStack to Stack (0a10be8)

BREAKING CHANGES

  • Rename VerticalStack to Stack

0.11.2 (2021-04-06)

Reverts

  • Revert "feat!: Rename VerticalStack to Stack" (4bf29c9)

0.11.1 (2021-04-01)

Features

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

Bug Fixes

  • Update layout-join-classes test (845b1f2)

0.11.0 (2021-03-02)

0.10.1 (2021-03-02)

Features

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

0.9.2 (2020-11-26)

Bug Fixes

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

0.9.1 (2020-11-10)

Features

  • Allow to specify [@wrapper](https://github.com/wrapper)Classes for cluster (bb02748)

0.9.0 (2020-10-27)

Bug Fixes

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

Features

  • Add [@vertical](https://github.com/vertical)Align='stretch' option to cluster (183a535)
  • Allow to specify [@gap](https://github.com/gap)Vertical for cluster (fad827e)
  • Replace [@size](https://github.com/size) with [@gap](https://github.com/gap) for <Layout::Cluster> (73d6df2)
  • Replace [@size](https://github.com/size) with [@gap](https://github.com/gap) for <Layout::VerticalStack> (84c11b8)

0.8.0 (2020-10-07)

Features

  • Allow to specify [@grow](https://github.com/grow)={{true}} on cluster items (3ce28cc)
  • Allow to specify [@no](https://github.com/no)Wrap for Layout::Cluster (2e568e5)
  • Allow to specify [@vertical](https://github.com/vertical)Align="top"|"bottom" for Layout::Cluster (b08bc7b)

0.7.0 (2020-09-07)

Features

0.6.0 (2020-08-05)

Bug Fixes

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

0.5.2 (2020-06-30)

Features

  • Add xlarge size to Layout::Cluster (5935254)

0.5.1 (2020-06-24)

Bug Fixes

0.5.0 (2020-06-23)

Bug Fixes

  • Avoid collision of CSS variable names (86eb6f6)

0.4.0 (2020-06-16)

Features

  • Add 'xlarge' size option to vertical stack (18deae9)
  • Allow to specify custom size for Layout::Grid (1d2f4c0)

0.3.0 (2020-05-28)

Features

  • Allow to specify custom size for Layout::Grid (1d2f4c0)

0.2.0 (2020-05-12)

0.1.2 (2020-03-18)

0.1.1 (2020-03-18)

0.1.0 (2020-03-18)

Bug Fixes

Features

  • Add floating options to cluster items (b193511)
  • Add withSeparator option to vertical stack (5069a4c)
  • Initial setup (0502361)