a655cd78ac
Feature/child nav fixes ( #6907 )
...
* fix(navigation): fixes bug where navigating to page with child-nav immediately re-enables app
fixes bug where navigating to page with child-nav immediately re-enables app
closes #6752
* test(navigation): added some additional tests
added some additional tests
* test(tabs): added multiple nested children test
added multiple nested children test
2016-06-14 15:52:24 -05:00
c65a4fb3e9
Merge branch 'refactor/searchbar' into 2.0
2016-06-14 16:43:22 -04:00
5733b0def6
style: fix linter errors
2016-06-14 16:16:32 -04:00
b5f93f95c0
fix(searchbar): add opacity so the searchbar doesn't show when it's moved over
2016-06-14 16:01:33 -04:00
9927cf958d
refactor(searchbar): hide the cancel button by default, add property to show
...
BREAKING CHANGES:
Searchbar
- The cancel button (ios and md) is now hidden by default, passing
`showCancelButton` will display it.
2016-06-14 15:36:22 -04:00
c068828297
fix(toast): toast will now be enabled ( #6904 )
2016-06-14 14:10:33 -05:00
614ace462d
fix(searchbar): set a negative tabindex for the cancel button
...
this prevents tabbing to the cancel button and shifting the entire
screen.
2016-06-14 14:47:13 -04:00
fef6a5fa43
Merge branch '2.0' into refactor/searchbar
2016-06-14 14:14:49 -04:00
9a9aa5e018
refactor(searchbar): improve searchbar animation on ios, remove unused code
...
references #6023
2016-06-14 14:14:35 -04:00
efa0c7b8f7
docs(): update API template
...
Ref https://github.com/driftyco/ionic-site/issues/607
2016-06-13 17:09:19 -04:00
b20647c16e
refactor(click-block): reversing previous change, making getBoolean use fallback of true
...
reversing previous change, making getBoolean use fallback of true
2016-06-13 15:53:51 -05:00
d7cdba82db
refactor(click-block): update to config for click-block
...
update to config for click-block
2016-06-13 15:28:32 -05:00
eb4261c323
refactor(searchbar): clean up searchbar code, add more properties
...
added autocomplete, autocorrect, spellcheck, and type as properties
that get passed to the input.
BREAKING CHANGES:
Searchbar events now return the event, not the Searchbar.
references #6177
closes #5996
2016-06-13 15:43:54 -04:00
d6b7d5dd9b
fix(navigation): keep the click block up longer if the keyboard is open ( #6884 )
...
* fix(navigation): keep the click block up longer if the keyboard is open
keep the click block up longer if the keyboard is open
closes #6540
* refactor(navigation): changed formatting, reduced keyboard duration padding
changed formatting, reduced keyboard duration padding
2016-06-13 13:15:31 -05:00
db9fa7ead3
fix(item): improve open/close logic, update demos
2016-06-11 20:07:08 -05:00
0660cb6b4a
docs(nav): NavOptions.animation values
2016-06-11 20:05:40 -05:00
a93636332f
chore(router-deprecated): remove router-deprecated references
2016-06-10 16:13:34 -05:00
9315c68c89
fix(decorators): changes to match angular style guide
2016-06-10 14:43:19 -05:00
761a1f6245
fix(click-block): click block is now showing on all screns. It wasn't previously on Android and des ( #6846 )
...
click block is now showing on all screns. It wasn't previously on Android and desktop
2016-06-10 12:32:56 -05:00
ff1daa6027
perf(virtualScroll): improve UIWebView virtual scroll
...
Related #6104
2016-06-10 11:30:21 -05:00
99fdcc0749
fix(searchbar): only trigger the input event on clear if there is a value
...
fixes #6382
2016-06-09 19:49:21 -04:00
b4028c6741
fix(searchbar): use the contrast color for the background in a toolbar
...
also updated the icons and text to use the contrast color.
fixes #6379
2016-06-09 19:19:55 -04:00
03986d4ec5
fix(item): encode hex value in the detail arrow so it works on firefox
...
fixes #6830
2016-06-09 17:28:00 -04:00
8350df0cfc
fix(popover): hide arrow if no event was passed
...
closes #6796
2016-06-09 17:03:28 -04:00
31f62e7f1f
fix(item): change ion-item-swiping to use .item-wrapper css instead
2016-06-09 15:32:12 -05:00
e5473b6759
feat(modal): background click and escape key dismiss ( #6831 )
...
background click and escape key dismiss
closes #6738
2016-06-09 15:03:11 -05:00
22331d79b3
style: fix linter errors
2016-06-09 15:58:08 -04:00
adcd2fc239
fix(datetime): add styling for datetime with different labels
...
fixes #6764
2016-06-09 15:58:08 -04:00
4eb8ede9f8
Merge branch '2.0' of github.com:driftyco/ionic into 2.0
2016-06-09 13:54:54 -05:00
1d78f78407
feat(popover): background dismiss, escape dismiss
...
background dismiss, escape dismiss
closes #6817
2016-06-09 13:54:46 -05:00
181129b7b4
fix(modal): add status bar padding to modal
2016-06-09 14:44:19 -04:00
2be96f29b2
* refactor(overlays): overlays now are enabled via ionViewDidEnter ( #6811 ) closes #6753
...
overalys now are enabled via ionViewDidEnter
* style(overlays): fixed tslint error
fixed tslint error
* style(overlays): formatting
formatting
* refactor(overlays): minor refactor to match style
minor refactor to match style
2016-06-09 13:35:03 -05:00
7a3477b782
style: fix linter errors
2016-06-09 14:04:51 -04:00
8ff2476cc3
fix(toast): close toasts when two or more are open ( #6814 )
...
* fix(toast): close toast when two or more are open
* fix(toast): abc order imports
* fix(toast): move focus code into ionic event
2016-06-09 13:02:53 -05:00
922a8a3ba9
docs(item): improve documentation behind item
...
adds more usage examples and content projection information.
closes driftyco/ionic-site#579
references #5993
2016-06-09 13:49:38 -04:00
b266e9f66e
docs(): update docs
2016-06-09 12:50:00 -04:00
29791f8556
fix(menu): swiping menu distinguishes between opening and closing direction
...
Closes #5511
2016-06-09 07:57:29 -05:00
ce3da970fb
fix(tap): export isActivatable as a const so its transpiled correctly
2016-06-08 23:21:10 -05:00
14c7bc29a1
test(): add apple-mobile-web-app-capable metatag
2016-06-08 23:19:57 -05:00
1188730f10
fix(scrollView): ensure scroll element exists for event listeners
...
Related #6104
2016-06-08 22:08:28 -05:00
f049521095
fix(virtualScroll): detect changes in individual nodes
...
Closes #6137
2016-06-08 21:52:53 -05:00
b5107cdaf1
chore(build): create es2015 modules when publishing
2016-06-08 20:56:18 -05:00
9b2e934a2f
fix(range): stop sliding after releasing mouse outside the window
...
Closes #6802
2016-06-08 20:30:32 -05:00
14d29e687e
fix(item): sliding item supports dynamic options + tests
...
Closes #5192
2016-06-08 16:58:03 -05:00
c1d09dd6b2
refactor(nav): replace DynamicComponentLoader w/ ComponentFactory
2016-06-08 16:42:23 -05:00
46f6ee8428
doc(bootstrap): update usage
2016-06-08 17:20:10 -04:00
8836ae060d
doc(bootstrap): update docs
2016-06-08 17:08:23 -04:00
d3f0aec554
doc(bootstrap): update docs
2016-06-08 17:04:49 -04:00
e03bb31cfb
docs(bootstrap): update usage example
2016-06-08 17:03:44 -04:00
e9f09688a9
chore(dgeni): add advanced
to the list of custom docs tags
2016-06-08 13:57:32 -05:00