Skip to content

Commit

Permalink
Merge pull request #45 from doximity/update-svg-sizes
Browse files Browse the repository at this point in the history
Release version 2.1.0
  • Loading branch information
bodytaing authored Apr 7, 2017
2 parents ee4985d + ef76a16 commit 422011d
Show file tree
Hide file tree
Showing 28 changed files with 102 additions and 68 deletions.
22 changes: 14 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
_Post v1.1.0 releases changelog can be found on https://github.com/doximity/vital/releases_

v2.1.0
- Remove `i.` font icon targeting from `_notice.sass` and refactor for use with an image tag
- Updated documentation with markup for notice bar
- Normalized, minified and resized all SVGs
- Updated documentation to reflect smaller size of Vital: 23KB

v2.0.0
- Remove fontcustom and font icon dependencies in favor of SVG.
- Remove support for IE8/IE9.
- Remove default font weight for some tags.
- Multiplier classes`.i2x`, `.i3x`, `.i4x`, `.i5x` renamed to: `.x2`, `.x3`, `.x4`, `.x5`.
- Added default opacity classes.
- Added background variables.
- Added `_mixins`.
- Added text anti-aliasing is enabled by default.
- Remove fontcustom and font icon dependencies in favor of SVG
- Remove support for IE8/IE9
- Remove default font weight for some tags
- Multiplier classes`.i2x`, `.i3x`, `.i4x`, `.i5x` renamed to: `.x2`, `.x3`, `.x4`, `.x5`
- Added default opacity classes
- Added background variables
- Added `_mixins`
- Added text anti-aliasing is enabled by default
- Added `/layouts` to documentation website
- Revamped documentation

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vital (2.0.0)
vital (2.1.0)
sass (>= 3.4)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A minimally invasive CSS framework for modern web applications.
| | Size | Gzipped |
|:---------------|:------|:--------|
| Javascripts | 0 | |
| Vital CSS | 24 KB | 6 KB |
| Vital CSS | 23 KB | 6 KB |

## Usage

Expand Down
35 changes: 22 additions & 13 deletions dist/css/vital.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/vital.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/vital.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/vital.min.css.map

Large diffs are not rendered by default.

19 changes: 17 additions & 2 deletions docs/components.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,23 @@

.row.notice
.section
| This is a notice. Slot me anywhere.
i.icon-close-outline
.notice-message
.notice-text
| This is a notice. Slot me anywhere.
.notice-dismiss
= image_tag 'icons/icon-close-outline.svg'

.row
.section
= code ('slim') do
|
.row.notice
.section
.notice-message
.notice-text
| This is a notice. Slot me anywhere.
.notice-dismiss
= image_tag 'icons/icon-close-outline.svg'

.row
.section
Expand Down
2 changes: 1 addition & 1 deletion docs/images/icons/icon-arrow-updown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/images/icons/icon-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/images/icons/icon-clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/images/icons/icon-close-empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/images/icons/icon-close-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/images/icons/icon-close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/images/icons/icon-menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/images/icons/icon-vital.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
= image_tag data.site.lazyload_placeholder, class: 'b-lazy full', data: {src: 'images/demo/feather.svg'}
h1 Light as a feather
hr.red.small
p At a total size of just 24 KB minified or 6 KB gzipped, Vital loads and renders quickly.
p At a total size of just 23 KB minified or 6 KB gzipped, Vital loads and renders quickly.
.narrow
.autogrid.stats
.col
h1
| 24
| 23
span KB
hr.small
p
Expand Down
2 changes: 1 addition & 1 deletion icons/icon-arrow-updown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/icon-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/icon-clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/icon-close-empty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/icon-close-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/icon-close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/icon-menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/icon-vital.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/vital/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Vital
VERSION = "2.0.0"
VERSION = "2.1.0"
end
Loading

0 comments on commit 422011d

Please sign in to comment.