Sha256: cb03530fd735f770e2d930781e9b15a25a0435094a8ec95a9394a873a8232d26
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# Change Log ## 1.0 This is the first really stable and usable release of Uniform. Many of the components were rewritten, removed, and added. In general, this release brings a shift in methodology. Building with Uniform now supplies and relies on more helpers to build things out. *This will break everything in previous versions.* Many component names went from `title-case` to `camelCase`, and many modifier classes inside of components were removed in favor of using helper classes in html. ### Added - `uniformAlert` - `uniformDropdown` - `uniformSelect` - `uniformFloatingLabel` - `uniformModal` - `uniformTable` - `uniformTooltip` - tons of helper classes like `margin`, `pad`, `border-top`... ### Removed - `bourbon` and `neat` dependencies - custom sass functions - `uniform-list`, `uniform-checks`, `uniform-step`, `uniform-icons` ### Changed - `title-case` to `camelCase` for all compontents - `inline-input` to `uniformInputGroup` - `.container` to `.grid` was completely overhauld to use flexbox - `table-container` to `table`
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
uniform-ui-1.0 | CHANGELOG.md |