Manu MA
cda2573fdd
chore(): update stencil ( #16921 )
...
* chore(): update stencil
* fix angular
2018-12-31 17:35:33 +01:00
Manu MA
6ca7645258
fix(tab-button): allow standalone tab-button ( #16905 )
...
* fix(tab-button): allow standalone tab-button
fixes #16845
* fix lint issue
2018-12-31 12:51:36 +01: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
Manu Mtz.-Almeida
a85ef06ac9
chore(): update stencil + api-spec file
2018-11-20 10:06:02 +01:00
Manu MA
091625df64
fix(all): update types to be required ( #16218 )
2018-11-03 20:54:58 +01:00
Manu MA
ecc2c55370
docs(all): possible values are extracted by stencil ( #16190 )
...
* docs(all): possible values are extracted by stencil
* add defaults
* remove all hardcoded defaults
* update stencil
2018-11-02 00:06:40 +01:00
Manu MA
4d3ad67740
refactor(tabs): apply design-doc ( #16048 )
2018-10-25 22:13:19 +02:00
Adam Bradley
a9fd3399de
test(e2e): force roboto font on all systems ( #15993 )
2018-10-19 15:22:15 -05:00
Manu Mtz.-Almeida
3a4b21457f
chore(): update stencil
2018-10-12 11:44:43 -05:00
Manu Mtz.-Almeida
a72fced6fe
fix(all): docs for all missing props
2018-10-11 16:24:08 -05:00
Manu Mtz.-Almeida
4036db5480
chore(): update readme
2018-10-08 15:46:34 -05:00
Manu Mtz.-Almeida
c49d896e08
refactor(all): using ComponentInterface
2018-09-14 18:47:00 +02:00
Manu Mtz.-Almeida
4876df928d
chore(): tslint checks
2018-09-06 21:49:35 +02:00
Manu Mtz.-Almeida
dfac9dc4e9
feat(app): hardware back button support
2018-09-03 00:31:21 +02:00
Manu Mtz.-Almeida
ba2230510e
refactor(all): strict boolean conditions
2018-09-01 17:23:03 +02:00
Manu Mtz.-Almeida
1d46973785
refactor(all): make all method return a promise
2018-08-28 22:20:10 +02:00
Manu Mtz.-Almeida
5b6eb2c7eb
refactor(nav, menu): swipeEnabled => swipeGesture
2018-08-13 18:32:24 +02:00
Manu Mtz.-Almeida
0842939273
refactor(tabbar): removes ion-tab-button
2018-08-12 22:50:52 +02:00
Manu Mtz.-Almeida
d856ecfbbf
chore(): update to latest stencil
2018-08-12 12:04:27 +02:00
Manu Mtz.-Almeida
c1b61d0fee
chore(): update to ionic-rules/strict
2018-07-29 23:10:38 +02:00
Manu Mtz.-Almeida
92e21a8cf3
fix(all): updated tslint rules to latest
2018-07-29 13:03:47 +02:00
Manu Mtz.-Almeida
05b258c6ef
fix(tab): prevent infinite loop
2018-07-24 17:32:54 +02:00
Manu Mtz.-Almeida
4b844ef1c3
fix(all): accesibility and global styles for hidden nodes
2018-07-24 00:02:13 +02:00
Manu Mtz.-Almeida
00c4c77542
fix(tab): props are reactive
2018-07-12 18:44:44 +02:00
Adam Bradley
13e0c91ebe
docs(readme): update component readmes
2018-07-11 12:26:22 -05:00
Brandy Carney
4956d6d305
docs(breaking): update breaking changes to include tabs properties
...
closes #14745
2018-07-10 14:42:10 -04:00
Brandy Carney
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
mhartington
96945b1ee1
docs(): usage and examples
2018-06-18 12:45:15 -04:00
Adam Bradley
9872a6c7ee
docs(readme): update stencil docs generation readmes
2018-05-30 12:02:31 -05:00
Manu Mtz.-Almeida
618f708bc4
fix(all): strong typing for color
2018-05-14 13:51:30 +02:00
Manu Mtz.-Almeida
053c375521
refactor(all): allow external imports
2018-04-24 16:12:02 +02:00
Manu Mtz.-Almeida
4ea8881f33
refactor(all): enable strictPropertyInitialization
2018-04-19 18:48:38 +02:00
Manu Mtz.-Almeida
ea24ad677d
fix(props): update stencil
2018-04-10 00:14:10 +02:00
Manu Mtz.-Almeida
ae2cae635d
refactor(tabs): rename [tabTitle] -> [label]
2018-04-03 13:37:18 +02:00
Manu Mtz.-Almeida
a5e5403068
refactor(overlays): [title] -> [header]
2018-04-02 20:22:15 +02:00
Manu Mtz.-Almeida
cece447092
fix(angular): module exports
2018-03-30 21:54:46 +02:00
Adam Bradley
0105a4ee47
refactor(tab): rename tab properties
2018-03-28 10:12:04 -05:00
Manu Mtz.-Almeida
08f5976a57
chore(): update components.d.ts
2018-03-24 03:27:28 +01:00
Manu Mtz.-Almeida
48d1bd412c
feat(tab): framework support
2018-03-24 03:27:27 +01:00
Manu Mtz.-Almeida
6e683c54e0
fix(router-outlet): css and change logic
2018-03-21 16:50:54 +01:00
Brandy Carney
d37623a2ca
chore(packages): move the packages to root
2018-03-12 16:02:25 -04:00