Julien Deswaef 6 лет назад
Родитель
Сommit
ed41b5ac2a

+ 5 - 1
CHANGELOG.md

@@ -1,10 +1,14 @@
 # Changelog
 
 ## Changelog of Fork awesome
+- v1.1.2
+  - Adds a `v5-compat.css` file in order to ease transition from Font Awesome v5 to Frok Awesome [#112](https://github.com/ForkAwesome/Fork-Awesome/issues/112)
+  - Adds full MIT license in the CSS, LESS and SCSS headers [113](https://github.com/ForkAwesome/Fork-Awesome/issues/113)
+  - Ignoring some unnecessary files that were distributed with the CDN
 - v1.1.1
   - Adding a CI pipeline with Travis.
   - Fixes bell and bell-o icons who were switched up [#88](https://github.com/ForkAwesome/Fork-Awesome/issues/88)
-  - Add a mention in the documentation that the SIL-OFL also applies to SVG glyphs [#62](https://github.com/ForkAwesome/Fork-Awesome/issues/62) 
+  - Add a mention in the documentation that the SIL-OFL also applies to SVG glyphs [#62](https://github.com/ForkAwesome/Fork-Awesome/issues/62)
 - v1.1.0
   - Upgrade of build tools to latest versions ( Jekyll & svgo mainly)
   - Change of Globe icon to be more world friendly

+ 2 - 2
_config.yml

@@ -19,10 +19,10 @@ icon_destination: icon         # Relative to destination
 forkawesome:
   name:           Fork Awesome
   tagline:        A fork of the iconic font and CSS toolkit
-  version:        1.1.1
+  version:        1.1.2
   minor_version:  1.1
   major_version:  1
-  doc_blob:       v1.1.1
+  doc_blob:       v1.1.2
   url:            http://forkawesome.github.io/Fork-Awesome/
   legacy_url:     http://forkawesome.github.io/Fork-Awesome/
   css_prefix:     fa

+ 3 - 3
css/fork-awesome.css

@@ -1,5 +1,5 @@
 /*!
-Fork Awesome 1.1.1
+Fork Awesome 1.1.2
 License - http://forkawesome.github.io/Fork-Awesome/license
 
 Copyright 2018 Dave Gandy & Fork Awesome
@@ -14,8 +14,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
  * -------------------------- */
 @font-face {
   font-family: 'ForkAwesome';
-  src: url('../fonts/forkawesome-webfont.eot?v=1.1.1');
-  src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.1') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.1') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.1') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.1') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.1#forkawesomeregular') format('svg');
+  src: url('../fonts/forkawesome-webfont.eot?v=1.1.2');
+  src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.2') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.2') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.2') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.2') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.2#forkawesomeregular') format('svg');
   font-weight: normal;
   font-style: normal;
 }

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
css/fork-awesome.min.css


+ 1 - 1
css/v5-compat.css

@@ -1,5 +1,5 @@
 /*!
-Fork Awesome 1.1.1
+Fork Awesome 1.1.2
 License - http://forkawesome.github.io/Fork-Awesome/license
 
 Copyright 2018 Dave Gandy & Fork Awesome

+ 1 - 1
css/v5-compat.min.css

@@ -1,5 +1,5 @@
 /*!
-Fork Awesome 1.1.1
+Fork Awesome 1.1.2
 License - http://forkawesome.github.io/Fork-Awesome/license
 
 Copyright 2018 Dave Gandy & Fork Awesome

+ 1 - 1
less/fork-awesome.less

@@ -1,5 +1,5 @@
 /*!
-Fork Awesome 1.1.1
+Fork Awesome 1.1.2
 License - http://forkawesome.github.io/Fork-Awesome/license
 
 Copyright 2018 Dave Gandy & Fork Awesome

+ 1 - 1
less/v5-compat.less

@@ -1,5 +1,5 @@
 /*!
-Fork Awesome 1.1.1
+Fork Awesome 1.1.2
 License - http://forkawesome.github.io/Fork-Awesome/license
 
 Copyright 2018 Dave Gandy & Fork Awesome

+ 1 - 1
less/variables.less

@@ -6,7 +6,7 @@
 @fa-line-height-base: 1;
 @fa-css-prefix:       fa;
 @fa-font-family:      ForkAwesome;
-@fa-version:          "1.1.1";
+@fa-version:          "1.1.2";
 @fa-border-color:     #eee;
 @fa-inverse:          #fff;
 @fa-li-width:         (30em / 14);

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "fork-awesome",
   "description": "A fork of the iconic font and CSS framework",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "style": "css/fork-awesome.css",
   "keywords": [
     "font",

+ 1 - 1
scss/fork-awesome.scss

@@ -1,5 +1,5 @@
 /*!
-Fork Awesome 1.1.1
+Fork Awesome 1.1.2
 License - http://forkawesome.github.io/Fork-Awesome/license
 
 Copyright 2018 Dave Gandy & Fork Awesome

Некоторые файлы не были показаны из-за большого количества измененных файлов