Skip to content

Releases: LeeBoYin/vue-layout-system

v1.1.7

09 May 02:56
Compare
Choose a tag to compare

What's Changed

  • fix: export LayoutGridCell and LayoutGridRowBreak in index.js

v1.1.6

23 Jan 05:23
Compare
Choose a tag to compare

What's Changed

  • fix(LayoutListInline): fix error when LayoutListInline's slot is empty
  • fix(LayoutFlexRow): fix LayoutFlexRow problem when it has no left nor remain slots, only right
  • fix(LayoutFlexColumn): fix LayoutFlexColumn problem when it has no top nor remain slots, only bottom

v1.1.5

03 Nov 05:24
Compare
Choose a tag to compare

What's Changed

  • fix: LayoutFlexRow problem when it has no left nor right, only remain
  • fix: LayoutFlexColumn problem when it has no top nor bottom, only remain
  • fix: LayoutAlign vertical align default top

v1.1.4

29 Oct 07:42
Compare
Choose a tag to compare

What's Changed

  • revert: remove isRemainScrollable from LayoutFlexColumn and LayoutFlexRow
  • fix: set verticalAlign default value as 'stretch'
  • fix: fix LayoutFlexColumn horizontal overflow problem
  • fix: fix LayoutFlexColumn horizontal align bug

v1.1.1

29 Oct 06:39
226345d
Compare
Choose a tag to compare

What's Changed

  • Fix v1.1.0 problems by @LeeBoYin in #4
  • revert: remove isRemainScrollable from LayoutFlexColumn and LayoutFlexRow
  • fix: set verticalAlign default value as 'stretch'

Feature: LayoutGird and alignment props stretch

29 Oct 03:38
Compare
Choose a tag to compare

What's Changed

  • feat: add LayoutGrid component
  • feat: add stretch to verticalAlign and horizontalAlign props (except for horizontalAlign of LayoutListInline), meanwhile default is removed. Now, the default value of verticalAlign is always top and that of horizontalAlign is always stretch. Notice that some alignment may need fix when this version is applied.
  • feat: add isRemainScrollable props to LayoutFlexRow and LayoutFlexColumn. Set isRemainScrollable as true when the content overflow and a scrollbar is required. e.g. Modal
  • fix: LayoutFlexColumn has wrong height in Safari when it is placed in a .layout-u-content-fill-height element.

Flex components accept contents in default slot

24 Jun 15:04
241857e
Compare
Choose a tag to compare

Improvement

  • Make LayoutFlexRow and LayoutFlexColumn accept both default slot and remain slot

first stable release

29 May 15:56
Compare
Choose a tag to compare

layout components included in this major release

  • LayoutAbsolute
  • LayoutAlign
  • LayoutColumns
  • LayoutFlexColumn
  • LayoutFlexRow
  • LayoutList
  • LayoutListInline