69 Commits

Author SHA1 Message Date
b703b7a724 chore: create workspace in packages 2024-03-08 01:37:39 +00:00
d37623a2ca chore(packages): move the packages to root 2018-03-12 16:02:25 -04:00
239b0aa1bb chore(build): update build scripts 2018-03-03 16:16:10 -06:00
8d704947b9 chore(build): update build scripts 2018-03-03 00:03:27 -06:00
afd89e77e4 chore(build): update build scripts 2018-03-02 23:57:52 -06:00
62523c32bb chore(deploy): update deploy version script 2018-03-02 23:18:03 -06:00
c1f1c28aef docs(deploy): update scripts readme 2018-03-01 22:14:37 -06:00
c93281b1a0 chore(deploy): init deploy script 2018-03-01 22:09:41 -06:00
f509a9620b test(routing): fix test 2018-02-28 23:18:18 +01:00
eb7cbe9f04 refactor(page): removes ion-page wc 2018-02-28 19:04:36 +01:00
b970e57488 scripts(snapshot): fix url so you can click it to open from terminal 2018-02-22 18:08:35 -05:00
c6bfb32cf0 fix(theming): rename alpha variables and add more (#14066) 2018-02-22 11:49:34 -05:00
799f6acbaf docs(components): update property docs and styling to match guide 2018-02-19 16:21:08 -05:00
eeec3b1b5e fix(themer): adds varible for focused 2018-02-16 20:15:47 +01:00
77cf37127e feat(router): links trigger animations 2018-02-14 18:41:08 +01:00
23dd255a8d fix(themes): added overlay-background-color 2018-02-13 16:38:50 -06:00
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
a337bd019c fix(routing): tabs integration 2018-02-08 19:45:34 +01:00
cdba38d004 feat(themes): theme builder app updates
* 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)
2018-02-08 08:17:23 -06:00
4e6ebf59c5 feat(ion-router): adds ion-router 2018-02-07 19:05:39 +01:00
9cc0e5519c fix(e2e): make the wait logic more flexible
We will now by default wait for something to be hydrated, and then wait for the passed in tag to be visible whether it is hydrated or not.

This allows the tag passed in to be associated with a standard (non-stencil) element.
2018-02-07 11:27:31 -06:00
ba5c8511ed fix(theme-build): using ion prefix 2018-02-05 18:50:52 +01:00
58952d3c12 fix(e2e): expand timeout to compensate for snapshot 2018-02-02 13:39:49 -06:00
71aeedfcbe fix(e2e): restore the events test fully
Also clean up the runner a bit
2018-02-02 11:49:10 -06:00
6639f99556 fix(e2e): run each test in its own driver and await more 2018-02-01 17:51:23 -06:00
aa45ff1c34 chore(snapshot): print out URL at the end so you can open it 2018-01-19 12:07:43 -05:00
321ec2202d chore(e2e): decrease timeout 2018-01-12 13:00:40 -05:00
342a81e64d style(core): fix lint errors and update el to consistent names 2018-01-11 13:19:18 -05:00
e8d7c6751f test(app): assert that status bar padding is present, refactor app/cordova test 2018-01-04 16:45:42 -06:00
bd8e9adf97 chore(scripts): bump timeout for mocha 2018-01-04 12:49:02 -05:00
f642ff472d chore(e2e): make sure chrome exits on completion 2018-01-03 14:46:53 -06:00
bde96de74a fix(theme): rename --box-shadow-color 2017-12-29 12:24:23 -06:00
66f1e1958e chore(theme): update css variable names 2017-12-28 16:28:34 -06:00
a6ede9d101 chore(theme): add backdrop color 2017-12-28 15:38:37 -06:00
e1de869091 chore(theme): validate css variables 2017-12-28 15:26:44 -06:00
66c98cb20d chore(theme): update theme docs 2017-12-28 14:58:20 -06:00
4a465009c4 chore(snapshot): fix error with scoped var 2017-12-22 10:50:46 -05:00
41ba80f53c refactor(themes): add tint and shade variants 2017-12-21 16:41:42 -06:00
c1677dab8e refactor(themes): rename css custom property names 2017-12-21 15:20:51 -06:00
25201d3a74 fix(themes): clean up color values 2017-12-21 14:26:16 -06:00
1515437c41 docs(themes): update theme builder readme 2017-12-21 12:54:28 -06:00
Ben
85a616abf4 docs(themes): add theme builder readme 2017-12-21 12:29:11 -06:00
Ben
572eb7c0b4 docs(themes): add theme builder readme 2017-12-21 12:29:11 -06:00
76afd9d77f feat(themes): theme builder app 2017-12-21 12:04:33 -06:00
5198914be4 test(nav): e2e tests that put nav and nested navs through the paces 2017-12-18 16:59:11 -06:00
178ae80b3c chore(snapshot): remove infobars disable and adjust height 2017-12-14 14:32:11 -05:00
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
c30a6629cd chore(snapshot): get snapshot comparisons with v3 working
http://ionic-snapshot-go.appspot.com/ionic-core/snapshots/v3-master/hbe/
chrome_400x800
2017-12-08 18:14:55 -05:00
a067d167d3 chore(e2e) rename tests to match v3 master (#13609) 2017-12-07 15:49:15 -06:00
0b62d217a3 feat(e2e) validate node version 2017-11-27 11:20:36 -06:00