Commit Graph

1270 Commits

Author SHA1 Message Date
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
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
mhartington
2dcf49773e docs(menu): update menu docs
Closes https://github.com/driftyco/ionic-site/issues/951
2017-01-11 15:57:28 -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
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
Justin Willis
ef24e0781f test(content): add no-bounce test (#9733)
* test(content): add no-bounce test

* chore(content): add more text

* chore(content): add more content to test
2017-01-03 12:02:47 -05:00
Russian Rebouças
cd342c29d4 fix(show-hide-when): remove whitespaces from conditions before check phase (#9573) 2017-01-03 11:16:49 -05:00
Ibby Hadeed
3643803230 docs(popover): update popover markup (#9836) 2017-01-03 11:05:23 -05:00
Brandy Carney
b1e5ea3aef Overlay dismiss fix (#9747)
* fix(loading/toast): don't call to dismiss pages if the view is an overlay

fixes #9589

* test(overlay): add tests for loading and toast with view events

* test(datetime): add missing declaration
2016-12-21 09:39:08 -06:00
Brandy Carney
fd9e406403 test(datetime): add missing declaration 2016-12-21 10:08:09 -05:00
mhartington
fd1b6838e8 docs(note): add note docs 2016-12-19 14:21:42 -05:00
Brandy Carney
acba3c0538 fix(datetime): enable custom day values (#9708)
* fix(datetime): dayValues attribute

fixes #7190

* fix(datetime): default to the first year if the current year doesn't exist

When the current year does not exist in yearValues, it was disabling
months when it shouldn’t - this commit fixes that so all of the months
are enabled.

Closes #7190

* fix(datetime): only set the year to the first option if yearCol exists
2016-12-19 14:19:17 -05:00
Justin Willis
22ba043c53 fix(input): remove click events from disabled inputs (#9676)
fixes #9070
2016-12-19 10:50:24 -05:00
Brandy Carney
877fcf178d fix(input): fix the text jumping for stacked/floating inputs on iOS
fixes #9605
2016-12-16 12:43:17 -05:00
Brandy Carney
4b279b5101 test(nav): update nav tests to not navigate automatically 2016-12-14 16:58:47 -05:00
Adam Bradley
c38bc42425 test(img): fix img tests 2016-12-14 15:35:11 -06:00
Mike Hartington
97ec20e422 fix(ripple): disable ripple on android 4.4 with chrome 2016-12-14 14:38:26 -06:00
Josep Sayol
e80f4cf88d fix(input): prevent exception when input components outside Content 2016-12-14 14:27:19 -06:00
Adam Bradley
4f61ea5f9b fix(img): use img tag due to cordova limitations 2016-12-14 14:17:16 -06:00
Brandy Carney
3701ee5e37 refactor(toolbar): move the ios border to the toolbar background
This places the border on the last toolbar inside of a header and the
first toolbar inside of a footer in order to animate the border
properly in a page transition.

Fixes #9595
2016-12-12 16:28:45 -05:00
Adam Bradley
fd1f8c06bf test(img): add more img tests 2016-12-12 10:48:47 -06:00
Adam Bradley
5376318f3d fix(img): move img requests out of web workers
Due to iOS Cordova WKWebView limitations, ion-img is not able to use
web workers for XMLHttpRequests.
2016-12-12 10:02:56 -06:00
Adam Bradley
8867677742 feat(content): add properties for img request/render buffers 2016-12-12 09:44:29 -06:00
mhartington
534e47be7c docs(button): add note for click handlers 2016-12-12 10:30:05 -05:00
Adam Bradley
79eb2de0e3 docs(virtual-scroll): update performance tips 2016-12-11 21:32:25 -06:00
Adam Bradley
5bbbfb2b00 fix(scroll): fix js scrolling max and deceleration on touch start 2016-12-09 22:29:12 -06:00