Commit Graph

1129 Commits

Author SHA1 Message Date
Brandy Carney
09d69b9bf6 fix(list): do not style last child items by default (#16456)
fixes #15185
2018-11-26 16:39:11 -05:00
Manu MA
d09e55500c chore(): update stencil (#16460) 2018-11-26 22:19:48 +01:00
Brandy Carney
12bcb415ee fix(themes): update default toolbar and tab background to #fff (#16454)
fixes #16384

BREAKING CHANGES

The default background color for the Toolbar and Tab Bar is now white (#fff).

This can be changed by overriding the following CSS variables:

```
--ion-toolbar-background
--ion-tab-bar-background
--ion-tab-bar-background-focused
```

See https://beta.ionicframework.com/docs/theming/css-variables for more information.
2018-11-26 13:01:56 -05:00
Brandy Carney
bc3e192427 fix(tab-bar): update to match MD design and remove transforms (#16348)
Updates the tab-bar to match the MD bottom navigation spec: https://material.io/design/components/bottom-navigation.html#specs

Changes proposed in this pull request:
- moved flex properties to host, inherit in child anchor element
  - this allows the user to customize the tab-button flex properties & fixes #16231
- increased letter spacing
- removed transforms / transitions on active tab
- decreased badge size, add badge styling when empty for MD
- fix badge positioning on both iOS and MD
- updates e2e tests, adds a preview test for tab-bar
- updates documentation surrounding tabs

fixes #16231
fixes ionic-team/ionic-docs#175
fixes ionic-team/ionic-docs#163
2018-11-21 12:07:37 -05:00
Adam Bradley
d336054328 chore(scripts): rename npm run dev to npm start (#16416) 2018-11-21 10:05:25 -06:00
Adam Bradley
1a7ec5c8be chore(package): update to stencil 0.16.0-5 (#16415) 2018-11-21 09:43:02 -06:00
Manu MA
7d64879426 chore(): rename style to css-prop (#16408) 2018-11-21 11:43:27 +01:00
Manu MA
2884076834 feat(ripple): adds unbounded ripple-effect (#16399) 2018-11-20 23:37:54 +01:00
Adam Bradley
4dd4ccc4ce fix(mode): lazy load same component, two different modes (#16401)
* test(mode): lazy load same component, two different modes

* chore(package): update to stencil 0.16.0-4

* chore(ng): update ng proxies
2018-11-20 16:27:07 -06:00
Manu MA
838f40de37 feat(ripple-effect): add option to disable ripple-effect (#16393)
fixes #16379
2018-11-20 11:43:18 +01:00
Manu Mtz.-Almeida
adae220d42 update 2018-11-20 10:06:02 +01:00
Manu Mtz.-Almeida
a85ef06ac9 chore(): update stencil + api-spec file 2018-11-20 10:06:02 +01:00
Manu Mtz.-Almeida
723296e9b2 fix(menu-controller): _getInstance() is internal 2018-11-19 23:32:28 +01:00
Cam Wiegert
7d7b995a61 fix(toolbar): match MD button spec (#16378)
Fixes an issue where a Material Design button would disappear when focused within a toolbar with a color attribute.
2018-11-19 10:57:03 -05:00
Paul Stelzer
52cea5a404 fix(toast): make longer toasts available with pre-wrap (#16361)
fixes #16360
2018-11-18 14:11:22 +01:00
Adam Bradley
8cb266ba34 chore(types): add null checks (#16351) 2018-11-16 22:20:51 -06:00
Manu Mtz.-Almeida
6318da6424 4.0.0-beta.16 2018-11-16 19:33:59 +01:00
Manu MA
fd79b57748 fix(inputs): fix aria with shadow-dom (#16329) 2018-11-16 19:26:55 +01:00
Brandy Carney
10971cc3ca feat(segment): adds global variable for targeting segment in toolbar (#16344)
adds the following variables

```
--ion-toolbar-color-unchecked
--ion-toolbar-color-checked
```
2018-11-16 13:19:01 -05:00
Manu Mtz.-Almeida
767d299fb2 fix(input): remove red shadow for firefox
fixes #16318
2018-11-16 00:18:39 +01:00
Manu Mtz.-Almeida
c9b4e66f36 fix(gesture): release gesture when it's disabled
fixes #16335
2018-11-15 23:36:07 +01:00
Manu Mtz.-Almeida
8e0f1bac11 fix(tabs): works with no href 2018-11-15 19:32:34 +01:00
Manu Mtz.-Almeida
fd82716c8a chore(): update ionicons 2018-11-15 18:34:16 +01:00
Brandy Carney
e9e33add55 fix(segment-button): make layout optional 2018-11-15 12:33:42 -05:00
Brandy Carney
256745cd1e feat(segment): adds scrollable and layout props and updates to follow the spec (#16273)
Adds the ability to apply a layout to the segment button in order to better match the Material Design spec, updates the design and UI to match the spec more, and separates the segment button styles back into the proper directory.

- moves the segment button css back into segment-button directory
- updates the design to match the MD spec better
- adds layout property to match MD spec
- adds custom properties for better styling
- allows for overscroll / scrolling tabs via scrollable attribute
- changes the indicator to a div - will need to animate it
- updates e2e tests and add spec test

fixes #16232 fixes #16081
references #14853

BREAKING CHANGES

Segment Button now requires the text to be wrapped in an `ion-label` element for improved styling.

*Old usage:*

 ```html
<ion-segment-button>
  Item One
</ion-segment-button>
```
 *New usage:*

 ```html
<ion-segment-button>
  <ion-label>Item One</ion-label>
</ion-segment-button>
```

Note: this will not technically break your app, but the styles may look wrong.
2018-11-15 12:22:35 -05:00
Manu MA
6d5944613a fix(ripple-effect): follow MD spec (#16330)
* fix(ripple-effect): follow md spec

* add box-shadow back

* add ripple effect to alert and action-sheet
2018-11-15 16:08:39 +01:00
Manu MA
02a266cc85 fix(tab-button): layout is mutable (#16332) 2018-11-15 15:35:16 +01:00
Manu MA
bd3ca42ea0 fix(checkbox): align vertically (#16331) 2018-11-15 15:20:56 +01:00
Ire Aderinokun
f58a7c05e8 style(fab): fix typo in height variable (#16227) 2018-11-14 17:04:59 -05:00
Brandy Carney
188a63546a fix(toast): update toast design to match MD spec (#16323)
Updates the Material Design Toast to closer match the spec: https://material.io/design/components/snackbars.html

- Updates the animation to use opacity, not translate
- Updates design with the right background, box-shadow, etc.
- Fixes the broken position middle of toast and updates e2e test to include this
- Allows for line breaks to be passed in the message

fixes #16271
2018-11-14 15:21:27 -05:00
Manu Mtz.-Almeida
adae8d4ad1 fix(angular): adds tabs stack 2018-11-14 19:26:19 +01:00
Manu Mtz.-Almeida
108691dc44 fix(angular): add swipe-to-go-back gesture 2018-11-14 13:22:31 +01:00
Manu Mtz.-Almeida
3ac05214f1 chore(): update to angular 7 2018-11-14 13:22:31 +01:00
Cam Wiegert
5d0050157e fix(range): increase MD horizontal padding (#16312)
This increases the horizontal padding on Material Design
range to prevent clipping within item.
2018-11-13 10:42:45 -06:00
Cam Wiegert
0fec72255b fix(alert): use tint for md button active background (#16278) 2018-11-08 18:23:18 -06:00
Kevin Ports
8e2a6ddd75 fix(toggle): match MD toggle track background for off state (#16277) 2018-11-08 15:20:44 -06:00
Cam Wiegert
91f07bc097 refactor(chip): update styles, remove chip-icon and chip-button (#16264)
This reimplements chip, removing the extraneous chip-button and chip-icon components and updating the design to match the updated Material Design spec.
2018-11-08 14:58:29 -06:00
Kevin Ports
6794447e10 fix(list-header): match MD bottom margin, match MD text color (#16274) 2018-11-08 14:05:55 -06:00
Kevin Ports
595786735c fix(searchbar): align cancel button to center with search icon position (#16259) 2018-11-07 16:31:21 -06:00
Cam Wiegert
bf96260b6b test(searchbar): add focused state screenshot (#16261) 2018-11-07 15:43:18 -06:00
Cam Wiegert
93ae2c8f66 docs(alert): document custom properties (#16251)
references #14850
2018-11-06 16:05:19 -06:00
Cam Wiegert
2fcff2c263 docs(action-sheet): document custom properties (#16250)
references #14850
2018-11-06 15:36:25 -06:00
Cam Wiegert
6d3042efe5 docs(menu): document custom properties (#16249)
references #14850
2018-11-06 12:50:06 -06:00
Cam Wiegert
3ecefcbf1e test(menu): add buttons and test push type (#16247)
- Augments the menu component's tests to include buttons for non-automated usage
- Uses the push type for one of the menus.
2018-11-06 11:55:34 -06:00
Cam Wiegert
fda48a0e52 docs(tabs): document custom properties (#16225)
* docs(tab-bar): document custom properties

* docs(tab-button): document custom properties

* chore: fix lint error
2018-11-05 07:47:57 +01:00
Cam Wiegert
07571265a3 fix(range): use fully opaque base in color active bar (#16224)
This fixes a specificity issue where Material Design ranges with a color attribute wouldn't apply a fully opaque color to the active portion of the range bar.
2018-11-04 17:44:31 -06:00
Brandy Carney
3c9ed3166d fix(backdrop): update opacity to match MD spec (#16188) 2018-11-04 14:04:06 -05:00
Brandy Carney
e416c23b3b fix(item): update to match Material Design spec (#16182)
- splits the item min height by mode
- removes padding end from the slotted end components in favor of using 16px on the item
- updates the icon color to lighter gray (rgb)
- removes font size change from text wrapped labels
- add list spec test to include MD examples

fixes #14799
2018-11-04 10:58:57 -05:00
Manu MA
091625df64 fix(all): update types to be required (#16218) 2018-11-03 20:54:58 +01:00
Manu MA
a9811169fc fix(angular): es6 build (#16207)
fixes #15979
2018-11-03 02:14:33 +01:00