ceae5d20d7
fix(alert): update styles for rtl ( #17129 )
...
- apply border correctly to 2 button mode in iOS
- radio: position icon correctly (fixes #16295 )
- checkbox: position icon correctly
- remove scrollbar with radio/checkbox
- updates e2e test to include rtl
https://screenshot.ionicframework.com/5447404/d8bad6a
references #17012
2019-01-16 15:38:08 -05:00
54474041ba
4.0.0-rc.2
v4.0.0-rc.2
2019-01-16 17:20:31 +01:00
90740ce2c2
chore(): no-install flag
2019-01-16 17:15:43 +01:00
5e8511607a
test(nav): skip tests for the release
2019-01-16 17:08:03 +01:00
9e80b7377c
revert(test): update avatar index.html
...
This reverts commit f1c970af8d3898e8b9f2477bb69e474fcebf3c34.
2019-01-16 08:28:23 -06:00
6929bb817c
feat(angular): add tabs events ( #17125 )
...
* feat(angular): add tabs events
* lint
2019-01-15 22:07:53 +01:00
0693c887f9
docs(row): fix links to grid and col components ( #17119 )
2019-01-15 12:49:24 -05:00
1099dc30b0
fix(input): fix display of ion-input in narrow ion-item in Firefox ( #16978 )
...
* fix(input): fix display of ion-input in narrow ion-item in Firefox
* Update index.html
test(input): add narrow input test
2019-01-15 12:44:00 -05:00
c2fe9175bf
refactor(rtl): use css logical properties for padding/margin ( #16987 )
...
* refactor(rtl): use css logical properties for padding/margin
* fix(item-divider): fix padding
* test(rtl): add item basic rtl script
* fix(rtl): update core/src/themes/ionic.mixins.scss
* refactor(rtl): wrap css logical props with @supports
* refactor(rtl): do not use css logical properties for hardcoded 0 values
2019-01-15 10:43:00 -06:00
4d5dcd4778
fix(angular): hide some internal methods ( #17121 )
2019-01-15 16:04:22 +01:00
b0f51d4989
fix(utils): remove console log ( #17116 )
2019-01-15 11:47:01 +01:00
3dac7bb7af
docs(typo): fortunatelly / fortunately ( #17108 )
2019-01-14 16:57:19 -06:00
003eb2faff
test(e2e): fix e2e screenshot wait ( #17110 )
2019-01-14 16:56:08 -06:00
a9a23afce6
fix(rtl): fix rtl back button default ( #17109 )
...
Closes #15357
2019-01-14 16:37:20 -06:00
3aaf87ad0f
fix(angular): NavController methods return a promise ( #17106 )
...
fixes #17103
2019-01-14 22:16:23 +01:00
564fd61541
chore(build): add release.dev npm build script ( #17104 )
2019-01-14 22:01:45 +01:00
d3b866b290
refactor(all): remove ionChange in non-inputs ( #17101 )
...
fixes #17071
2019-01-14 21:43:24 +01:00
3c801dbe11
feat(angular): expose getSelected() ( #17079 )
...
fixes #17068
2019-01-14 18:03:44 +01:00
8789748334
test(angular): add more ViewChild and event tests ( #17099 )
2019-01-14 17:38:31 +01:00
8357e5c1ed
fix(angular): fix slides ( #17085 )
...
* test: slides
* remove sideEffects
2019-01-14 16:54:51 +01:00
c32e38e776
docs(CHANGELOG): fix small typo ( #17067 )
2019-01-12 00:03:22 +01:00
0120eee8d4
fix(inputs): fix styles in firefox ( #17066 )
2019-01-11 20:28:56 +01:00
6364e4e2a1
fix(inputs): keyboard focus improvements ( #16838 )
...
fixes #16815
fixes #16872
fixes #13978
fixes #16610
2019-01-11 19:36:02 +01:00
275d385c17
docs(item): update usage documentation ( #16448 )
...
resolves #16440
2019-01-11 12:57:59 -05:00
d2fa946c18
fix(item): no lines on item should take precedence over list lines ( #17049 )
...
fixes #16900
2019-01-11 10:37:54 -05:00
63e0501ae6
fix(input): disable shadow-dom for text inputs ( #17043 )
...
fixes #17020
2019-01-11 16:07:38 +01:00
418052f84b
fix(fab-button): add default padding for fab-button ( #17050 )
2019-01-11 00:58:35 +01:00
82457d874b
fix(action-sheet): remove the height shift on press and update iOS design ( #16862 )
...
This changes the border into a linear gradient background image which allows us to avoid the height decrease on press and have the same border as the background color when pressed.
- merges all action sheet tests to the basic directory (except standalone, translucent), references #16715
- removes the height shift on press, fixes #16790
- fixes the cancel button on iOS so it is `#ffffff` by default
- gets the look of the action sheet closer to native for iOS
- only applies the translucent and backdrop filter if it is supported by the browser (chrome will not show transparent anymore)
- updates documentation to describe when translucent will show up
- adds documentation on how to use screenshot tests
2019-01-10 18:13:31 -05:00
509edbc53c
test(angular): add test for providers ( #17041 )
2019-01-10 17:29:22 +01:00
27a4709195
fix(angular): ViewChild() fix ( #17037 )
...
fixes #17034
2019-01-10 12:59:29 +01:00
169da3709b
fix(datetime): do no change order of formatted dates w/ rtl ( #17024 )
2019-01-09 17:20:36 -06:00
f1c970af8d
test(avatar): update index.html ( #17017 )
2019-01-09 12:08:01 -06:00
1338d71dff
fix(picker): do not change datetime/picker column order in RTL ( #17018 )
...
Closes #16294
2019-01-09 12:06:13 -06:00
b4f34054ef
fix(icon): fix rtl detail icon for ios ( #17016 )
...
Closes #14958
2019-01-09 11:31:30 -06:00
a30f760d92
4.0.0-rc.1
v4.0.0-rc.1
2019-01-09 17:54:00 +01:00
bb40f3e38e
test(nav): fix e2e tests
2019-01-09 17:30:04 +01:00
6d6472baf5
fix(col): handle RTL offset-*, pull-*, and push-* ( #16702 )
2019-01-09 09:43:14 -06:00
48ab42f8ad
test(popover): add popover rtl test ( #17015 )
2019-01-09 09:34:42 -06:00
7846019612
fix(popover): position properly in RTL / MD modes ( #16745 )
2019-01-09 09:13:30 -06:00
c68292b78f
test(rtl): add rtl script to all e2e tests ( #17009 )
2019-01-08 15:06:23 -06:00
0b84e27c61
perf(angular): flat ng modules ( #17007 )
...
fixes #17001
2019-01-08 21:33:30 +01:00
76e9e02c28
fix(angular): update @angular/router dependency ( #16998 )
2019-01-08 19:54:19 +01:00
44fb45e2bc
perf(angular): bundle size improvements for angular ( #16966 )
2019-01-07 22:05:36 +01:00
45db44abe7
docs(grid): fix links to row and col components ( #16859 )
2019-01-04 11:31:23 -05:00
7ee8aa66dd
fix(ripple-effect): never capture click ( #16955 )
...
fixes #16939
2019-01-04 12:07:47 +01:00
d22e57db72
docs(virtual-scroll): fix property name ( #16952 )
2019-01-04 11:46:58 +01:00
005f4135ac
docs(segment): update segment usage to include label ( #16882 )
...
Adapt docs to 4.0.0-beta.16 breaking change
2019-01-03 17:45:18 -05:00
8ee9205629
fix(tabs): fix goto root ( #16926 )
...
fixes #16917
2019-01-01 17:51:38 +01:00
cda2573fdd
chore(): update stencil ( #16921 )
...
* chore(): update stencil
* fix angular
2018-12-31 17:35:33 +01:00
09726b0d35
feat(radio-group): add missing implementation for property allowEmptySelection ( #16880 )
...
fixes #16841
2018-12-31 17:24:44 +01:00