File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed
Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1+ <a name =" 4.0.0-beta.10 " ></a >
2+ # [ 4.0.0-beta.10] ( https://github.com/ionic-team/ionic/compare/v4.0.0-beta.9...v4.0.0-beta.10 ) (2018-09-14)
3+
4+
5+ ### Bug Fixes
6+
7+ * ** animation:** always call onFinish() ([ c23c5a4] ( https://github.com/ionic-team/ionic/commit/c23c5a4 ) )
8+ * ** button:** vanilla color is usable ([ b8b9b83] ( https://github.com/ionic-team/ionic/commit/b8b9b83 ) )
9+ * ** segment:** unselected color ([ b9e42eb] ( https://github.com/ionic-team/ionic/commit/b9e42eb ) )
10+ * ** slides:** swiper is not required as dependency ([ 29f324b] ( https://github.com/ionic-team/ionic/commit/29f324b ) )
11+
12+
13+
114<a name =" 4.0.0-beta.9 " ></a >
215# [ 4.0.0-beta.9] ( https://github.com/ionic-team/ionic/compare/v4.0.0-beta.7...v4.0.0-beta.9 ) (2018-09-14)
316
Original file line number Diff line number Diff line change 11{
22 "name" : " @ionic/angular" ,
3- "version" : " 4.0.0-beta.9 " ,
3+ "version" : " 4.0.0-beta.10 " ,
44 "description" : " Angular specific wrappers for @ionic/core" ,
55 "keywords" : [
66 " ionic" ,
4343 " css/"
4444 ],
4545 "dependencies" : {
46- "@ionic/core" : " 4.0.0-beta.9 "
46+ "@ionic/core" : " 4.0.0-beta.10 "
4747 },
4848 "devDependencies" : {
4949 "@angular/common" : " ^6.1.0" ,
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ The Ionic Core package contains the Web Components that make up the reusable UI
2323Easiest way to start using Ionic Core is by adding a script tag to the CDN:
2424
2525``` html
26- <link href =" https://unpkg.com/@ionic/core@4.0.0-beta.9 /css/ionic.bundle.css" rel =" stylesheet" >
27- <script src =" https://unpkg.com/@ionic/core@4.0.0-beta.9 /dist/ionic.js" ></script >
26+ <link href =" https://unpkg.com/@ionic/core@4.0.0-beta.10 /css/ionic.bundle.css" rel =" stylesheet" >
27+ <script src =" https://unpkg.com/@ionic/core@4.0.0-beta.10 /dist/ionic.js" ></script >
2828```
2929
3030Any Ionic component added to the webpage will automatically load. This includes writing the component tag directly in HTML, or using JavaScript such as ` document.createElement('ion-toggle') ` .
Original file line number Diff line number Diff line change 11{
22 "name" : " @ionic/core" ,
3- "version" : " 4.0.0-beta.9 " ,
3+ "version" : " 4.0.0-beta.10 " ,
44 "description" : " Base components for Ionic" ,
55 "keywords" : [
66 " ionic" ,
You can’t perform that action at this time.
0 commit comments