Commit Graph

30 Commits

Author SHA1 Message Date
Brandy Carney
c8c90572bc chore(scripts): update e2e prod build to work with ionic-app-scripts (#10083)
* chore(e2e): WIP to add files needed for app-scripts

* chore(e2e): WIP one e2e test building but with errors

* chore(e2e): move e2e.prod to working with app-scripts

move shared functions into util, add support for debug flag when
running e2e.prod / demos.prod which gets passed to app-scripts

* chore(build): fix app-scripts build for all e2e and demos

* chore(e2e): update ionic-angular import path

* chore(build): update dev paths to work with prod

* chore(e2e): get watch working with e2e prod

* docs(scripts): update README for running e2e and demos

closes #8411
closes #10023
2017-01-19 11:09:57 -05:00
Brandy Carney
d252fa49e5 chore(e2e): rename app-module.ts to app.module.ts for consistency
references #10023
2017-01-13 15:16:24 -05:00
Adam Bradley
7000b1b173 refactor: improve tree shaking abilities
Internal refactor completed in order to improve tree shaking and dead
code removal. The public API, with an exception to ion-slides, has
stayed the same. However, internally many changes were required so
bundlers could better exclude modules which should not be bundled.
Ultimately most changes resorted to removing references to `window` or
`document`, or a module that referenced one of those.

BREAKING CHANGES

ion-slides was refactored to remove the external dependencies, and
rewritten in TypeScript/ES6 modules to again improve tree shaking
abilities.
2017-01-09 09:51:39 -06:00
Brandy Carney
1e2374f910 fix(fab): add box shadow transition for md fab list buttons
This adds the box-shadow, background-color, and color to the transition
for Material Design buttons in a fab list, Sass variables for this
transition in all modes, it also defaults the md ripple color to the
contrast of the fab button color (which by default is primary).

Closes #9557
2016-12-08 13:01:37 -05:00
Brandy Carney
0888decc01 fix(fab): set ripple color to contrast color of the fab background 2016-12-07 17:10:42 -05:00
Manu Mtz.-Almeida
bc7925b367 test(fab): ion-content padding should not affect FABs 2016-12-07 00:19:01 +01:00
Manu Mtz.-Almeida
5ad7fd1908 perf(rendering): add css containment 2016-11-23 11:08:45 -06:00
Manu Mtz.-Almeida
7150f84d68 Merge pull request #9111 from Manduro/patch-4
Improve IE support
2016-11-20 11:40:51 +01:00
Manu Mtz.-Almeida
cbf59faa06 fix(fab): fab list colors
fixes #9225
2016-11-18 13:51:33 +01:00
Manu Mtz.-Almeida
0e773fa01d fix(fab): using <a> as fab 2016-11-18 13:47:25 +01:00
Alan
025c5cc646 fix(components): add a mode agnostic css class (#9133)
Fixes #8545
2016-11-14 13:50:01 -05:00
Job
a0b61f26ef fix(fab): position fab-list correctly on IE 2016-11-10 17:14:52 +01:00
Brandy Carney
ae1197ac2f refactor(typography): add ion-text attribute selector, deprecate others
* fix(fab): remove chained css and exclude from typography directive

references #8293

* refactor(typography): add `ion-text` attribute selector, deprecate others

closes #8293
2016-11-10 10:12:52 -06:00
Brandy Carney
eb0b05df88 fix(sass): remove usage of colors other than primary, improve error (#8907)
* fix(sass): remove usage of colors other than primary, improve error

fixes #8266

* refactor(sass): add variables to override all modes for fab and input

* refactor(fab): rename Sass variable from in-list to list-button

BREAKING CHANGE:

- `$fab-<mode>-in-list-background-color` ->
`$fab-<mode>-list-button-background-color`
- `$fab-<mode>-in-list-text-color` ->
`$fab-<mode>-list-button-text-color`
- `$fab-<mode>-in-list-background-color-activated` ->
`$fab-<mode>-list-button-background-color-activated`
2016-11-07 17:41:10 +01:00
Brandy Carney
2003ae48d5 fix(sass): rename $background-color variable in our loops
We were overriding this variable so the user couldn’t reference what
they set it to.

Fixes #8475
2016-10-28 13:28:15 -04:00
Manu Mtz.-Almeida
f69e981958 fix(fab): only animate transform and opacity 2016-10-22 16:40:28 +02:00
Brandy Carney
2f8fbed0c4 test(e2e): update e2e tests to resolve snapshot issues 2016-10-12 17:29:28 -04:00
Manu Mtz.-Almeida
cce46983a9 Merge pull request #8647 from Manduro/patch-4
fix(fab): center fab list for larger buttons
2016-10-12 20:41:11 +02:00
Manu Mtz.-Almeida
8f39fec830 test(fab): adds footer 2016-10-12 18:34:42 +02:00
Job
267a77b67c fix(fab): center fab list for larger buttons 2016-10-12 14:56:34 +02:00
mhartington
da62b63253 docs(): minor doc updates 2016-10-10 09:13:04 -04:00
Manu Mtz.-Almeida
47e1e1766a fix(fab): not using change detection
fixes #8424
2016-10-06 16:22:56 +02:00
Ramon Henrique Ornelas
63c6d468f2 docs(fab): add docs variables SASS (#8456)
* docs(fab): add docs variables SASS

* docs(fab): change Fab to FAB capitalized thanks by report @brandyscarney
2016-10-05 12:45:47 -04:00
Luong Vu
aeb96347eb docs(fan): fix typo 2016-10-04 07:51:32 +02:00
mhartington
09bc55d4df docs(): fix fabList demo path 2016-09-27 16:51:41 -04:00
mhartington
4baa5b1e0c docs(): update docs 2016-09-26 14:28:11 -04:00
Manu Mtz.-Almeida
b70614b00d fix(fab): colors in speed dial buttons 2016-09-26 14:20:13 +02:00
mhartington
f62706eaa0 docs(ionFab): clean up docs 2016-09-21 14:37:31 -04:00
Manu Mtz.-Almeida
c7163a8d26 docs(fab): fab docs WIP 2016-09-21 19:52:56 +02:00
Manu Mtz.-Almeida
490a06dd3e feat(fab): update floating action buttons 2016-09-21 09:42:07 -05:00