-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start of v.1 * lots of updates to docs
- Loading branch information
Showing
104 changed files
with
9,389 additions
and
4,504 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# 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` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,8 @@ | ||
source "http://rubygems.org" | ||
|
||
# Specify your gem's dependencies in uniform.gemspec | ||
source 'https://rubygems.org' | ||
|
||
# Stylesheets | ||
gem 'sass' | ||
gem 'sprockets-sass' | ||
gem 'bourbon' | ||
gem 'neat' | ||
gem 'rake' | ||
gem 'activesupport' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.