238 Commits

Author SHA1 Message Date
45b46b4695 fix(angular): generate proxies for ion-tabbar (#15954) 2018-10-15 13:34:07 -05:00
494599382c 4.0.0-beta.13 2018-10-14 11:49:02 -05:00
a72fced6fe fix(all): docs for all missing props 2018-10-11 16:24:08 -05:00
098bd826cd fix(fab-button): add and document css properties
references #14853 references #14850 closes #14808
2018-10-11 13:43:13 -05:00
e3bbfd0b05 refactor(tabs): ion-tabbar can be used in standalone mode 2018-10-09 15:32:43 -05:00
64b52b54e4 feat(menu): add new lifeycle events 2018-10-09 09:53:44 -05:00
5f659420fd fix(reorder-group): delegate dom reordering
fixes #15836
2018-10-08 09:46:37 -05:00
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
24f33730a0 feat(nav): animation is customizable
fixes #15851
2018-10-04 18:06:19 +02:00
f63c0f5ccc fix(angular): only bypass zone in high-rate events
fixes #15765
2018-10-04 16:53:47 +02:00
3d985871e4 fix(tabs): badgeColor works again
fixes #15559
fixes #14840
2018-10-02 21:33:48 +02:00
5560dcd713 fix(all): avoid using focus() since it conflicts with HTMLElement
fixes #15810
2018-10-02 17:13:45 +02:00
6a5aec8b5d feat(angular): observer based api to override hardware back button
fixes #15820
2018-10-02 13:28:18 +02:00
c57a7cc2b1 fix(angular): add "main" to package.json as workaround for webstorm 2018-10-02 13:15:09 +02:00
0337c7f567 fix(angular): backButton event uses ionBackButton 2018-10-02 13:15:09 +02:00
6ea6d53354 4.0.0-beta.12 2018-09-26 21:03:07 +02:00
b71b36c7e4 fix(angular): import icons using webpack apis 2018-09-25 23:52:10 +02:00
236d8a41e8 fix(angular): ionic/core is only a dep 2018-09-25 22:07:12 +02:00
a74fd6f414 chore(angular): update proxies 2018-09-25 21:02:40 +02:00
e18f8bfa0e fix(angular): value is updates based in ionChange
fixes #15722
2018-09-25 02:18:29 +02:00
7bd33a77f6 fix(angular): add event listener on window (#15628) 2018-09-24 11:48:55 -05:00
7f5c35790c docs(menu-controler): fix typo (#15669) 2018-09-24 11:45:26 -05:00
573117adf6 4.0.0-beta.11 2018-09-15 00:25:54 +02:00
94aaa33923 4.0.0-beta.10 2018-09-14 23:40:45 +02:00
005d7c8bc1 4.0.0-beta.9 2018-09-14 21:16:25 +02:00
6da765b3d5 fix(): handle failure in hardware back button 2018-09-14 10:58:39 -04:00
239863465c fix(fab-button): add routerDirection
fixes #15551
2018-09-12 20:54:28 +02:00
6d6f70ce09 fix(angular): only append the component when the parent element is not the container element
Closes #14737
2018-09-11 11:55:06 -04:00
37c9be7453 fix(back-button): subscribe to body 2018-09-11 14:11:43 +02:00
8f5b45c539 chore(): update to latest stencil 2018-09-11 10:54:31 +02:00
b6fc69d2cd 4.0.0-beta.8 2018-09-06 22:54:52 +02:00
1bcca01e1a feat(angular): integrate back-button with ng router 2018-09-05 23:50:11 +02:00
3b957a6a59 chore(): update proxies 2018-09-05 23:50:11 +02:00
db1dbd40c2 4.0.0-beta.7 2018-08-30 19:12:15 +02:00
7b82877e86 4.0.0-beta.6 2018-08-29 20:50:05 +02:00
188dd12d9f chore(): update to latest stencil 2018-08-29 20:41:05 +02:00
1cbb371d3f docs(platform): respect PLATFORMS_MAP from core (#15371)
* docs(platform): respect PLATFORMS_MAP from core

* docs(platform): adapt descriptions
2018-08-29 17:42:05 +02:00
cc960c3d48 fix(overlays): expose mode, id, keyboardClose
fixes #15366
2018-08-29 16:19:51 +02:00
f9bf5c0c30 fix(angular): virtual-scroll
fixes #15355
2018-08-29 02:15:47 +02:00
6fdeb319ef fix(angular): NavController signatures
fixes #15353
2018-08-29 01:39:57 +02:00
8dfc52f63d fix(angular): overlay not found
fixes #15349
2018-08-29 01:39:57 +02:00
d5b7a0132f 4.0.0-beta.5 2018-08-27 21:16:19 +02:00
c5cf197658 4.0.0-beta.4 2018-08-27 19:37:23 +02:00
e9e3d4bb9f chore(): update proxies 2018-08-27 19:29:02 +02:00
7aa4f13105 fix(angular): expose router.navigate()
fixes #15332
2018-08-26 19:19:01 +02:00
3ffa3cd7db fix(platform): better detect platforms + css API
fixes #15165
fixes #15116
2018-08-25 16:53:31 +02:00
4a45effe8c fix(ripple-effect): using method invocation instead of events
fixes #15318
2018-08-24 22:58:12 +02:00
f204d4e8fb chore(): revert to using components.d.ts from latest stencil. 2018-08-24 11:17:07 -05:00
5f3c7cd755 fix(docs): add missed menu title in the list (#15300) 2018-08-24 03:43:31 +02:00
fe9a3e4f60 chore(): update to latest stencil release. 2018-08-23 14:18:40 -05:00