Releases: JarekToro/responsive-layout
Releases · JarekToro/responsive-layout
The One that can Flex and Grow
responsive-layout-2.1 [maven-release-plugin] copy for tag responsive-layout-2.1
The one with style
The One with Hidden Rows
responsive-layout-1.3.2 [maven-release-plugin] copy for tag responsive-layout-1.3.2
The One With Refined Margin Api
Removed the boolean from setMargin APIs, Use MarginType.None
instead.
See Issue #18 for more info
The One With Responsive Margins
.setMargin(ResponsiveRow.MarginSize.NORMAL, ResponsiveColumn.DisplaySize.XS, true)
.setMargin(ResponsiveRow.MarginSize.NORMAL, ResponsiveColumn.DisplaySize.SM, true)
.setMargin(ResponsiveRow.MarginSize.NORMAL, ResponsiveColumn.DisplaySize.MD, true)
.setMargin(ResponsiveRow.MarginSize.NORMAL, ResponsiveColumn.DisplaySize.LG, true)
The One With New Features
New APIs Added
Align Component inside a ResponsiveColumn
col.setAlignment(ColumnComponentAlignment alignment)
col.withCenteredComponent(Component)
col.withRightAlignedComponent(Component)
Give ResponsiveLayouts a ContainerType
ref: http://getbootstrap.com/css/#overview-container
ResponsiveLayout responsiveLayout = new ResponsiveLayout(ContainerType)
responsiveLayout.setContainerType(ContainerType)
Add components straight to a Row for a fluid adjustment based on screen size
New Api for Margin (Small Normal) Spacing (Small Normal)
See Issue: #10
row.addComponents(Components...)
row.withComponents(Components...)
row.setSpacing(SpacingSize.small,true);
row.setMargin(MarginSize.small,true);
row.withSpacing(size,boolean)
row.withMargin(size,boolean)
row.withVerticalSpacing(size,boolean)
row.withHorizontalSpacing(size,boolean)
Thanks @hofmanndavid @bassmartin !
responsive-layout-1.1.3.1
[maven-release-plugin] copy for tag responsive-layout-1.1.3.1
The one with Captions
responsive-layout-1.1.3 [maven-release-plugin] copy for tag responsive-layout-1.1.3
responsive-layout-1.1.2.1
[maven-release-plugin] copy for tag responsive-layout-1.1.2.1
responsive-layout-1.1.2
[maven-release-plugin] copy for tag responsive-layout-1.1.2