Commit Graph

6135 Commits

Author SHA1 Message Date
Brandy Carney
48bbaf67d7 test(toggle): update to use slot 2017-05-23 11:52:56 -04:00
Brandy Carney
f6e4f88d5b chore(gulp): update demos task to call app-scripts correctly 2017-05-23 11:52:42 -04:00
Brandy Carney
182ef15363 fix(toggle): use slot attr instead of item, add correct classes 2017-05-22 16:29:26 -04:00
Josh Thomas
897ab203ab fix(): change e2e.prod so that it copies the core files. 2017-05-19 16:25:37 -05:00
Josh Thomas
4bd292722f fix(): corrected inclusion of bindings in e2e.prod process. 2017-05-19 15:52:35 -05:00
Josh Thomas
abd6713baf fix(): add custom schema to some more tests that were missed 2017-05-19 15:04:09 -05:00
Josh Thomas
0f1efbd7a4 chore(): add required custom schema to all e2e modules 2017-05-19 12:43:09 -05:00
Josh Thomas
c89af152fa fix(): ensure that all included components are ignored during the app-scripts processing. 2017-05-19 12:06:18 -05:00
Josh Thomas
d4f45b5a07 fix(): ensure that bindings fore core are being loaded. 2017-05-18 13:56:47 -05:00
Josh Thomas
4003b6f62b chore(): ensure scripts match v4 2017-05-18 11:39:58 -05:00
Josh Thomas
38e7d3f8dc feat(): added gesture. 2017-05-18 10:28:48 -05:00
Josh Thomas
0f0cb8f01f fix(): added custom elements schema to ionic module. 2017-05-18 09:13:29 -05:00
Josh Thomas
b256bd1a39 fix(): ensure all component references are removed from ionic-angular. 2017-05-18 08:49:01 -05:00
Josh Thomas
0c437a0edb chore(): updated theme files from ionic-core. 2017-05-17 11:31:41 -05:00
Josh Thomas
34c4deb813 chore(): removed file that was no longer used for toggle. 2017-05-16 22:24:58 -05:00
Josh Thomas
8d5da1fa6b chore(): move badge, cards, slide, and toggle over with tests. 2017-05-16 22:19:34 -05:00
Brandy Carney
8bc827a531 docs(slides): update slides demo to use correct img path
closes driftyco/ionic-site#11652
2017-05-15 11:16:53 -04:00
Brandy Carney
db94ef606f test(rtl): do not set dir to ltr by default, add reorder e2e 2017-05-12 16:43:33 -04:00
Amit Moryossef
a30379bef6 feat(rtl): add rtl margin, padding, position and border-radius (#11342)
* refactor(item): replaced item-left with item-start
replaced item-right with item-end

* style(item): fix spacing

* fix(item): add backwards support for left/right in ng-content

* fix(item): deprecated old variables, not breaking change

* feat(rtl): padding mixin

* feat(rtl): change all padding variables to start/end
add support for old variable names

* feat(rtl): replace all padding-side with start/end

* revert(functions): remove mixins

* feat(scss): add padding-horizontal and rtl functions (thanks brandy)

* feat(padding): use padding horizontal mixin everywhere

* feat(padding): use padding horizontal mixin everywhere

* fix(lint): change properties order. tests passing

* fix(sass-functions): reorder functions to avoid warning

* fix(scss): fix variable name

* perf(rtl): add check if need rtl selector

* feat(scss): add full padding function

* feat(scss): add border-radius mixin

* fix(rtl): change border-radius to use mixin

* perf(scss): only override if has something to override

* feat(scss): add margin scss variables for sides

* feat(scss): add margin mixin

* fix(scss): fix wrong support for 2/3 args

* feat(rtl): spread margins/paddings

* feat(rtl): spread margins/paddings

* feat(position): add rtl support for absolute

* fix(rtl): add missing calls

* fix(item): old attributes deprecated support

* revert(changelog): not intended to be changed

* fix(sass-functions): and not &&

* fix(padding): merge + missing padding

* style(): remove newline

* refactor(mixins): move mixins to mixins file

* style(): fix alignment

* fix(item): right padding should not be set

* fix(): incorrect defaults

* feat(scss-lint): disable some side variables

* fix(scss): lint passes

* feat(lint): disabled text-align

* fix(): correct variable name

* fix(fab): missed a comma

* fix(rtl): rtl method incorrect for multiple selectors

* fix(rtl): toolbar bad merge

* fix(rtl): icon-only is in px not em

* fix(rtl): toggle padding

* feat(rtl): correct notation for rtl custom

* Merge branch 'breaking-item' into start-end

# Conflicts:
#	src/components/checkbox/checkbox.ios.scss
#	src/components/checkbox/checkbox.md.scss
#	src/components/checkbox/checkbox.wp.scss
#	src/components/item/item.ios.scss
#	src/components/item/item.md.scss
#	src/components/item/item.wp.scss
#	src/components/radio/radio.ios.scss
#	src/components/radio/radio.md.scss
#	src/components/radio/radio.wp.scss
#	src/components/toggle/toggle.ios.scss
#	src/components/toggle/toggle.md.scss
#	src/components/toggle/toggle.wp.scss

* fix(scss): fix for deprecated usages
2017-05-12 13:05:45 -04:00
Brandy Carney
0eb4310b5b docs(changelog): update upgrade steps to use 3.2.1 2017-05-12 13:03:54 -04:00
Dan Bucholtz
f9027690d0 chore(ionic): release 3.2.1 2017-05-12 12:00:32 -05:00
Brandy Carney
2c66c56d69 fix(label): set the ios variables to null to avoid styling
fixes #11631
v3.2.1
2017-05-12 12:21:50 -04:00
Kulshekhar Kabra
4347627f26 fix(searchbar): update signature mismatch in template & class (#11599)
fixes #11598
2017-05-11 12:19:37 -04:00
perry
700e4c2479 chore(ci): sync paralell demo builds via s3 2017-05-10 14:28:55 -05:00
Brandy Carney
3139c97571 test(content): update content no-bounce e2e test 2017-05-10 13:35:21 -04:00
Brandy Carney
4623ae5879 chore(ionic): release 3.2.0 2017-05-10 11:25:06 -04:00
Kendall González León
120c85d74e docs(alert): imported AlertController in usage example (#11567)
Added an importation for use the alert controller on line 52.
v3.2.0
2017-05-09 18:49:01 -04:00
Brandy Carney
cbe0b42e74 fix(button): display box shadow correctly for Chrome
See the following bug:
https://bugs.chromium.org/p/chromium/issues/detail?id=713674

References #11585
2017-05-09 15:50:30 -04:00
Dan Bucholtz
4b60e89849 chore(dependencies): update to latest zone.js for faster start-up (#11579)
update to latest zone.js for faster start-up
2017-05-09 12:18:13 -05:00
Manu Mtz.-Almeida
f893aa6774 fix(virtual-scroll): remove duplicate items 2017-05-09 18:33:50 +02:00
imgx64
5a895bb099 fix(datetime): Fix floating label with empty ion-datetime (#11552)
Fixes #11547
2017-05-08 14:59:10 +02:00
Ibby Hadeed
5fbca0ef7c docs(loading): mark params as optional
Closes #11452
2017-05-05 12:53:12 -04:00
JamesM
51ced8bec2 docs(virtual-scroll) fix typo in virtual scroll (#11533) 2017-05-05 12:16:07 -04:00
Amit Moryossef
26c653e43e feat(item): deprecate item-left / item-right attributes for item-start / item-end (#11125)
item-start and item-end make more sense for RTL

* refactor(item): replaced item-left with item-start
replaced item-right with item-end

* style(item): fix spacing

* fix(item): add backwards support for left/right in ng-content

* fix(item): deprecated old variables, not breaking change

* fix(scss): fix variable name

* fix(item): old attributes deprecated support
2017-05-05 11:53:32 -04:00
Manuel Mtz-Almeida
6d11499417 fix(view-controller): _dismissRole is a string 2017-05-05 01:55:50 +02:00
Manuel Mtz-Almeida
df8d1cc389 fix(tap-click): updates setupTapClick signature 2017-05-05 01:50:17 +02:00
Manu Mtz.-Almeida
8baa6474a4 perf(virtual-scroll): fast path for removing 2017-05-05 01:42:30 +02:00
Manuel Mtz-Almeida
88e5642f60 perf(virtual-list): relaxed restrictions for fast path 2017-05-05 01:40:58 +02:00
Manu MA
325cc5eea7 feat(wk): built-in support for WK (#11048) 2017-05-05 01:31:42 +02:00
Amit Moryossef
1d435bfd95 docs(snapshot): missing vital info (#11502)
* docs(snapshot): depends on java jdk as well

* docs(snapshot): only works on a retina mac

* docs(snapshot): move explanation out of setup

* docs(snapshot): only for mac
2017-05-05 01:29:08 +02:00
Amit Moryossef
5d562166fc refactor(): global refactoring to avoid IDE warnings and cleaner code (#11296)
* refactor(style): redundant measure units

* refactor(): change pointless boolean operation to cast

* refactor(): change redundant 'if' statement

* refactor(style): remove overwritten property value

* fix(spellcheck): wrong attribute value

* refactor(datetime-test): There should be a space between attribute and previous attribute

* refactor(import): import can be shortened

* refactor(semicolon): add missing semicolon

* docs(): fix incorrect parameter name

* refactor(): remove trailing unused parameters

* fix(menu): create mock change signature

* refactor(): remove redundant imports
all tests are passing

* refactor(style): 'var' used instead of 'let' or 'const'

* Revert "refactor(style): 'var' used instead of 'let' or 'const'"

This reverts commit 0369dbcaa8.

* refacrot(): remove unused code

* Revert "refactor(style): remove overwritten property value"

* revert(hammer): don't modify 3rd party files

* revert(activator): follow interface

* revert(activator): follow interface (cont)

* revert(activator): follow interface (cont)

* merge(master): fix conflicts

* revert(): change pointless boolean operation to cast

* revert(): text align is covered by a different PR

* revert(): add back unused parameters

* revert(): add back unused parameters
2017-05-05 01:11:00 +02:00
Manuel Mtz-Almeida
3b4b29e832 refactor(action-sheet): adds proper TS types 2017-05-05 01:01:49 +02:00
Manuel Mtz-Almeida
7f7c3cd514 Merge branch 'master' of github.com:driftyco/ionic; branch 'onDidDismiss-doc' of https://github.com/icedt89/ionic 2017-05-05 00:32:10 +02:00
Manuel Mtz-Almeida
de19dbe81b fix(virtual-list): virtualTrackBy reference 2017-05-05 00:24:33 +02:00
Michael Asimakopoulos
299a68bcdc fix(VirtualScroll): initialise differ with trackByFn (#11492)
* fix(VirtualScroll): initialise differ with trackByFn

* fix(VirtualScroll): DRY up differ initialization
2017-05-05 00:20:58 +02:00
AndreasGassmann
646d736d07 fix(navcontrollerbase): popToRoot should not remove root view 2017-05-05 00:17:30 +02:00
Manu MA
7aa07b05ee chore(app-scripts): update to 1.3.7 2017-05-04 22:05:57 +02:00
Manuel Mtz-Almeida
877829b933 chore(e2e): adds bonjour support 2017-05-04 22:05:57 +02:00
Jan Hafner
abf6bd1f68 - typified onDidDismiss and onWillDismiss signature to clearify supplied parameters 2017-05-04 21:23:19 +02:00
perry
d350ddc175 chore(CI): fixing API demo links 2017-05-03 12:20:32 -05:00