Dan Bucholtz
6eeda1044f
chore(dependencies): publish 0.0.2-33
2018-01-04 13:12:59 -06:00
Dan Bucholtz
4b11695480
chore(dependencies): published new ionic/core
2017-12-22 15:00:16 -06:00
Dan Bucholtz
eeb5799965
chore(dependencies): latest stencil
2017-12-22 14:56:35 -06:00
Adam Bradley
76afd9d77f
feat(themes): theme builder app
2017-12-21 12:04:33 -06:00
Dan Bucholtz
c40a995f26
chore(dependencies): update lock file
2017-12-18 16:59:11 -06:00
Adam Bradley
c415bbe1d7
refactor(Context): remove global Context
2017-12-18 13:21:17 -06:00
Adam Bradley
3324e7a9b9
0.0.2-30
2017-12-17 18:02:18 -06:00
Adam Bradley
4f2266e943
chore(update): stencil 0.0.9-3
2017-12-17 17:54:02 -06:00
Adam Bradley
c55670d9c1
docs(): upgrade stencil to improve docs
2017-12-15 14:09:25 -06:00
Cam Wiegert
c627caba0f
chore(update): ionicons 4.0.0-9
2017-12-14 17:10:03 -06:00
Dan Bucholtz
3eab8500cf
chore(dependencies): tick ionic/core package
2017-12-14 16:29:59 -06:00
Adam Bradley
85785b9cf7
chore(update): stencil 0.0.9-1 and ionicons 4.0.0-8
2017-12-14 15:58:19 -06:00
Ken Sodemann
ca0470dc39
chore(core): upgrade stencil version to 0.0.9-0
...
Fixes : #13612
2017-12-11 14:33:09 -06:00
Dan Bucholtz
ad08e19184
chore(dependencies): publish 0.0.2-29
2017-12-07 16:09:46 -06:00
Dan Bucholtz
f8af356bca
refactor(navigation): update framework delegate
2017-12-07 16:03:47 -06:00
Dan Bucholtz
848bf9c17f
chore(dependencies): 0.0.8 stencil/core
2017-12-07 15:24:00 -06:00
mhartington
d23fd68143
chore(): update stencil version
2017-12-07 12:01:56 -05:00
Manu Mtz.-Almeida
6026339430
fix(tabs): lazy loading, using ion-nav
2017-12-06 19:09:35 +01:00
Adam Bradley
00a836ad1b
chore(update): stencil 0.0.8-9
2017-12-01 12:08:49 -06:00
Adam Bradley
7633108734
feat(ionicons): update svg ion-icons
2017-11-28 17:21:30 -06:00
Adam Bradley
c7e9e029ad
chore(docs): add docs flag to builds
2017-11-28 13:45:02 -06:00
Adam Bradley
52a84aa588
chore(update): stencil 0.0.8-8
2017-11-28 11:57:54 -06:00
Dan Bucholtz
bd016a587a
chore(dependencies): update @ionic/core version for @ionic/angular
2017-11-27 15:40:21 -06:00
Dan Bucholtz
2a7fb62e6b
chore(dependencies): update version of @ionic/core to 0.0.2-26
2017-11-22 15:46:29 -06:00
Dan Bucholtz
53039bd8b5
chore(dependencies): update version
2017-11-21 16:38:58 -06:00
Ken Sodemann
41b9064ed0
chore(core): update stencil version
2017-11-21 13:46:20 -06:00
Dan Bucholtz
70fcc84364
chore(dependencies): update package files for 0.0.2-24 prerelease
2017-11-21 12:44:38 -06:00
Dan Bucholtz
6862c4560e
chore(dependencies): version tick
2017-11-21 12:43:05 -06:00
Cam Wiegert
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
Manu Mtz.-Almeida
5507a94580
feat(router): url based routing
2017-11-16 23:41:47 +01:00
Cam Wiegert
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
Dan Bucholtz
e50d7fbfe4
chore(build): force tsc command to use local tsc from stencil
2017-11-16 10:03:06 -06:00
Dan Bucholtz
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
Manu Mtz.-Almeida
ab883378a3
chore(stencil): update to 0.0.8-3
2017-11-15 18:12:12 +01:00
Manu Mtz.-Almeida
44025c8c8f
0.0.2-22
2017-11-15 00:15:12 +01:00
Manu Mtz.-Almeida
5fd379308d
chore(stencil): update to 0.0.8-2
2017-11-15 00:09:41 +01:00
Manu Mtz.-Almeida
7fff8f27fe
chore(stencil): updates to stencil 0.0.8-1
2017-11-14 23:31:12 +01:00
Cam Wiegert
874457d76c
feat(e2e-tests) simplify e2e test structure
2017-11-13 14:54:53 -06:00
Manu Mtz.-Almeida
bd875acdc5
chore(package): update stencil deps
2017-11-11 18:07:06 +01:00
Manu Mtz.-Almeida
9da384451e
chore(package): adds np
2017-11-11 18:00:55 +01:00
Ken Sodemann
75b450b4f5
refactor(e2e-test): move register into the runner
2017-11-03 13:52:54 -05:00
Ken Sodemann
f0c1b0190e
feat(e2e-tests): optionally take snapshots
2017-11-02 12:48:38 -05:00
Ken Sodemann
d9d0150b4c
feat(e2e): create basic e2e test runner
...
This is mostly PoC code that shows how this can be done. This will grow
into the actual test runner.
2017-10-26 21:17:57 -05:00
Ken Sodemann
e5536a4331
fix(unit-tests): only look for specs under src
2017-10-26 10:23:20 -05:00
Adam Bradley
95014fd5ca
chore(package): update to stencil 0.0.6
2017-10-25 12:41:30 -05:00
Manu Mtz.-Almeida
9a42816d7d
chore(package): update to latest stencil
2017-10-25 12:48:34 +02:00
Brandy Carney
498e7ed360
chore(package): use latest stencil
2017-10-23 18:01:52 -04:00
Brandy Carney
a932e673ff
refactor(core): use custom typing, remove interfaces
...
add protected, rename nav `remove` to `removeIndex`
resolves #12823
2017-10-17 13:17:54 -04:00
Manuel Mtz-Almeida
54412a2a8c
fix(reorder): drop reorderAnchor attribute
2017-10-04 23:57:04 +02:00
Adam Bradley
d3e79fb462
test(core): init stencil core test suite
2017-09-26 22:12:36 -05:00