Manu Mtz.-Almeida
a337bd019c
fix(routing): tabs integration
2018-02-08 19:45:34 +01:00
Brandy Carney
bf143fe96a
fix(text): use the new way to generate colors
2018-02-08 13:04:12 -05:00
Brandy Carney
0f46891ae1
test(datetime): update test to correctly toggle disabled
2018-02-08 13:04:12 -05:00
Brandy Carney
e13f6a1692
fix(datetime): emit the proper styles to item
2018-02-08 13:04:12 -05:00
Manu Mtz.-Almeida
7e4cb44878
chore: release 0.0.2-58
2018-02-08 18:06:26 +01:00
Manu Mtz.-Almeida
8fe5742d7f
refactor(cordova): using promise instead of queue
2018-02-08 18:02:26 +01:00
Manu Mtz.-Almeida
74cce164a3
feat(tabs): adds lazy loading
2018-02-08 17:05:16 +01:00
Ross Gerbasi
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
Brandy Carney
9e8a0c127a
chore(ionic): release 0.0.2-57
2018-02-07 18:52:59 -05:00
Brandy Carney
2a98e3aa09
style(sass): fix lint errors and update slides file to ignore
2018-02-07 18:48:32 -05:00
Brandy Carney
5c5463308a
style(segment): move css fix for font smoothing
2018-02-07 18:35:46 -05:00
Brandy Carney
03c5f67b33
fix(item-sliding): separate option styles and remove button dependency
2018-02-07 18:35:31 -05:00
Brandy Carney
a4f6086bcc
fix(action-sheet): remove button dependency and fix styles
2018-02-07 17:57:09 -05:00
Brandy Carney
0514cec902
fix(fab): remove button dependency and fix button color
2018-02-07 17:48:37 -05:00
Brandy Carney
f6410bacbd
fix(chip): remove button dependency and fix standalone styles
2018-02-07 17:05:50 -05:00
Brandy Carney
4299a50461
test(components): fix titles and add more chip examples
2018-02-07 15:56:09 -05:00
Brandy Carney
95136e7ae9
chore(ionic); release 0.0.2-56
2018-02-07 14:17:40 -05:00
Brandy Carney
b96c1fa527
fix(action-sheet): revert font family from comicsans (lol)
2018-02-07 14:08:00 -05:00
Brandy Carney
14f9d06a71
test(range): update the e2e test to use pins
2018-02-07 13:49:34 -05:00
Brandy Carney
b2a7718d96
Merge remote-tracking branch 'origin/core' into core
2018-02-07 13:13:13 -05:00
Manu Mtz.-Almeida
4e6ebf59c5
feat(ion-router): adds ion-router
2018-02-07 19:05:39 +01:00
Brandy Carney
0f616338d7
tests(standalone): update standalone overlay tests to remove buttons
...
having the ion-buttons in the standalone tests was providing button
styles that some of the components needed, we need to make sure they
look good without those styles
2018-02-07 13:03:34 -05:00
Manu Mtz.-Almeida
5540ecefed
feat(nav): swipe to go back animation
2018-02-07 18:55:18 +01:00
Brandy Carney
1495046d4a
fix(alert): remove dependency on button and fix standalone styles
...
Alert was previously dependent on button being used with it - this
renames the .button-inner class to .alert-button-inner and fixes the
styling of the standalone alert component
2018-02-07 12:39:40 -05:00
Brandy Carney
6ba02c21d0
fix(button): remove transparent box shadow
...
closes #11585
2018-02-07 12:30:15 -05:00
Ken Sodemann
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
Ken Sodemann
b69bd04bb6
fix(e2e): add id so test has something to wait for
2018-02-07 10:56:37 -06:00
Dan Bucholtz
725830dbdc
chore(dependencies): use stencil 0.4.0 prerelease
2018-02-07 09:49:50 -06:00
Dan Bucholtz
cb82eacdc0
chore(build): export interface to get typescript to be cool
2018-02-06 23:15:06 -06:00
Dan Bucholtz
6d37c63200
chore(dependencies): updates
2018-02-06 22:55:06 -06:00
Ken Sodemann
9a58ec42b8
chore(tests): add disabling of the group inputs
2018-02-06 15:54:50 -06:00
Manu Mtz.-Almeida
61231ecd75
chore(): update to latest stencil
2018-02-06 20:04:28 +01:00
Manu Mtz.-Almeida
2ebd460b84
fix(virtual-scroll): fix tests
2018-02-06 20:02:55 +01:00
Ken Sodemann
fcbe1818fa
chore(tests): add testing for disabled inputs
2018-02-06 12:15:53 -06:00
Dan Bucholtz
77b8527d76
chore(types): update component types
2018-02-06 10:47:49 -06:00
Dan Bucholtz
816079845f
feature(back-button): initial swag at software back-button support (yolo)
...
* wip
* wip
* wip
* feature(back-button): yolo
2018-02-06 10:45:15 -06:00
Brandy Carney
1e6e481958
docs(demos): add dynamic segment button demo
2018-02-06 11:32:00 -05:00
Brandy Carney
dac51936bc
fix(segment-button): separate button styles from segment and fix styling
...
- this separates the segment button styles from the segment itself
- removes unused / no longer needed styles
- fixes a bug where activated segments were not getting opacity when
they were also disabled
2018-02-06 11:29:24 -05:00
Brandy Carney
7430383267
style(sass): remove unused imports
2018-02-06 10:23:51 -05:00
Brandy Carney
74bf588e77
test(input): add attributes e2e test
2018-02-06 10:17:13 -05:00
Brandy Carney
efbd82f654
fix(searchbar): update to match style guide and use native buttons
...
this updates the cancel button so it is only added to the dom when
shouldCancel is enabled and it gets added to different places based on
the mode
2018-02-06 10:17:05 -05:00
Brandy Carney
1c9cf53f09
fix(segment): get segment button working with no values
2018-02-06 10:15:28 -05:00
Brandy Carney
3c82b1f639
style(components): update types to remove any
2018-02-06 10:14:22 -05:00
Brandy Carney
deb28f0e90
fix(badge): use correct colors
2018-02-06 10:12:28 -05:00
Adam Bradley
b687884576
chore(tsconfig): do not enable "allowJs"
2018-02-06 08:53:42 -06:00
Manu Mtz.-Almeida
53ee1e099e
fix(jsx): add no-margin attribute
2018-02-06 14:41:25 +01:00
Manu Mtz.-Almeida
787b25248f
chore(): more ts strict fixes
2018-02-06 14:40:46 +01:00
Adam Bradley
95bc9bfae8
chore(scroll): remove unused import
2018-02-06 06:23:51 -06:00
Dan Bucholtz
b14e65736a
chore(dependenices): fix angular demo routing/nav
2018-02-06 00:55:56 -06:00
Dan Bucholtz
0cf007003c
chore(dependencies): update deps
2018-02-06 00:54:01 -06:00