Skip to content

Commit

Permalink
Version 2.10.9 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson committed Jul 25, 2019
1 parent 6913dff commit ae6e980
Show file tree
Hide file tree
Showing 77 changed files with 44,100 additions and 6,886 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
====

2.10.9
---

### Bug Fixes

* ons-tab: Show active-icon for initially active tab in Angular 2+. ([#2656](https://github.com/OnsenUI/OnsenUI/issues/2656)).

### Misc

* Upgrade Font Awesome to v5.8.1
* Upgrade Ionicons to v4.5.5
* Upgrade Material Design icons to v2.2.0
* Stop fonts being included in onsenui-core.css

2.10.8
---

Expand Down
4 changes: 2 additions & 2 deletions css-components-src/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function cssmin() {
return gulp.src(prefix + '{*-,}onsen-css-components.css')
.pipe($.cssmin())
.pipe($.rename({suffix: '.min'}))
//.pipe(gulp.dest('./build/'))
.pipe(gulp.dest('./build/'))
.pipe(gulp.dest(prefix));
}

Expand All @@ -92,7 +92,7 @@ function cssnext() {
return gulp.src('src/{*-,}onsen-css-components.css', cwdOption)
//.pipe(plumber()) // this was causing the task to never complete with gulp 4, but why...?
.pipe(postcss(plugins))
//.pipe(gulp.dest('./build/'))
.pipe(gulp.dest('./build/'))
.pipe(gulp.dest(prefix))
.pipe(browserSync.stream());
}
Expand Down
Loading

0 comments on commit ae6e980

Please sign in to comment.