Commit Graph

21 Commits

Author SHA1 Message Date
jgw96
8c75c214d7 chore(util): add requestIdleCallback polyfill 2017-03-07 16:12:02 -06:00
Brandy Carney
759fe607c8 test(module-loader): add test for two modules loaded at once 2017-03-07 10:46:10 -05:00
Brandy Carney
17359b7b8c feat(module-loader): add caching for ngModuleLoader on load 2017-03-06 18:23:47 -05:00
Brandy Carney
a1a762c0e6 test(module-loader): add unit tests for module-loader load 2017-03-06 17:16:25 -05: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
Adam Bradley
bdf02d4280 chore(util): add removeArrayItem fn 2016-11-29 10:21:47 -06:00
Manu Mtz.-Almeida
376b3cdb2c Merge branch 'fix/events' of https://github.com/stalniy/ionic 2016-11-28 17:52:16 +01:00
Adam Bradley
95b3b38ec4 fix(datetime): fix am/pm in format w/out minutes or seconds
Closes #9269
2016-11-21 14:47:42 -06:00
Adam Bradley
6e7587dea4 test(input): add unit tests for isTextInput() 2016-11-21 08:42:04 -06:00
Sergii Stotskyi
ae58cb90dd refactor(events): passes arguments as function arguments to subscriber
Also add tests for Events service

Fixes 7314
2016-10-31 20:30:53 +02:00
tobika
0f9c307d9f test(datetime-util): add tests for updateDate 2016-10-01 14:28:05 +02:00
Adam Bradley
93fc30793d style(util): style updates 2016-09-13 15:55:36 -05:00
Andrew Mitchell
ba53a23c6e fix(datetime-util): fix convertDataToISO to handle negative timezone offsets 2016-07-19 13:35:36 -07:00
Manu Mtz.-Almeida
ac8e4dce06 style(all): tslinter warnings 2016-07-19 13:31:46 -07:00
Adam Bradley
2e570837df chore(util): add isPrimitive() util 2016-07-11 23:01:40 -05:00
Adam Bradley
4fff262684 fix(datetime): format seconds token
Closes #6951
2016-06-28 16:40:42 -05:00
Adam Bradley
272daf2993 fix(datetime): fix ISO format when w/out timezone data
Closes #6608
2016-06-01 09:40:45 -05:00
Josh Thomas
c8f760f080 chore(build): rename ionic directory to src and update all references in the build process. 2016-05-19 13:22:40 -05:00
Andrew
9039297110 rename src to ionic 2015-04-25 10:59:09 -05:00
Andrew
e79973fe5d add util/dom 2015-04-01 09:35:44 -06:00