Jack Feng
eb96cba227
Fix url is not correct after selecting tabs
...
Update deeplinker's updateNav after tabSwitchEnd so deeplinker gets the
right active navchild.
2017-01-17 16:50:25 +08:00
Max Lynch
60adf7bbd8
Update README.md
2017-01-16 10:04:26 -06:00
Brandy Carney
522ce19d18
docs(slides): document spaceBetween and slidesPerView
2017-01-15 12:59:37 -05:00
Adam Bradley
9168bc137b
fix(tap): allow document to be tap polyfilled
...
Closes #9726
2017-01-13 17:09:13 -06:00
Brandy Carney
d252fa49e5
chore(e2e): rename app-module.ts to app.module.ts for consistency
...
references #10023
2017-01-13 15:16:24 -05:00
Justin Willis
eaa62484d7
fix(nav): fixes #9558 ( #9767 )
2017-01-13 14:24:21 -05:00
Brandy Carney
421b7da676
fix(item-sliding): don't error or allow swipes with no options
...
Added items with the following use cases:
1. Sliding item without options
2. Sliding item with one set of dynamic options that toggle
3. Sliding item with two options, one dynamic
Removing my code will cause errors in all of the above examples.
Fixes #9914
2017-01-13 11:02:38 -06:00
Adam Bradley
e90b630537
Merge pull request #10006 from driftyco/fix-disabled-form-control
...
fix(forms): set disabled components from form control
2017-01-13 10:46:52 -06:00
Brandy Carney
5844a83343
fix(input): pass disabled down to input when it is set from form
...
- test modified to disable username and comments on `input/form-inputs`
and then toggle them via a button
see: http://g.recordit.co/RkN510TcHk.gif
fixes #9834
2017-01-13 10:45:00 -06:00
Mike Hartington
21667c61ac
feat(slides): add option for paginationBulletRender
...
Closes #10002
2017-01-13 09:20:56 -06:00
Brandy Carney
3e9427bada
feat(radio): add disabled to radio-group and support disabled formcontrol
...
fixes #9998
2017-01-12 17:37:00 -05:00
Brandy Carney
0aad835478
fix(toggle): set disabled state from FormControl
2017-01-12 17:03:11 -05:00
Brandy Carney
40e7eb2350
fix(select): set disabled state from FormControl
2017-01-12 17:03:00 -05:00
Brandy Carney
8e64a28ed3
fix(range): set disabled state from FormControl
2017-01-12 17:02:47 -05:00
Brandy Carney
99c493e8ac
fix(datetime): set disabled state from FormControl
2017-01-12 17:02:36 -05:00
Brandy Carney
b44ff4138c
fix(checkbox): set disabled state from FormControl
2017-01-12 17:02:06 -05:00
Brandy Carney
14839b66b7
chore(slides): fix errors with noImplicitAny
2017-01-12 14:02:15 -05:00
Job
f499496e4d
feat(slides): add swiper controller ( #9983 )
2017-01-12 13:41:17 -05:00
Paul Gschwendtner
e35a3b1ab7
chore: fix incorrect execution of node binaries ( #9962 )
...
* chore: fix incorrect execution of node binaries
* Currently gulp runs the `ngc` by manually calling the `./node_modules/.bin/ngc` file (by assuming it's a node script)
This is not always correct, because often package managers like (npm or yarn) create bash files for the package binaries.
* Using `resolve-bin` to properly determine the path to the *real* node script and then we can assume it's a node file.
Fixes #8341
* Remove extra newline
2017-01-12 13:28:41 -05:00
Mike Hartington
2d26edb679
feat(slides): expose more options ( #9992 )
...
* feat(slides): expose more options
Closes #9988
Exposes slidesPerView and spaceBetween. Also documents how to change
unexposed options
* docs(slides): update advanced usage
2017-01-12 12:59:33 -05:00
Adam Bradley
24d0052541
chore(noImplicitAny): add noImplicitAny to tsconfig
2017-01-12 10:14:50 -06:00
Robert Coie
7906e90ae0
chore: add void return value for some callback signatures ( #9967 )
2017-01-11 17:10:34 -05:00
Olivier Jacquemart
391cd70879
docs(slides): update slides docs ( #9968 )
...
Change the `pager` description.
Change the `paginationType` input type.
2017-01-11 16:28:33 -05:00
Josep Sayol
d46b3e8e9f
docs(nav): fix typos in comments for NavControllerBase and ViewController ( #9953 )
...
* docs(nav): fix typo
* docs(view): fix typo
2017-01-11 16:23:18 -05:00
Felix Gellner
dbfc79b63a
docs(avatar): fix typo ( #9965 )
...
place to placed
2017-01-11 16:22:35 -05:00
Robert Coie
0414ac55ba
docs(changelog): unsmarten quotes on sw-toolbox dep ( #9966 )
2017-01-11 16:22:01 -05:00
mhartington
2dcf49773e
docs(menu): update menu docs
...
Closes https://github.com/driftyco/ionic-site/issues/951
2017-01-11 15:57:28 -05:00
Brandy Carney
efb07724a7
chore(ionic): release rc.5
2017-01-11 12:04:02 -05:00
Brandy Carney
2c6d63cb72
docs(demos): update colors for API demos
v2.0.0-rc.5
2017-01-11 11:22:28 -05:00
Brandy Carney
2f074b408c
docs(hide-when): add hide-when demo back
2017-01-11 11:16:58 -05:00
mhartington
4224e903db
docs(input): add example for ion-textarea
2017-01-10 15:13:52 -05:00
Brandy Carney
f6cabcdbc7
test(tabs): fix ngc error in advanced test
2017-01-10 15:06:03 -05:00
Justin Willis
9a497eef5b
test(clickblock): add new tests for minDuration
2017-01-10 13:05:24 -06:00
Brandy Carney
e9adab0114
fix(platform): only set isPortrait when the width/height is set
2017-01-10 13:46:12 -05:00
Job
c8150748da
docs(slides): deprecation notice typo's ( #9932 )
2017-01-10 13:43:27 -05:00
Justin Willis
10cfb3cca0
test(clickblock): add new tests for minDuration
2017-01-10 11:34:44 -06:00
mhartington
7f06830187
doc(navParams): update links to push and nav
...
Closes https://github.com/driftyco/ionic-site/issues/957
2017-01-10 12:07:37 -05:00
Justin Willis
1071be700d
test(app): fix failing clickblock tests ( #9938 )
2017-01-10 12:03:33 -05:00
Justin Willis
4461227102
chore(clickblock): comment out test css
2017-01-10 09:30:21 -06:00
Adam Bradley
8ca9797c0f
fix(clickblock): add NavOptions.minClickBlockDuration
...
* feat(clickblock): ability to set a minimum duration for click block
* fix(clickblock): add NavOptions.minClickBlockDuration
2017-01-09 16:44:37 -06:00
mhartington
3f164237ae
docs(slides): fix docs
2017-01-09 14:38:58 -05:00
Juan G. Jordán
9a00af34e3
docs(menu): fix typos in menu-controller.ts ( #9923 )
...
Typo errors.
2017-01-09 13:06:11 -05:00
Dan Bucholtz
755524abc7
chore(build): run a 'clean' before running 'validate'
...
run a 'clean' before running 'validate'
2017-01-09 10:16:31 -06:00
Adam Bradley
7000b1b173
refactor: improve tree shaking abilities
...
Internal refactor completed in order to improve tree shaking and dead
code removal. The public API, with an exception to ion-slides, has
stayed the same. However, internally many changes were required so
bundlers could better exclude modules which should not be bundled.
Ultimately most changes resorted to removing references to `window` or
`document`, or a module that referenced one of those.
BREAKING CHANGES
ion-slides was refactored to remove the external dependencies, and
rewritten in TypeScript/ES6 modules to again improve tree shaking
abilities.
2017-01-09 09:51:39 -06:00
Alexander Schmidt
13cf6a6cb7
docs(menu-toggle): fix broken link
...
path correction in description
old -> nav/NavBar
new -> navbar/Navbar
2017-01-04 11:50:32 -08:00
Carsten Baumhögger
472e8bc180
docs(nav-controller): fix escape char in Lifecycle table
...
the pipe before `Promise` adds a new column to the table which makes it push the description to a narrow column. Tried to fix it with replacing the pipe by the HTML ASCII pipe char.
2017-01-04 11:49:41 -08:00
Brandy Carney
717cada8ed
fix(input): only add padding right if it has clear input
...
fixes #9865
2017-01-04 13:28:25 -05:00
Mike Hartington
14eb2fde1d
fix(scroll): handle low duration in scrollTo
2017-01-04 09:56:59 -06:00
Justin Willis
64346bd00b
fix(list): add border to last item in MD list ( #9679 )
...
* fix(list): fixes #9619
* chore(list): make my sass legit
* chore(list): remove from ios and wp css
2017-01-03 18:11:35 -05:00
Brandy Carney
3f1e59408e
docs(fab): fix fab demo
...
closes driftyco/ionic-site#947
2017-01-03 17:51:19 -05:00