Dan Bucholtz
efd54750bf
chore(lint): fix all code that doesn't pass tslint
...
* chore(lint): update to work with newer tslint
* chore(lint): fix all code that doesnt pass tslint
fix all code that doesnt pass tslint
2017-07-05 16:21:55 -05:00
Amit Moryossef
5d562166fc
refactor(): global refactoring to avoid IDE warnings and cleaner code ( #11296 )
...
* refactor(style): redundant measure units
* refactor(): change pointless boolean operation to cast
* refactor(): change redundant 'if' statement
* refactor(style): remove overwritten property value
* fix(spellcheck): wrong attribute value
* refactor(datetime-test): There should be a space between attribute and previous attribute
* refactor(import): import can be shortened
* refactor(semicolon): add missing semicolon
* docs(): fix incorrect parameter name
* refactor(): remove trailing unused parameters
* fix(menu): create mock change signature
* refactor(): remove redundant imports
all tests are passing
* refactor(style): 'var' used instead of 'let' or 'const'
* Revert "refactor(style): 'var' used instead of 'let' or 'const'"
This reverts commit 0369dbcaa8 .
* refacrot(): remove unused code
* Revert "refactor(style): remove overwritten property value"
* revert(hammer): don't modify 3rd party files
* revert(activator): follow interface
* revert(activator): follow interface (cont)
* revert(activator): follow interface (cont)
* merge(master): fix conflicts
* revert(): change pointless boolean operation to cast
* revert(): text align is covered by a different PR
* revert(): add back unused parameters
* revert(): add back unused parameters
2017-05-05 01:11:00 +02:00
Amit Moryossef
6add05e31a
doc(haptic): fix typo ( #11461 )
2017-05-01 18:12:55 +02:00
Manuel Mtz-Almeida
c792ab69ae
refactor(toggle): checked/activated classes are applied to the host
2017-04-07 21:04:16 +02:00
Manuel Mtz-Almeida
17c0543a39
perf(toggle): toggle’s button is not activated
2017-04-07 19:46:57 +02:00
Manuel Mtz-Almeida
59f9737d9b
fix(tapclick): 300ms click delay
2017-04-06 18:05:47 +02:00
perry
396f891f33
chore(docs): updating dgeni typescript package
2017-03-14 14:50:31 -05:00
Dan Bucholtz
ca55907e46
refactor(tap-click): move to constants from enum
...
move to constants from enum
2017-03-02 15:08:07 -06:00
Manu Mtz.-Almeida
8d9f374065
fix(all): memory leaks
...
fixes #10459
fixes #10416
fixes #10286
2017-02-28 17:50:42 +01:00
Adam Bradley
9168bc137b
fix(tap): allow document to be tap polyfilled
...
Closes #9726
2017-01-13 17:09:13 -06:00
Adam Bradley
24d0052541
chore(noImplicitAny): add noImplicitAny to tsconfig
2017-01-12 10:14:50 -06: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