Dan Bucholtz
5ffb31f49a
chore(angular): reverting changes to angular module, cannot figure out why app won't work if it's imported
2017-11-22 00:49:05 -06:00
Dan Bucholtz
f96fd86613
fix(angular): add injectable decorator to fix injectable issues
2017-11-22 00:31:22 -06:00
Adam Bradley
6385da971d
fix(radio): fix keyboard focus css
2017-11-21 22:41:32 -06:00
Adam Bradley
fece34beb0
refactor(checkbox): use native input type=checkbox
2017-11-21 22:41:32 -06:00
Dan Bucholtz
7a5682fbbe
chore(angular): get angular demo running again
2017-11-21 22:22:55 -06:00
Adam Bradley
2e83084867
docs(readme): move jsdoc descriptions to readme.md
2017-11-21 21:16:49 -06:00
Adam Bradley
f7c1d04d34
docs(readme): init component readme.md docs
2017-11-21 20:39:21 -06:00
Ken Sodemann
81eed1590d
feat(angular/demo): add test for stand-alone radio button
2017-11-21 17:39:31 -06:00
Dan Bucholtz
73a1054bea
chore(dependencies): @ionic/angular 0.0.2-2
2017-11-21 16:54:35 -06:00
Dan Bucholtz
ce5da492b0
chore(dependencies): add files array to angular distro
2017-11-21 16:53:23 -06:00
Dan Bucholtz
3491588088
chore(dependencies): fix deps for angular project and demo project
2017-11-21 16:48:20 -06:00
Dan Bucholtz
88dec08772
chore(angular): update deps, update demo
2017-11-21 16:46:22 -06:00
Dan Bucholtz
562b5df2dc
chore(dependencies): update lock file
2017-11-21 16:39:43 -06:00
Dan Bucholtz
53039bd8b5
chore(dependencies): update version
2017-11-21 16:38:58 -06:00
Dan Bucholtz
cc841edb6b
chore(types): update component types from build
2017-11-21 16:37:29 -06:00
Ken Sodemann
8e90104da2
chore(angluar/demo): use packaged @ionic/core ( #13474 )
2017-11-21 15:14:07 -06:00
Dan Bucholtz
cc10f1c592
chore(readme): update readme deploy instructions
2017-11-21 14:28:39 -06:00
Dan Bucholtz
4b014dcece
chore(build): get deploy script working
2017-11-21 14:28:14 -06:00
Dan Bucholtz
c4e419c976
chore(build): set version of to 0.0.1 for now
2017-11-21 14:26:26 -06:00
Dan Bucholtz
48aa68d79d
chore(build): add deploy script
2017-11-21 14:25:47 -06:00
Dan Bucholtz
63d5c9bac0
chore(build): get package build process in place
2017-11-21 14:19:09 -06:00
Ken Sodemann
41b9064ed0
chore(core): update stencil version
2017-11-21 13:46:20 -06:00
Ken Sodemann
89077acd65
fix(angular/demo): remove names on radio buttons
2017-11-21 13:14:05 -06:00
Adam Bradley
3ef39cbe8d
fix(radio): set initial radio-group value
2017-11-21 13:00:11 -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
Dan Bucholtz
833f384eb6
refactor(): remove ionic module from angular project temporarily
2017-11-21 12:42:43 -06:00
Dan Bucholtz
22db23fcb0
chore(dependencies): lock file update
2017-11-21 12:32:53 -06:00
Dan Bucholtz
2a0008ed2e
chore(dependencies): remove ionic/core from the angular demo temporarily to troubleshoot
2017-11-21 12:25:22 -06:00
Dan Bucholtz
fdde9df5a4
chore(angular): new lock file generated from lerna bootstrap
2017-11-21 12:06:05 -06:00
Dan Bucholtz
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
Dan Bucholtz
d17dfea4c5
chore(types): generated types updated
2017-11-21 11:51:06 -06:00
Dan Bucholtz
891bc4732c
chore(dependencies): new lock files from fresh lerna bootstrap
2017-11-21 11:48:03 -06:00
Ken Sodemann
ad9e73bb24
feat(demo): test out the radio button group
2017-11-21 10:30:23 -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
Adam Bradley
edb9763315
chore(): remove packages/ionic-angular directory
2017-11-21 08:02:11 -06:00
Adam Bradley
048a0cc42a
refactor(radio): native input type=radio
2017-11-21 08:00:50 -06:00
Ken Sodemann
a6d0a11705
feat(demo): add group inputs page
2017-11-20 16:37:41 -06:00
Dan Bucholtz
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
Dan Bucholtz
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
Manu Mtz.-Almeida
fbfa9d471f
fix(tabs): fullscreen
2017-11-20 23:13:56 +01:00
Dan Bucholtz
89aff89b7d
chore(build): fix imports to fix the build
2017-11-20 16:07:08 -06:00
Dan Bucholtz
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
Brandy Carney
5c214c3c46
refactor(components): remove protected from lifecycle event
2017-11-20 13:01:49 -05:00
Brandy Carney
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
Brandy Carney
b493c819dd
refactor(menu): update menu animation and design for iOS11
2017-11-20 10:08:32 -05:00
Brandy Carney
62f03490e5
refactor(searchbar): update background for iOS11 translucency
2017-11-20 10:08:32 -05:00
Manu Mtz.-Almeida
a1b8b6e6e9
fix(modal): fixes displaying page inside modal
2017-11-19 04:04:07 +01:00
Manu Mtz.-Almeida
b708bf91eb
fix(split-pane): fixes flex
2017-11-19 03:58:50 +01:00
Ken Sodemann
0134d11245
refactor(demo): rename basic inputs page
2017-11-17 20:29:25 -06:00