|
893009a603
|
remove the error throwing in storage engine constructor
|
2016-01-22 13:54:25 +08:00 |
|
|
6da7762139
|
v2: feat(Storage): adds setJson() method
|
2016-01-20 14:35:22 +01:00 |
|
|
2f9dd60ada
|
Merge branch 'manucorporat-storage-getjson' into 2.0
|
2016-01-20 07:21:21 -06:00 |
|
|
c3ab951056
|
fix(storage): throw json parse errors
|
2016-01-20 07:20:37 -06:00 |
|
|
2885ceb1b6
|
mark parameters optional
|
2016-01-20 12:15:46 +08:00 |
|
|
07953672f5
|
add more types to function parameters and return type
|
2016-01-19 16:44:46 +08:00 |
|
|
d7db59edf1
|
fix(Storage): getJson() implementation
|
2016-01-18 15:01:27 +01:00 |
|
|
88aad3f880
|
refactor(decorators): remove ConfigComponent
|
2016-01-11 22:51:54 -06:00 |
|
|
44cbbd286b
|
chore(): fix typescript errors
|
2016-01-11 21:10:19 -06:00 |
|
|
b79d6cc8ea
|
refactor(util): use Object.assign polyfill
|
2016-01-11 11:17:58 -06:00 |
|
|
747c5138c5
|
fix(platform): types
|
2016-01-11 09:56:19 -06:00 |
|
|
57e38aaf36
|
chore(): fix typescript errors
|
2016-01-10 13:38:47 -06:00 |
|
|
a5fc7c7a78
|
docs(lang): add recommendations to put values in html element
|
2016-01-07 10:50:02 -06:00 |
|
|
942bd9b93b
|
feat(platform): add language support methods
Related: #883
|
2016-01-07 10:36:44 -06:00 |
|
|
e8e0f83539
|
fix(resize): speed up window resize throttle
Related to #880
|
2016-01-06 15:39:06 -06:00 |
|
|
35bab07d0e
|
feat(platform): mobileweb platform
platform.is(‘mobileweb’)
|
2016-01-02 23:02:58 -06:00 |
|
|
da986a5fb0
|
feat(transition): pass isRTL in transition opts
|
2016-01-01 21:56:40 -06:00 |
|
|
0b4b8628bf
|
feat(platform): add isRTL() and body css class
|
2016-01-01 21:35:21 -06:00 |
|
|
23fe9c6a85
|
docs(platform): updates
|
2015-12-21 14:25:17 -05:00 |
|
|
60e402185f
|
fix(sqlstorage): empty array not ..params. Fixes #770
|
2015-12-17 13:58:06 -06:00 |
|
|
a8a88649c2
|
docs(): LocalStorage
|
2015-12-16 15:52:44 -05:00 |
|
|
068f3ceb29
|
Merge remote-tracking branch 'origin/master' into WIP-api-demos
|
2015-12-16 11:13:03 -06:00 |
|
|
8f4307276a
|
fix(platform): rename cordova iOS file to be more consistent with other files, included the import in iOS components file
closes #748
|
2015-12-15 13:57:54 -05:00 |
|
|
4354c3b1ae
|
docs(platform): fix description
|
2015-12-11 14:16:07 -06:00 |
|
|
a54be856f2
|
docs(demos/platform): api demo
|
2015-12-11 10:32:45 -06:00 |
|
|
1ff2231140
|
fix(platform): fix testNavigatorPlatform regex
|
2015-12-10 20:43:57 -06:00 |
|
|
4846a0b1d2
|
fix import path
|
2015-12-10 16:39:56 -06:00 |
|
|
0270be3305
|
fix blocking TS errors
|
2015-12-10 16:39:56 -06:00 |
|
|
9becec86af
|
Merge branch 'master' into css-refactor
|
2015-12-08 17:52:28 -05:00 |
|
|
15f0299816
|
docs(localStorage): add demo link
|
2015-12-08 16:31:38 -06:00 |
|
|
3d3eae1e4f
|
set button css by attrs
|
2015-12-06 20:44:56 -06:00 |
|
|
831ec87308
|
import mode globals in all mode components
|
2015-12-04 21:34:27 -06:00 |
|
|
9285e4fbd0
|
merge conflicts
|
2015-12-04 15:39:42 -05:00 |
|
|
f1d8d5fc14
|
docs()
|
2015-12-04 15:20:02 -05:00 |
|
|
fa295f9bbe
|
fix(storage): bad defaults in options. Fixes #647
|
2015-12-04 12:52:00 -06:00 |
|
|
2c13de9c7b
|
fix(platform): pass regexp to testNavigatorPlatform
|
2015-12-04 11:03:00 -06:00 |
|
|
dbeb0f78ae
|
fix(platform): update ripple activator fn
Closes #671
|
2015-12-02 10:34:29 -06:00 |
|
|
5d0349d134
|
fix(ripple): disable ripple for Android 4.4 and below
Closes #648
|
2015-11-25 14:00:41 -06:00 |
|
|
7db1deddf7
|
Fixed comment
|
2015-11-23 21:36:09 -06:00 |
|
|
bc8ff4070f
|
refactor(sass): individual sass files import globals
|
2015-11-23 14:51:41 -06:00 |
|
|
3df0e0fddc
|
fix(storage): wrong default order. #587
|
2015-11-19 23:17:59 -06:00 |
|
|
ea955c59af
|
feat(ripple): only enable ripple on android 5 or greater
|
2015-11-19 11:41:51 -06:00 |
|
|
00f9611e71
|
feat(clickBlock): enable click block only on iOS
|
2015-11-19 11:23:41 -06:00 |
|
|
f020027147
|
Merge pull request #523 from joelbraga/fix-sqlstorage
<fix>(SqlStorage): Fix typo in tx variable name
|
2015-11-18 12:18:11 -06:00 |
|
|
bc7eeb2aea
|
Merge pull request #524 from joelbraga/fix-storage
<fix>(storage): fix query function arguments
|
2015-11-18 12:16:41 -06:00 |
|
|
37420b733c
|
refactor(platform): combining selectors
references #554
|
2015-11-17 15:52:47 -05:00 |
|
|
7731938bb8
|
fix(segment): made the longest selector in the world to fix segment in a toolbar
closes #554
|
2015-11-17 15:48:56 -05:00 |
|
|
64376c2304
|
fix(textInput): hide cursor during scroll
|
2015-11-16 22:47:00 -06:00 |
|
|
85db372789
|
<fix>(storage): fix query function arguments
|
2015-11-14 22:49:48 +00:00 |
|
|
e580f07218
|
<fix>(SqlStorage): Fix typo in variable name
|
2015-11-14 22:41:15 +00:00 |
|