Commit Graph

8402 Commits

Author SHA1 Message Date
Manu Mtz.-Almeida
617347950d fix(content): overflow-behavior: contain
https://developers.google.com/web/updates/2017/11/overscroll-behavior
2018-08-13 00:40:42 +02:00
Manu Mtz.-Almeida
03da98e233 fix(tap-click): nested buttons get activated first 2018-08-12 23:09:53 +02:00
Manu Mtz.-Almeida
0842939273 refactor(tabbar): removes ion-tab-button 2018-08-12 22:50:52 +02:00
Manu Mtz.-Almeida
0dc70f7f6d fix(tap-click): works inside shadow-dom
adds private ion-activable attribute

fixes #15128
2018-08-12 22:48:58 +02:00
Manu Mtz.-Almeida
270ece0b5e refactor(loading): remove dismissOnPageChange
closes #14930
2018-08-12 18:38:30 +02:00
Manu Mtz.-Almeida
d856ecfbbf chore(): update to latest stencil 2018-08-12 12:04:27 +02:00
Manu Mtz.-Almeida
149039bd12 fix(split-pane): disabled prop is dynamic
fixes #14959
2018-08-12 02:00:31 +02:00
Manu Mtz.-Almeida
b7e741ab80 fix(virtual-scroll): fix viewportOffset calculation
fixes #14963
2018-08-12 01:42:49 +02:00
Manu Mtz.-Almeida
89e8256856 fix(angular): add ion-backdrop
fixes  #14971
2018-08-12 01:21:23 +02:00
Manu Mtz.-Almeida
3ada858246 docs(content): breaking resize()
fixes #14875
2018-08-12 01:19:00 +02:00
Manu Mtz.-Almeida
c2cc07e24e docs(content): breaking
fixes #15106
2018-08-12 01:19:00 +02:00
Manu Mtz.-Almeida
2d70ee4ca9 fix(all): user-select for desktop 2018-08-12 01:19:00 +02:00
Manu Mtz.-Almeida
1e1964dd77 fix(config): persistConfig 2018-08-12 01:19:00 +02:00
Manu Mtz.-Almeida
2e7d355edf fix(input): event interfaces 2018-08-12 01:18:59 +02:00
Manu Mtz.-Almeida
db0049ff73 fix(config): add persistance mode
fixes #15102
2018-08-12 01:18:59 +02:00
Manu Mtz.-Almeida
f032769a6c fix(datetime): add open() method
fixes #14923
2018-08-12 01:18:59 +02:00
Manu Mtz.-Almeida
4047812258 feat(select): add open method
fixes #14881
2018-08-12 01:18:59 +02:00
Manu Mtz.-Almeida
695abcfbd2 fix(content): scrollToTop 2018-08-12 01:18:59 +02:00
Manu Mtz.-Almeida
3ab835c302 fix(range): adds css var
fixes #15064
2018-08-12 01:18:59 +02:00
Manu Mtz.-Almeida
b53ce4b0e8 fix(virtual-scroll): use FunctionalComponent for JSX integration 2018-08-12 01:18:59 +02:00
Adam LaCombe
e3010e1f0d fix(css): --ion-item-background > --ion-item-background-color (#15101) 2018-08-12 00:40:36 +02:00
Simon
35837c3fd8 doc(virtual-scroll): fix code examples from deprecated [virtualScroll] to [items] (#15130) 2018-08-11 12:47:01 +02:00
Brandy Carney
575c5eb292 fix(tabs): get the tabbar layout working with shadow DOM (#15113)
- gets the `tabbarLayout` property working
- update badge position based on tabs layout
- fix the transforms for icon/text and icon size

fixes #14611
2018-08-10 17:41:38 -04:00
Cam Wiegert
85ffe01675 fix(segment-button): add and document custom properties
references #14850
2018-08-10 13:36:28 -05:00
Cam Wiegert
154b70e6da fix(segment): center align text 2018-08-10 13:16:12 -05:00
Manu Mtz.-Almeida
04d33e5630 fix(fab-button): sets pointer-events none when disabled
relates to #15129
fixes #15120
2018-08-10 20:12:58 +02:00
Manu Mtz.-Almeida
b70bb70991 refactor(toggle): move pointer-events to base CSS
relates to #15129
2018-08-10 20:12:15 +02:00
Manu Mtz.-Almeida
2dbda30351 refactor(segment): move pointer-events to base CSS
relates to #15129
2018-08-10 20:12:06 +02:00
Manu Mtz.-Almeida
690726f918 refactor(radio): move pointer-events to base CSS
relates to #15129
2018-08-10 20:11:55 +02:00
Manu Mtz.-Almeida
4e84d9ced9 refactor(checkbox): move pointer-events to base CSS
relates to #15129
2018-08-10 20:11:44 +02:00
Patrick McDonald
0219309297 fix(docs): replace ion-navbar with ion-toolbar (#15126)
The header still has an old example of `ion-navbar`.
2018-08-10 19:51:25 +02:00
Manu Mtz.-Almeida
01323acd6a fix(content): scrolling Y 2018-08-10 02:16:06 +02:00
Manu Mtz.-Almeida
aa23d08a71 fix(all): safe-area using css variables 2018-08-10 01:41:05 +02:00
Manu Mtz.-Almeida
3da1bf45ba fix(toast): statusbarPadding 2018-08-10 01:08:47 +02:00
Manu Mtz.-Almeida
6e3e07bc8b fix(all): improve text customization 2018-08-10 00:36:07 +02:00
Brandy Carney
4ec038d507 style(item): remove console log and outdated docs 2018-08-09 18:10:33 -04:00
Manu Mtz.-Almeida
997cda0667 refactor(scroll): merge into ion-content 2018-08-10 00:07:08 +02:00
Brandy Carney
a4571bfa4f style(datetime): update misspellings 2018-08-09 18:04:52 -04:00
Brandy Carney
c287cb587e docs(item): update to include lines prop 2018-08-09 18:04:52 -04:00
Cam Wiegert
da6df2ad73 fix(spinner): add and document custom properties
references #14850
2018-08-09 15:21:36 -05:00
Damian
dc762f0a31 docs(list): add available options for lines property 2018-08-09 12:05:39 -04:00
Manu Mtz.-Almeida
50ad1e7c5a fix(router): transition race condition
fixes #14873
fixes #15090
2018-08-09 02:40:36 +02:00
Manu Mtz.-Almeida
01690452e9 feat(config): strongly typed config
fixes #15097
2018-08-08 23:53:15 +02:00
Cam Wiegert
6f2827ad25 chore(text): don't overwrite ion-color properties
references #14808
2018-08-08 15:38:18 -05:00
Cam Wiegert
5dfcd47b34 fix(textarea): add and document custom properties 2018-08-08 15:34:53 -05:00
Cam Wiegert
5627811ef0 fix(textarea): add ion color classes 2018-08-08 15:14:43 -05:00
Brandy Carney
6738ab7d87 fix(avatar): document and add custom properties
references #14850
2018-08-08 15:55:55 -04:00
Cam Wiegert
c88e1adfd8 fix(thumbnail): add and document custom properties
references #14850
2018-08-08 14:31:33 -05:00
Cam Wiegert
5f6f6a144e fix(toast): add and document custom properties
references #14850
2018-08-08 13:06:37 -05:00
Cam Wiegert
cb08ba973b chore(toggle): revert gesture changes from outdated branch 2018-08-08 12:25:50 -05:00