Commit Graph

8931 Commits

Author SHA1 Message Date
Manu MA
0680fe9251 docs(all): add global config docs (#16193)
* docs(all): add global config docs

fixes #16109

* lint issue

* add tabButtonLayout

* tabs docs
2018-11-02 17:30:37 +01:00
dwieeb
bc57ca9415 chore(ci): lock in node version (#16200)
We were using `circleci/node:latest-browsers` as the Docker image, and I believe it was recently updated to Node 11, which is not supported by our version of node-sass.
2018-11-02 10:41:51 -05:00
Manu MA
ecc2c55370 docs(all): possible values are extracted by stencil (#16190)
* docs(all): possible values are extracted by stencil

* add defaults

* remove all hardcoded defaults

* update stencil
2018-11-02 00:06:40 +01:00
Brandy Carney
335acf96ee fix(menu): update box-shadow for MD to match spec (#16183) 2018-11-01 15:48:33 -04:00
Cam Wiegert
240171a928 fix(checkbox): match MD spec (#16186)
* fix(checkbox): prevent transition inheritance

* fix(checkbox): use SVG for checkbox icon

* fix(checkbox): match MD spec size

* refactor(checkbox): use height/width custom props over size

* fix(checkbox): match MD spec off state border color

* feat(checkbox): animate check path for MD
2018-11-01 14:13:06 -05:00
Manu Mtz.-Almeida
9b33e28d4b 4.0.0-beta.15 v4.0.0-beta.15 2018-11-01 19:55:36 +01:00
Manu Mtz.-Almeida
1badf58014 chore(): bypass version check 2018-11-01 19:50:09 +01:00
Manu Mtz.-Almeida
72f0a76a1f fix(tabs): use slot instead of placement 2018-11-01 19:26:05 +01:00
Manu MA
1532bd2f48 fix(tab-bar): safe-bottom area is applied correctly (#16179)
* fix(tab-bar): safe-bottom area is applied correctly

fixes #16175

* add test
2018-11-01 18:29:33 +01:00
Manu MA
9c79d9856f fix(searchbar): fix crash on cancel event (#16181)
fixes #16143
2018-11-01 18:17:28 +01:00
Manu MA
fce30ebc06 fix(color): edge currentColor bug (#16177)
fixes #16168
2018-11-01 12:14:31 -05:00
Adam Bradley
1935deb012 test(input): fix input e2e (#16180) 2018-11-01 11:48:16 -05:00
Cam Wiegert
28322379e4 test(all): add medium weight of Roboto for screenshots (#16178) 2018-11-01 10:56:05 -05:00
mhartington
0f9faf8eed doc(): add new docs around tabs 2018-11-01 10:50:35 -04:00
Manu Mtz.-Almeida
be51187a9c 4.0.0-beta.15-0 v4.0.0-beta.15-0 2018-10-31 20:26:27 +01:00
Manu Mtz.-Almeida
ce29f2660c chore(): update stencil 2018-10-31 20:18:04 +01:00
Manu Mtz.-Almeida
fab8b604a5 fix(angular): fix ngModel accessor 2018-10-31 19:19:13 +01:00
Manu Mtz.-Almeida
8eacad2d06 4.0.0-beta.14 v4.0.0-beta.14 2018-10-31 17:53:20 +01:00
Manu Mtz.-Almeida
f23e6e97f1 docs(tabs): add more docs 2018-10-31 17:47:27 +01:00
Manu Mtz.-Almeida
6d11cc15f8 fix(tabs): name prop is not longer used 2018-10-31 17:35:04 +01:00
Cam Wiegert
0faa355139 fix(button): match MD spec timing, outline, hover (#16160)
This adjusts our Material Design button to match the updated spec for:

- transition timing
- outline border styles
- clear/outline hover background color
2018-10-31 11:16:48 -05:00
Manu Mtz.-Almeida
92ee4efb12 fix(inputs): add z-index for all inputs
fixes #16157
2018-10-31 14:46:46 +01:00
Manu Mtz.-Almeida
9da51b3984 fix(checkbox): end position by default 2018-10-31 14:46:46 +01:00
Brandy Carney
00544e9106 fix(header): update box shadow to match MD spec (#16149) 2018-10-30 18:54:31 -05:00
Cam Wiegert
b2f493fb0e fix(range): match MD spec (#16150) 2018-10-30 16:46:01 -05:00
Mark Levy
d5f2e6fdd8 fix(angular): make sure angular form control onChange is fired when needed (#16126)
* Make sure, that angular form's onChange is not fired, when writeValue is called

* Update angular/src/directives/control-value-accessors/select-value-accessor.ts

Co-Authored-By: mmlleevvyy <levy@codeandmore.pl>

* set muteOnChange to false by default
2018-10-30 21:43:37 +01:00
Cam Wiegert
e9579d597f fix(button): match updated MD specs (#16144)
This updates the border-radius, letter-spacing, and box-shadow
of our button to match the updated Material Design spec.
2018-10-30 14:56:17 -05:00
Cam Wiegert
287aec89ab fix(alert): match MD spec (#16145)
This updates our alert to match the updated Material Design
spec, including enter/leave animations.
2018-10-30 14:49:40 -05:00
Manu MA
c2f58038f5 perf(angular): disable async queue (#16118)
* perf(angular): disable async queue

* wip

* update proxy
2018-10-30 20:33:46 +01:00
Adam Bradley
fa965e281f test(e2e): upload svg files (#16148) 2018-10-30 14:16:34 -05:00
Adam Bradley
38db1fb167 test(tabs): fix tabs tests (#16146) 2018-10-30 13:30:08 -05:00
Adam Bradley
e94b5221d4 fix(searchbar): do not animate during initial load (#16147) 2018-10-30 12:50:53 -05:00
Adam Bradley
fc64f7e50a chore(package): update to stencil 0.15.1 (#16138) 2018-10-29 22:54:49 -05:00
Brandy Carney
068303d4d1 fix(action-sheet): update Action Sheet design to match MD spec (#16135)
- Updates Action Sheet styles for Material Design
- Modifies overlay background to #fff (affects alert too)
- Adds a "spec" e2e test which can be used to compare against the spec
2018-10-29 17:59:26 -04:00
Cam Wiegert
615c5187f3 fix(badge): match MD padding (#16134) 2018-10-29 16:15:00 -05:00
dwieeb
2f66ae4f62 chore: extract v3 into its own repository (#16131)
These should be the necessary changes to move v3 source code & issues to the new home for Ionic 3: https://github.com/ionic-team/ionic-v3
2018-10-29 15:10:29 -05:00
Brandy Carney
67eb7cf50d fix(tab-bar): align tab text to the center (#16130)
fixes #15273
2018-10-29 14:01:24 -04:00
Cam Wiegert
018fb9876f test(all): use test() instead of it() where appropriate (#16129)
This replaces uses of Jest's it() function in end-to-end tests with the alias test() where it makes sense semantically.
2018-10-29 12:40:06 -05:00
dwieeb
ee902e6e98 chore(screenshot): new config to operate on checks (#16112) 2018-10-26 17:25:29 -05:00
Brandy Carney
1a70a93904 docs(breaking): update colors to core css (#16110) 2018-10-26 14:46:19 -04:00
Manu MA
1733c9489c docs(): value for toggle and checkbox (#16102)
* docs(): value for toggle and checkbox

fixes #16074

* update docs
2018-10-26 20:18:53 +02:00
Manu MA
33448c6eec fix(infinite-scroll): disabled resets loading/busy state (#16107)
fixes #15994
2018-10-26 19:26:16 +02:00
Manu MA
aad7711af2 fix(datetime): can participate in native <form> (#16106)
fixes #16075
2018-10-26 19:01:39 +02:00
Manu MA
c982856dba feat(toast): add "color" prop (#16100)
This commit also refactors ion-toast, so it uses shadow-dom,
this is required since CSS variables
does not work well in non-shadow-dom components.

fixes #16099
2018-10-26 18:53:02 +02:00
Manu MA
f0141817d4 fix(datetime): pickerOptions are all optional (#16101)
fixes #16095
2018-10-26 18:42:57 +02:00
Brandy Carney
9dfc863f0f fix(fab-button): use correct background in list and update the md icon color (#16092)
* fix(fab): separate the mode colors and update the md icon color

-md icon color matches spec by adding 0.54 opacity to the color

fixes #16091

* fix(fab): update the font size for buttons in a fab list

* fix(fab-button): update box-shadow for both states

* fix(fab-button): update transition to match md spec
2018-10-25 21:42:19 -05:00
Manu MA
6a138a6c55 refactor(show): remove show/hide-when components (#16098) 2018-10-25 21:32:41 -05:00
Cam Wiegert
e9a94d2b91 chore: use system fonts in testing font stack (#16096) 2018-10-25 18:53:28 -05:00
Cam Wiegert
44b0eaba85 fix(card): adjust styles to match MD (#16093)
* fix(card-content): remove top padding when after header

* fix(card): adjust text weight, sizes, and colors

* fix(card): adjust border-radius and box-shadow

* fix(card): make title/subtitle margin interchangeable
2018-10-25 16:55:54 -05:00
Manu MA
ef6895acbd fix(inputs): disabled handling (#16071) 2018-10-25 22:50:06 +02:00