Manu Mtz.-Almeida
ca2aded47e
fix(tabs): correct order when initializing
2018-02-16 10:32:09 +01:00
Dan Bucholtz
3f6e1ddbcd
refactor(external-router): remove the external router controller, move the reconciliation methods to the nav itself, and move the external activation status information to ion-app
2018-02-15 23:14:09 -06:00
Manu Mtz.-Almeida
2fb9e4499f
fix(nav): flickering
2018-02-14 18:41:08 +01:00
Manu Mtz.-Almeida
77cf37127e
feat(router): links trigger animations
2018-02-14 18:41:08 +01:00
Dan Bucholtz
50ddcd4c7d
fix(tabs): set selected tab to selected in initTabs
2018-02-13 11:48:41 -06:00
Manu Mtz.-Almeida
c9800093f2
fix(tab-button): using button for accesibility
2018-02-13 13:31:50 +01:00
Dan Bucholtz
4271a0fc1e
feature(routing): create external router controller for reconciling state from router in re-useable fashion
...
* external router controller
* external router controller
* gif it's working
2018-02-13 01:28:39 -06:00
Dan Bucholtz
edeb1324c9
refactor(nav): implement nav integration with external router (angular to start)
2018-02-13 00:02:48 -06:00
Manu Mtz.-Almeida
892b87a63d
refactor(tabs): move css to tabbar
2018-02-12 22:35:08 +01:00
Ross Gerbasi
7e50219d24
fix(theme-builder): update theme builder and core styles ( #13997 )
...
* theme-builder wip
* Theme Builder updates
- new CSS variable support
- realtime color updating with alpha support (rgb generation)
- auto tint/shade/contrast generation
- auto step generation
- CSS variable highlighting (forward and backwards)
- Colourlovers Palette search (via local proxy)
* Theme Builder Updates
- Settings for auto generation
- updated to 10 steps per background/ext
- general cleanup
- added instructions
- re-worked shade/tint to mix black and white instead of lighten/darken
- scoped cssText into component
- apply theme to theme builder also to style internal buttons
SCSS Updates
- added 10 steps to reach platform
- updated SCSS to use same mix and color methods as theme builder
* material design color step fix
* readme files
fixes #13985 fixes #13986
2018-02-09 16:13:08 -05:00
Manu Mtz.-Almeida
a337bd019c
fix(routing): tabs integration
2018-02-08 19:45:34 +01:00
Manu Mtz.-Almeida
74cce164a3
feat(tabs): adds lazy loading
2018-02-08 17:05:16 +01:00
Brandy Carney
4299a50461
test(components): fix titles and add more chip examples
2018-02-07 15:56:09 -05:00
Manu Mtz.-Almeida
4e6ebf59c5
feat(ion-router): adds ion-router
2018-02-07 19:05:39 +01:00
Manu Mtz.-Almeida
61231ecd75
chore(): update to latest stencil
2018-02-06 20:04:28 +01:00
Manu Mtz.-Almeida
2f8a027e2f
refactor(all): use ts strict mode
2018-02-05 23:16:10 +01:00
Ross Gerbasi
f41bb39ce3
feat(components): add support for css variables ( #13895 )
...
* wip
* wip
* wip
* wip
* CSS variable cleanup
added css variable example
* reverted example
* wip
* name fixes for tabbar and item
* wip - alpha support
* wip - all the things
* wip
* wip
* PR cleanup
* cleanup to ion-color
* switched to double quotes
* PR cleanup
Added TODO for color-mod comments
* reverted ios variable for transition.
* style cleanup
added -ion prefix to all css variables
updated default.css to mirror SASS values
cleanup/update to oceanic css
* removed 'dark' theme files
cleanup from scss-lint report
2018-02-05 11:55:50 -05:00
Brandy Carney
284dc584bc
docs(components): update the readme files from the build
2018-02-01 16:13:31 -05:00
Brandy Carney
c4cb9e92ac
docs(components): remove jsdoc output docs
2018-02-01 16:00:14 -05:00
Brandy Carney
34f8ef2047
docs(components): remove jsdoc input docs
2018-02-01 15:54:12 -05:00
Brandy Carney
1dd2650393
chore(stencil): update to latest stencil and update docs
2018-02-01 14:58:13 -05:00
Brandy Carney
f38468ce04
test(e2e): temporarily comment out e2e tests that take too long on snapshot
2018-01-24 14:56:01 -05:00
Brandy Carney
7251c75caa
refactor(enabled): update components to use disabled prop
...
references #13295
2018-01-23 16:57:01 -05:00
Manu Mtz.-Almeida
e5be888c90
feat(tapclick): adds tap-click
2018-01-20 01:08:35 +01:00
Dan Bucholtz
d1434014bd
chore(lint): update jsdoc comment to pass lint
2018-01-10 15:07:43 -06:00
Brandy Carney
835175c43c
chore(tslint): update tslint rules and autofix lint errors
2018-01-10 14:48:01 -05:00
Dan Bucholtz
159cc3332a
refactor(tabs): don't deselect previous tab if it's the same as current tab
2018-01-10 12:08:08 -06:00
Brandy Carney
cc9df62b0b
style(sass): fix lint errors
2018-01-04 18:23:30 -05:00
Dan Bucholtz
e8d7c6751f
test(app): assert that status bar padding is present, refactor app/cordova test
2018-01-04 16:45:42 -06:00
Adam Bradley
ce01077b9f
fix(page): set page css on tabs, nav, page individually
2017-12-31 18:39:04 -06:00
Dan Bucholtz
00e11bd4d9
test(tabs): add e2e tests for basic scenario with pages, and vanilla scenario with divs
2017-12-21 15:31:32 -06:00
Dan Bucholtz
821f32c9ae
refactor(tabs): remove router, get the basic happy path working with and without nav. - /gif its working (kinda)
2017-12-21 15:15:35 -06:00
Dan Bucholtz
049b89d87f
refactor(app): remove router for now
2017-12-21 15:15:35 -06:00
mhartington
2bf1d89523
style(): fix linting
2017-12-19 17:08:19 -05:00
Ross Gerbasi
ec2bf8bfbe
feat(tabs): scrollable tabs
2017-12-18 21:01:09 -06:00
Brandy Carney
4838d5ebfe
chore(snapshot): add support for ios platform and passing a folder ( #13635 )
...
* chore(snapshot): adds support for multiple platforms and passing folder
* test(e2e): update e2e tests for multiple platforms
* test(e2e): fix failing backdrop tests
* chore(snapshot): remove console logs
2017-12-12 17:46:11 -05:00
Brandy Carney
f4db584f8a
refactor(sass): remove rem units in favor of px
2017-12-07 18:11:51 -05:00
Cam Wiegert
a067d167d3
chore(e2e) rename tests to match v3 master ( #13609 )
2017-12-07 15:49:15 -06:00
Brandy Carney
2388fe4dc6
style(sass): fix linter errors
2017-12-06 14:29:49 -05:00
Manu Mtz.-Almeida
6026339430
fix(tabs): lazy loading, using ion-nav
2017-12-06 19:09:35 +01:00
Brandy Carney
11c954b283
refactor(sass): separate sass variables from styles ( #13547 )
...
* refactor(sass): separate sass variables from styles
also adds styles for stand alone avatar
closes #9192 closes #12880
* style(range): remove deprecated variable
* refactor(sass): move variables for chip and fix file naming
2017-11-30 10:30:40 -05:00
Mike Hartington
aff9b516ac
feat(ios): add ios 11 layout support ( #13473 )
...
* feat(): support ios11 layout
* style(): update ios11 layout mixins
* style(): ios layout updates
* style(): adjust tabs vars
* refactor(app): add statusbar for md mode and move sass vars
adds cordova test for app and renames sass vars to remove cordova
* test(app): update app cordova test for button
* test(app): add page three
2017-11-29 10:33:02 -05:00
Adam Bradley
f89c7af002
chore(tabs): move tab, tabbar, tab-button to separate directories
2017-11-28 20:20:20 -06:00
Adam Bradley
3f689e423f
docs(): update component readme
2017-11-28 13:38:19 -06:00
Dan Bucholtz
2e2c9008af
refactor(navigation): update nav, tabs and types to use interfaces more
2017-11-22 15:44:05 -06:00
Manu Mtz.-Almeida
3d14353402
fix(content): resize() is called on nav change
2017-11-22 21:15:33 +01:00
Brandy Carney
9599981723
feat(translucent): add translucent property to core components ( #13475 )
...
* refactor(components): add translucent property
* feat(toast): add translucent property to toast
* refactor(toolbar): get translucency working with colored toolbars
* refactor(fab): get colored fab and list fab working with translucent
* feat(loading): add translucent property for loading
* feat(popover): add translucent option to popover
* feat(card): add translucent property to card header
* refactor(components): default translucent to false
* refactor(card): use white for card header background
* refactor(tabs): update translucency values and add test for it
* feat(translucent): add translucent options to alert and action sheet
* refactor(translucent): update values for transucency
* feat(tabs): add translucent color styles
2017-11-22 11:38:22 -05:00
Adam Bradley
f7c1d04d34
docs(readme): init component readme.md docs
2017-11-21 20:39:21 -06:00
Manu Mtz.-Almeida
fbfa9d471f
fix(tabs): fullscreen
2017-11-20 23:13:56 +01:00
Brandy Carney
3accafcc3c
refactor(components): update components to match stencil style guide
...
https://github.com/ionic-team/stencil/blob/master/STYLE_GUIDE.md
2017-11-20 12:36:36 -05:00