Skip to content

Commit ae6e980

Browse files
committed
Version 2.10.9 release.
1 parent 6913dff commit ae6e980

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+44100
-6886
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
CHANGELOG
33
====
44

5+
2.10.9
6+
---
7+
8+
### Bug Fixes
9+
10+
* ons-tab: Show active-icon for initially active tab in Angular 2+. ([#2656](https://github.com/OnsenUI/OnsenUI/issues/2656)).
11+
12+
### Misc
13+
14+
* Upgrade Font Awesome to v5.8.1
15+
* Upgrade Ionicons to v4.5.5
16+
* Upgrade Material Design icons to v2.2.0
17+
* Stop fonts being included in onsenui-core.css
18+
519
2.10.8
620
---
721

css-components-src/gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function cssmin() {
6565
return gulp.src(prefix + '{*-,}onsen-css-components.css')
6666
.pipe($.cssmin())
6767
.pipe($.rename({suffix: '.min'}))
68-
//.pipe(gulp.dest('./build/'))
68+
.pipe(gulp.dest('./build/'))
6969
.pipe(gulp.dest(prefix));
7070
}
7171

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

0 commit comments

Comments
 (0)