3e88fe9f31
fix(input): add event emitters for blur and focus to the ion-input component
...
fixes #5487
2016-03-16 12:46:27 -04:00
904775430b
docs(refresher): update docs on enabled property
2016-03-16 10:52:28 -04:00
94707bfe8e
fix(searchbar): call the input changed event on input not keyup
...
fixes #5584
2016-03-15 13:20:36 -04:00
4d4f1d429a
fix(input): update width of inputs so they don't exceed the item
...
fixes #5835
2016-03-15 12:54:46 -04:00
e6044fe967
Merge pull request #5851 from manucorporat/refactor-storage
...
fix(Storage): fix regression within get() method
2016-03-15 11:08:20 -05:00
d45ad29220
fixes regression in my: refactor(Storage) PR.
...
StorageSql engine's get() method must not return the item but the value of the item.
2016-03-15 17:03:04 +01:00
75c71a39c7
chore(karma): fix karma-watch
2016-03-15 10:48:22 -05:00
6dae784b2f
fix(platform): windows UA should not trigger iOS
2016-03-15 10:36:57 -05:00
d354a3b8dc
chore(tests): add tests watch task
2016-03-15 10:34:05 -05:00
f0bfa18a07
chore(karma): re-run karma on source changes as well
2016-03-15 10:04:57 -05:00
80613baeec
Merge pull request #5846 from manucorporat/refactor-storage
...
refactor(storage): improve code reuse and add clean() method
2016-03-15 09:27:15 -05:00
6e7cc974e6
feat(storage): clear() removes all entries in the storage engine
2016-03-15 14:57:23 +01:00
51dd628cd1
refactor(storage): reuse more code + cosmetic changes + more ts types
2016-03-15 14:55:56 +01:00
a0a91b2d11
test(input): changing tests to include some selects and mixed inputs
2016-03-14 18:38:59 -04:00
a4fc96de0d
fix(select): fix select styling on windows mode
...
closes #5787
2016-03-14 18:25:24 -04:00
8fff76e299
fix(label): add color to label in a select
...
references #5669
2016-03-14 18:11:48 -04:00
e4b161dcf0
style(sass): fix remaining linter errors woo
...
closes #5797
2016-03-14 16:58:15 -04:00
253cfc182b
style(sass): fixing lint errors
...
references #5797
2016-03-14 16:44:08 -04:00
d3d689ae11
style(sass): remove all PropertySortOrder errors from linter
...
references #5797
2016-03-14 15:56:19 -04:00
131c8c366a
refactor(alert): add extra div to use as radio mark, fix Sass
...
Added spaces to separate groups of css, added variables, removed unused
css
BREAKING CHANGE: added Sass variables for alert
fixes #5577
2016-03-14 12:54:12 -04:00
96375b6e83
fix(toolbar): reduce min width on back button for wp mode
...
closes #5759
2016-03-14 12:54:12 -04:00
37beb0f4fe
test(alert): fix snapshot tests
2016-03-13 13:15:04 -05:00
d44f8f6fcf
fix(config): improve getBoolean() and getNumber()
2016-03-12 23:44:10 -06:00
085088ee77
perf(infinitescroll): display none svg until needed
...
By default the SVG spinner should be display none at all times. Only
display block the SVG when the infinite scroll is in the loading state.
Closes #5776
2016-03-12 22:34:13 -06:00
2000b1e940
fix(alert): prevent both click and enter keyup from firing
2016-03-12 22:09:34 -06:00
584470337a
fix(alert): disable listeners until ready
...
Closes #5821
2016-03-12 21:34:08 -06:00
355f6ee145
test(alert): fix dismiss
2016-03-12 05:08:39 -06:00
1dd73aac7a
fix(nav): correctly set zIndex when there's a previous view
2016-03-12 05:05:29 -06:00
24443c3b53
fix(ViewController): call onDismiss after transition ends
...
Closes #5818
2016-03-12 03:21:07 -06:00
fe04c51866
fix(infinitescroll): always check on scroll change
...
Previously infinite scroll would only do checks when it got to
scrollTop it’s never seen before. However, this then requires a reset()
function if the underlying data changes, which would become an API
gotcha that would be a common source of problems for developers. Always
checking on scroll change should have little performance impact since
it was always checking while scrolling down anyway, it just wasn’t
checking when scrolling up. Now it always checks.
2016-03-12 02:45:12 -06:00
f1348ad4da
Merge pull request #5809 from sclausen/2.0
...
fix(infinitescroll): added method to reset _highestY
2016-03-12 02:24:06 -06:00
7dfbb9deb6
fix(build): output.css needs to exist prior to doc gen
2016-03-11 18:44:14 -06:00
91f36f2217
chore(dgeni): TS 1.8 patch cont.
2016-03-11 18:22:57 -06:00
4a1dce3be6
chore(dgeni): TS 1.8 patch cont.
2016-03-11 17:59:30 -06:00
92446157a4
chore(dgeni): TS 1.8 patch cont.
2016-03-11 17:43:14 -06:00
36a47568a9
chore(dgeni): TS 1.8 patch cont.
2016-03-11 17:30:45 -06:00
5fb37cc665
chore(dgeni): dgeni TS 1.8 patch cont.
2016-03-11 17:18:24 -06:00
5d766d3045
chore(dgeni): TS 1.8 patch, remove double slashes
2016-03-11 17:16:32 -06:00
01a3034b96
chore(dgeni): work around TS 1.8 dgeni bug RE output paths
2016-03-11 16:45:02 -06:00
6ec68e207c
chore(dgeni): add anchor links to individual methods
2016-03-11 16:01:28 -06:00
908ef9e4c4
chore(dgeni): docs links tweak
2016-03-11 15:32:38 -06:00
1decaa04e6
Merge pull request #5798 from dmackerman/patch-1
...
docs(): fix typo, chacked -> checked
2016-03-11 11:36:31 -06:00
559ecd6912
chore(dgeni): add anchor links to docs
2016-03-11 10:33:55 -06:00
028e181471
chore(CONTRIBUTING): update the dir to run the linter
2016-03-11 11:03:31 -05:00
b864dc4bee
added method to reset _highestY
2016-03-11 11:56:57 +01:00
db66b3affc
chore(CHANGELOG): update changelog to include sass conventions
2016-03-10 23:09:47 -05:00
a0d068dae0
docs(demos): update gulp file and API demos to include windows theme
2016-03-10 23:04:13 -05:00
f7b52eeee1
chore(sass): update sass to match linter config
...
references #5797
2016-03-10 22:42:38 -05:00
2bda365fcf
little typo, chacked -> checked
2016-03-10 13:32:57 -07:00
de6cd2f68c
chore(build): update to typescript 1.8
2016-03-10 13:40:54 -06:00