2707289b36
fix(content): apply --offset-top and --offset-bottom values correctly ( #20790 )
...
fixes #20735
2020-03-25 14:38:46 -04:00
5a20f84aa4
refactor(): minor updates for next stencil version ( #20787 )
2020-03-25 14:38:45 -04:00
fd1b44a40b
fix(content): only emit scroll events if enabled ( #20401 )
2020-02-07 11:53:11 -05:00
09bef71ccd
fix(content): resolve height inheritance issues ( #20309 )
...
fixes #20305
2020-01-27 13:00:10 -05:00
04e7c03132
feat(refresher): add iOS native refresher ( #20037 )
...
fixes #18664
2019-12-18 10:52:58 -05:00
df1bc1e627
refactor(gesture): update Gesture API to latest ( #19671 )
2019-10-17 14:18:39 -04:00
bb32cea5c9
fix(content): set overscroll only on iOS ( #19470 )
...
fixes #19465
2019-10-08 13:01:38 -04:00
48a27636c7
fix(all): component reusage ( #18963 )
...
Use new stencil APIs to allow ionic elements to be reused once removed from the DOM.
fixes #18843
fixes #17344
fixes #16453
fixes #15879
fixes #15788
fixes #15484
fixes #17890
fixes #16364
2019-08-27 16:29:37 +02:00
a5d3c6bcd2
fix(transition): enable ios transition shadow by default ( #19051 )
2019-08-08 12:30:02 -05:00
a869ca0bba
(fix): define top-level ARIA landmark regions to improve accessibility ( #18672 )
...
references #18671
2019-07-24 17:35:50 -04:00
9b075ef529
feat(transition): iOS page transition shadow ( #18695 )
...
Closes #18661
2019-07-18 14:50:56 -05:00
03c1d19e07
perf(all): minify better by using arrow functions ( #18730 )
2019-07-10 10:33:33 -04:00
34dfc3ce98
refactor(all): updating to newest stencil apis ( #18578 )
...
* chore(): update ionicons
* refactor(all): updating to newest stencil apis
* fix lint issues
* more changes
* moreee
* fix treeshaking
* fix config
* fix checkbox
* fix stuff
* chore(): update ionicons
* fix linting errors
2019-06-23 11:26:42 +02:00
b40f7d36d5
fix(): update to Stencil One 🎉 🎊
2019-06-19 21:33:50 +02:00
464ec3b70a
docs(components): update method and parameter descriptions ( #18075 )
2019-04-23 12:59:25 -04:00
e5c8c10029
fix(components): include mode classes on components for use in shadow ( #17838 )
...
- removes mode-less component classes from the internal CSS, use element instead
- adds mode specific classes `md` or `ios` for styling inside of shadow components
- adds e2e test that verifies mode classes exist on all ionic components, plus checks for specific classes that the components need for internal styling
fixes #17608
2019-04-16 17:28:21 -04:00
29f1500e5a
docs(): Add documentation for slots ( #17441 )
...
* add button slot
* add component slot docs
* update content default slot description
* run npm build
* fix typos
* update md files
* docs(slots): update slot components and the build files
* chore(stencil): updates stencil to build readmes
* chore(build): update the swiper bundle file to match master
* update default slot doc wording
* revert changes
* Revert "update default slot doc wording"
This reverts commit e18401491ede10bb1ee095601d1a0c703721df62.
merge
* docs(slots): update default slot doc wording
2019-02-12 15:51:01 -05:00
5cb7f68ee2
fix(content): tap-click deadlock ( #17170 )
...
fixes #17138
fixes #16863
fixes #16191
fixes #16911
2019-01-18 18:53:35 +01:00
d3b866b290
refactor(all): remove ionChange in non-inputs ( #17101 )
...
fixes #17071
2019-01-14 21:43:24 +01:00
a72fced6fe
fix(all): docs for all missing props
2018-10-11 16:24:08 -05:00
8cb1886672
fix(content): iOS should not have scroll in desktop
...
fixes #15858
2018-10-08 14:35:54 -05:00
c49d896e08
refactor(all): using ComponentInterface
2018-09-14 18:47:00 +02:00
51d4e0840c
fix(popover): content sizing, scoped css
...
fixes #15237
fixes #15589
fixes #15331
2018-09-14 02:14:51 +02:00
e7416435d8
refactor(all): additional tslint rules
2018-09-01 18:06:59 +02:00
ba2230510e
refactor(all): strict boolean conditions
2018-09-01 17:23:03 +02:00
1d46973785
refactor(all): make all method return a promise
2018-08-28 22:20:10 +02:00
0d8097b3ad
refactor(content): make styles modeless
2018-08-24 03:17:38 +02:00
e0f12598aa
fix(content): scrollToPoint reliability
...
fixes #15257
2018-08-21 18:18:25 +02:00
962578e17f
fix(content): fix scroll events
...
fixes #15244
2018-08-20 19:34:12 +02:00
695abcfbd2
fix(content): scrollToTop
2018-08-12 01:18:59 +02:00
01323acd6a
fix(content): scrolling Y
2018-08-10 02:16:06 +02:00
997cda0667
refactor(scroll): merge into ion-content
2018-08-10 00:07:08 +02:00
b85d4a0549
fix(popover): ion-scroll sizing
...
fixes #14911
2018-08-07 23:18:11 +02:00
efd77c93a4
fix(content): remove scroll-inner
...
fixes #14985
2018-08-07 01:08:40 +02:00
c1b61d0fee
chore(): update to ionic-rules/strict
2018-07-29 23:10:38 +02:00
92e21a8cf3
fix(all): updated tslint rules to latest
2018-07-29 13:03:47 +02:00
a7f1f4daa7
refactor(components): update to use shadow DOM and work with css variables
...
- updates components to use shadow DOM or scoped if they require css variables
- moves global styles to an external stylesheet that needs to be imported
- adds support for additional colors and removes the Sass loops to generate colors for each component
- several property renames, bug fixes, and test updates
Co-authored-by: Manu Mtz.-Almeida <manu.mtza@gmail.com>
Co-authored-by: Adam Bradley <adambradley25@gmail.com>
Co-authored-by: Cam Wiegert <cam@camwiegert.com>
2018-07-09 12:57:21 -04:00
503636ada8
docs(): add missing property docs
2018-06-18 15:23:36 -04:00
618f708bc4
fix(all): strong typing for color
2018-05-14 13:51:30 +02:00
053c375521
refactor(all): allow external imports
2018-04-24 16:12:02 +02:00
ae0541a465
chore(): update dependencies
2018-04-22 20:08:02 +02:00
4ea8881f33
refactor(all): enable strictPropertyInitialization
2018-04-19 18:48:38 +02:00
86a6cde4a1
perf(platform): remove from critical path
2018-04-18 23:06:56 +02:00
d623b3b71f
feat(queue): use stencil's queue controller for dom read/writes
2018-04-11 15:24:49 -05:00
a5e5403068
refactor(overlays): [title] -> [header]
2018-04-02 20:22:15 +02:00
5c2678f7ea
feat(content): scrollEnabled
2018-03-22 17:15:24 +01:00
d37623a2ca
chore(packages): move the packages to root
2018-03-12 16:02:25 -04:00