Manu MA
3894b7a510
test(angular): add test app ( #16482 )
2018-11-28 00:51:19 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mike Hartington
8439f888d0
docs(): add ng-add testing docs to readme ( #16478 )
2018-11-27 13:48:33 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mike Hartington
75dd853a49
feat(): support ng add ( #15323 )
...
* feat(angular): support ng add
* feat(): add build aditions
* chore(): update schematics
* chore(): bad style import
2018-11-27 13:36:59 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Brandy Carney
0df9f896b4
docs(breaking): add show-when and hide-when to breaking ( #16463 )
...
closes #15776 closes #16214
2018-11-27 11:34:35 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mark Levy
429e08344a
fix(angular): default value of BooleanValueAccessor should be false ( #16420 )
2018-11-22 15:32:36 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu MA
ce1fcea68c
fix(angular): es6 classes break in ie11 ( #16417 )
...
fixes #15979
2018-11-21 23:59:12 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu MA
72bc025874
fix(angular): tune routerLink default behaviour ( #16405 )
...
refactor: use ng7 features for direction detection
2018-11-21 00:08:20 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu MA
2884076834
feat(ripple): adds unbounded ripple-effect ( #16399 )
2018-11-20 23:37:54 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu MA
f8311860b0
fix(angular): fix tabs with useHash ( #16392 )
...
fixes #16390
2018-11-20 10:45:56 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
b645bfd1b7
fix(angular): fix controlValueAccessor for boolean
...
fixes #16371
2018-11-19 23:32:28 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
359bdcf8ec
fix(angular): avoid forEach in classList
2018-11-19 23:32:28 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
34cd1d16d2
fix(angular): cleanup ion-invalid class
...
fixes #16353
2018-11-17 11:58:51 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
6318da6424
4.0.0-beta.16
2018-11-16 19:33:59 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu MA
fd79b57748
fix(inputs): fix aria with shadow-dom ( #16329 )
2018-11-16 19:26:55 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
b8dae5e5d5
fix(angular): fix handler outside zone
...
fixes #16338
2018-11-16 16:17:00 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
adae8d4ad1
fix(angular): adds tabs stack
2018-11-14 19:26:19 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
d9172b7d68
fix(angular): disable transition heuristics by default
2018-11-14 19:26:19 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
108691dc44
fix(angular): add swipe-to-go-back gesture
2018-11-14 13:22:31 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
bfbbeca389
perf(angular): remove duplicated code in value-accessor
2018-11-14 13:22:31 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
3ac05214f1
chore(): update to angular 7
2018-11-14 13:22:31 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu MA
a9811169fc
fix(angular): es6 build ( #16207 )
...
fixes #15979
2018-11-03 02:14:33 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
9b33e28d4b
4.0.0-beta.15
2018-11-01 19:55:36 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
72f0a76a1f
fix(tabs): use slot instead of placement
2018-11-01 19:26:05 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
be51187a9c
4.0.0-beta.15-0
2018-10-31 20:26:27 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
fab8b604a5
fix(angular): fix ngModel accessor
2018-10-31 19:19:13 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
8eacad2d06
4.0.0-beta.14
2018-10-31 17:53:20 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
6d11cc15f8
fix(tabs): name prop is not longer used
2018-10-31 17:35:04 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Brandy Carney
1a70a93904
docs(breaking): update colors to core css ( #16110 )
2018-10-26 14:46:19 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu MA
aad7711af2
fix(datetime): can participate in native <form> ( #16106 )
...
fixes #16075
2018-10-26 19:01:39 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu MA
6a138a6c55
refactor(show): remove show/hide-when components ( #16098 )
2018-10-25 21:32:41 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu MA
ef6895acbd
fix(inputs): disabled handling ( #16071 )
2018-10-25 22:50:06 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu MA
4d3ad67740
refactor(tabs): apply design-doc ( #16048 )
2018-10-25 22:13:19 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Mark Levy
4318520695
fix(cordova): fix resume event in cordova browser ( #15945 )
...
Fixes #15944
2018-10-23 09:44:05 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu MA
45b46b4695
fix(angular): generate proxies for ion-tabbar ( #15954 )
2018-10-15 13:34:07 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
494599382c
4.0.0-beta.13
2018-10-14 11:49:02 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
a72fced6fe
fix(all): docs for all missing props
2018-10-11 16:24:08 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Brandy Carney
098bd826cd
fix(fab-button): add and document css properties
...
references #14853 references #14850 closes #14808
2018-10-11 13:43:13 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
e3bbfd0b05
refactor(tabs): ion-tabbar can be used in standalone mode
2018-10-09 15:32:43 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
64b52b54e4
feat(menu): add new lifeycle events
2018-10-09 09:53:44 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
5f659420fd
fix(reorder-group): delegate dom reordering
...
fixes #15836
2018-10-08 09:46:37 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Brandy Carney
f885f7d10a
fix(item): add input highlight using an absolute div ( #15856 )
...
Adds the following CSS properties to item:
```
--highlight-color-focused
--highlight-color-valid
--highlight-color-invalid
--highlight-height
```
This also fixes an issue where we were showing the highlight on items
with no lines, and shows inset vs full properly. Adds documentation and tests for input focus.
fixes #14036 fixes #9639 fixes #14952 closes #15690
2018-10-05 16:15:39 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
24f33730a0
feat(nav): animation is customizable
...
fixes #15851
2018-10-04 18:06:19 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
f63c0f5ccc
fix(angular): only bypass zone in high-rate events
...
fixes #15765
2018-10-04 16:53:47 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
3d985871e4
fix(tabs): badgeColor works again
...
fixes #15559
fixes #14840
2018-10-02 21:33:48 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Manu Mtz.-Almeida
5560dcd713
fix(all): avoid using focus() since it conflicts with HTMLElement
...
fixes #15810
2018-10-02 17:13:45 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)