399 Commits

Author SHA1 Message Date
84abe7300f test(button): update tests for button block to use expand 2017-11-28 14:13:42 -05:00
52a84aa588 chore(update): stencil 0.0.8-8 2017-11-28 11:57:54 -06:00
444b77add0 feat(button) combine boolean fill/size/expand props to string (#13348)
* chore(utils) extend getElementClassObject to accept string array
* feat(button) combine boolean fill/size/span props to string
* feat(button) rename span prop to expand
* docs(button) remove default from listed size options
* docs(button) clarify default button fill styles
2017-11-28 10:40:59 -06:00
285a99a6a0 fix(alert): allow disabled for any type of input (#13522)
Fixes: #13488
2017-11-27 16:39:04 -06:00
bd016a587a chore(dependencies): update @ionic/core version for @ionic/angular 2017-11-27 15:40:21 -06:00
a817bd7b66 refactor(alert): update various interfaces and exports, fix alert dismiss promise flow to work correctly 2017-11-27 15:35:53 -06:00
d5d3753c22 fix(header): fix iOS header visibility bug 2017-11-27 14:52:35 -06:00
9c1501e9f2 fix(button): remove visibility: visible from default 2017-11-27 12:25:06 -06:00
0b62d217a3 feat(e2e) validate node version 2017-11-27 11:20:36 -06:00
cc9c040c9b style(e2e) inline navigate shortcut 2017-11-27 11:20:03 -06:00
2a7fb62e6b chore(dependencies): update version of @ionic/core to 0.0.2-26 2017-11-22 15:46:29 -06:00
2e2c9008af refactor(navigation): update nav, tabs and types to use interfaces more 2017-11-22 15:44:05 -06:00
956ec9ce2d chore(packaging): implement interfaces for Nav, ViewController 2017-11-22 15:44:05 -06:00
3d14353402 fix(content): resize() is called on nav change 2017-11-22 21:15:33 +01:00
9599981723 feat(translucent): add translucent property to core components (#13475)
* refactor(components): add translucent property

* feat(toast): add translucent property to toast

* refactor(toolbar): get translucency working with colored toolbars

* refactor(fab): get colored fab and list fab working with translucent

* feat(loading): add translucent property for loading

* feat(popover): add translucent option to popover

* feat(card): add translucent property to card header

* refactor(components): default translucent to false

* refactor(card): use white for card header background

* refactor(tabs): update translucency values and add test for it

* feat(translucent): add translucent options to alert and action sheet

* refactor(translucent): update values for transucency

* feat(tabs): add translucent color styles
2017-11-22 11:38:22 -05:00
8d66142dd5 refactor(toggle): use native input type=checkbox 2017-11-22 09:41:51 -06:00
6385da971d fix(radio): fix keyboard focus css 2017-11-21 22:41:32 -06:00
fece34beb0 refactor(checkbox): use native input type=checkbox 2017-11-21 22:41:32 -06:00
2e83084867 docs(readme): move jsdoc descriptions to readme.md 2017-11-21 21:16:49 -06:00
f7c1d04d34 docs(readme): init component readme.md docs 2017-11-21 20:39:21 -06:00
53039bd8b5 chore(dependencies): update version 2017-11-21 16:38:58 -06:00
cc841edb6b chore(types): update component types from build 2017-11-21 16:37:29 -06:00
41b9064ed0 chore(core): update stencil version 2017-11-21 13:46:20 -06:00
3ef39cbe8d fix(radio): set initial radio-group value 2017-11-21 13:00:11 -06:00
70fcc84364 chore(dependencies): update package files for 0.0.2-24 prerelease 2017-11-21 12:44:38 -06:00
6862c4560e chore(dependencies): version tick 2017-11-21 12:43:05 -06:00
f269766068 chore(angular/providers): making progress on angular providers, fix merge issues
* chore(input): remove interface .d.ts file, move to .ts file

* refactor(angular): start working on providers, etc

* chore(angular/dependencies): update deps for angular demo
2017-11-21 11:58:57 -06:00
d17dfea4c5 chore(types): generated types updated 2017-11-21 11:51:06 -06:00
891bc4732c chore(dependencies): new lock files from fresh lerna bootstrap 2017-11-21 11:48:03 -06:00
af545aaa1e docs(e2e) update e2e/snapshot docs (#13468)
* feat(e2e) add chromedriver dependency to core
* docs(e2e) rewrite e2e doc for new process
* chore(e2e) rename e2e-test-page -> page
* fix(e2e) update dev-server config path
* docs(e2e) add node version info
2017-11-21 10:20:38 -06:00
048a0cc42a refactor(radio): native input type=radio 2017-11-21 08:00:50 -06:00
87e27c2204 refactor(item-sliding): export something to fix the typescript issue where it is not generating a .d.ts file 2017-11-20 16:23:21 -06:00
19e40fe10a refactor(input): make the interfaces be in a .ts file so a corresponding .d.ts file is generated by the ts compiler 2017-11-20 16:23:21 -06:00
fbfa9d471f fix(tabs): fullscreen 2017-11-20 23:13:56 +01:00
89aff89b7d chore(build): fix imports to fix the build 2017-11-20 16:07:08 -06:00
ea003350b8 refactor(alert): update alert api
* alert poc

* refactor(app): add in app public api

* refactor(nav): implement a public interface and correct types to nav

* feature(helpers): promisify the animation's play method to make it play nicely with promise flows

* test(alert): fix test to ensure alert element is hydrated before using it

* refactor(index): expose the Nav public api types
2017-11-20 15:51:20 -06:00
5c214c3c46 refactor(components): remove protected from lifecycle event 2017-11-20 13:01:49 -05:00
3accafcc3c refactor(components): update components to match stencil style guide
https://github.com/ionic-team/stencil/blob/master/STYLE_GUIDE.md
2017-11-20 12:36:36 -05:00
b493c819dd refactor(menu): update menu animation and design for iOS11 2017-11-20 10:08:32 -05:00
62f03490e5 refactor(searchbar): update background for iOS11 translucency 2017-11-20 10:08:32 -05:00
a1b8b6e6e9 fix(modal): fixes displaying page inside modal 2017-11-19 04:04:07 +01:00
b708bf91eb fix(split-pane): fixes flex 2017-11-19 03:58:50 +01:00
3c3cd1b537 fix(all): js / scss linter issues 2017-11-17 00:20:26 +01:00
5507a94580 feat(router): url based routing 2017-11-16 23:41:47 +01:00
b4813ed276 chore(interface): init input interfaces 2017-11-16 15:43:10 -06:00
db475cd153 test(e2e): port e2e tests to @ionic/core (#13438)
* feat(e2e-tests) simplify e2e test structure

* test(badge) add basic e2e test

* test(button) update e2e test to new structure

* test(card) add basic e2e test

* test(checkbox) add basic e2e test

* chore(e2e-test) update path to e2e module in run-e2e

* fix(button) update toolbar e2e deps

* fix(e2e-test) update path in snapshot script

* feat(e2e-test) move e2e scripts into scripts/e2e

* test(chip) add basic e2e test

* test(content) add basic e2e test

* test(datetime) add basic e2e test

* style(e2e-test) use consistent title/header in e2e test pages

* test(fab) add basic e2e test

* fix(e2e-test) don't run e2e script when required

* test(grid) add basic e2e test

* test(icon) add basic e2e test

* test(input) add basic e2e test

* style(e2e-test) use consistent e2e test header titles

* test(list) add basic e2e test

* test(menu) add basic e2e test

* test(modal) add basic e2e test

* feat(e2e-test) add navigate export to e2e module

* feat(e2e-test) add present method to Page class

* test(popover) add basic e2e test

* test(menu) add present left menu e2e test

* test(radio) add basic e2e test

* test(range) add  basic e2e test

* test(searchbar) add basic e2e test

* test(segment) add basic e2e test

* test(select) add basic e2e test

* test(modal) add shows modal e2e test

* test(slides) add basic e2e test

* test(spinner) add basic/color e2e tests

* test(tabs) add basic e2e test

* test(toast) add basic e2e test

* test(toggle) add basic e2e test

* test(toolbar) add basic e2e test

* docs(e2e-test) update e2e readme to reflect simplest test

* test(card) update basic e2e test

* chore(e2e-test) remove run-e2e script

* test(components): move remaining component tests to index files

* chore(package): add mocha to devDependencies

* test(infinite-scroll) add basic e2e test

* test(item-sliding) add basic e2e test

* test(item) add basic/buttons e2e tests

* test(nav) add basic e2e test

* test(reorder) add basic e2e test

* test(split-pane) add basic e2e test

* chore() update declarations file

* refactor(toast): reduce border-radius

* chore(components): update components.d.ts
2017-11-16 12:19:23 -06:00
e50d7fbfe4 chore(build): force tsc command to use local tsc from stencil 2017-11-16 10:03:06 -06:00
ab72d92393 refactor(): export types, import types from index.d.ts instead of direct link to module
* chore(dependencies): update the lock file

* refactor(): exported all types we're cool with exporting, updated types to be referenced from the src/index.d.ts file instead of local .ts files to prevent hard linking of files together

* chore(build): add tsc task to typecheck code

* chore(action-sheet-controller): fix import style

* fix(): removed unneeded dom controller reference and removed component element reference.
2017-11-16 10:00:57 -06:00
f17d8ad8ce chore(dependencies): update the lock file 2017-11-15 16:43:55 -06:00
891e4195df refactor(toast): add iOS11 design and animation 2017-11-15 15:47:33 -06:00