# #UNIFIED COMPONENTS LIBRARY - Layout

In this Package, We Provide Layout Components for Web Development.

# 3.1.0

- **Grid** $ui_isFullSize prop renamed as **$flag_fullsize**
- **Flex** $event_onClick prop added. Below props renamed.

| Previuous Prop | New Prop |
| :------- | :------ |
| $ui_isFlexible | $flag_flexible |
| $ui_isShrink | $flag_shrink |
| $ui_isFullSize | $flag_fullSize |
| tagAttributes | $tagAttributes_container |
| a11yAttributes | $a11yAttributes_container |

# 3.0.1

- **mergeStyle** and **compileClassNames** - used from `utils` package

# 3.0.0

- Flex and Grid props updated with unification
- mergeStyle and compileClassNames used form utils package

# 2.0.1

- Grid Component added

# 2.0.0

- Flex Layout Released
