|
b3b03ddcd4
|
Remove an unused import in component-builder
|
2015-09-18 16:55:34 +03:00 |
|
|
13deafec79
|
Fix typescript 1.6 compile errors.
- Remove unknown properties in object literals.
- Don't use module-level `delete` statements.
|
2015-09-18 16:55:32 +03:00 |
|
|
81c066e5e3
|
Support for binding expressions in event bindings
|
2015-09-12 11:02:32 +03:00 |
|
|
b608af8cfd
|
Fix public declarations for the "ui/builder/special-properties" module.
|
2015-09-11 13:55:34 +03:00 |
|
|
958d6b41f0
|
Move layout special properties sets out of the component builder.
Setters registered by the respective modules on import.
|
2015-09-10 19:18:11 +03:00 |
|
|
e162b2032f
|
if condition fixed + test added
|
2015-09-10 13:29:04 +03:00 |
|
|
2d155f941d
|
CSS and XML code files now can be specified in XML
|
2015-09-10 13:02:33 +03:00 |
|
|
543f367ac0
|
Expose component-builder.d.ts
|
2015-09-09 12:03:11 +03:00 |
|
|
28898dcd32
|
Expose special property logic in builder.
Called by the Angular renderer.
|
2015-09-09 12:03:02 +03:00 |
|
|
17cdbbaf46
|
gestures now can be added with on() and removed with off()
|
2015-08-31 16:44:35 +03:00 |
|
|
cd491d6c03
|
Tslint
|
2015-08-13 14:34:23 +03:00 |
|
|
ede36a16ca
|
Template builder code cleanup
|
2015-08-13 14:26:09 +03:00 |
|
|
8226d86133
|
Fix builder issue where builder doesn't pop complex properties correctly.
|
2015-08-13 13:37:11 +03:00 |
|
|
c1378b427f
|
code fixed
|
2015-08-12 09:33:14 +03:00 |
|
|
384ba394e7
|
gesture binding fixed + test
|
2015-08-11 16:31:30 +03:00 |
|
|
0468857604
|
Merge pull request #554 from NativeScript/atanasovg/file-system-api
Atanasovg/file system api
|
2015-08-10 17:55:10 +03:00 |
|
|
bccd5133a3
|
FIX: Nested templates are not parsed
|
2015-08-07 11:44:34 +03:00 |
|
|
24cb7bb591
|
Fixed #557
|
2015-08-07 10:00:44 +03:00 |
|
|
c683ea44e6
|
Refactor the file-system-access API to be synchronous. Added *Sync equivalents of the file-system APIs. Removed usage of file-system-access within the code.
|
2015-08-04 16:53:12 +03:00 |
|
|
6ebd488735
|
Application orientation changed event
|
2015-07-31 11:51:01 +03:00 |
|
|
772568939b
|
Merge pull request #478 from NativeScript/ui-builder
//@private removed
|
2015-07-24 11:23:26 +03:00 |
|
|
da25936c87
|
//@private removed
|
2015-07-24 10:25:40 +03:00 |
|
|
5bb52f545d
|
Support lower-case-dashed component declaration in the XML added
|
2015-07-23 16:46:12 +03:00 |
|
|
5ca763455c
|
layouts handled automatically as well
|
2015-07-22 17:09:28 +03:00 |
|
|
65412d9201
|
component builder simplified
|
2015-07-22 16:31:28 +03:00 |
|
|
835ab8c142
|
HtmlView UI component added + test
|
2015-07-15 15:11:21 +03:00 |
|
|
e52b0c4556
|
Action bar progress
|
2015-07-15 09:35:53 +03:00 |
|
|
7c6897bef7
|
quick fix for "." resolve
|
2015-07-10 11:22:06 +03:00 |
|
|
999a0c80f3
|
file resolver added + lint errors fixed
|
2015-07-09 14:00:16 +03:00 |
|
|
56444fb927
|
throw error if page not specified
|
2015-07-09 11:26:45 +03:00 |
|
|
7aae543bd7
|
Strong types for builder.load parameters. Hopefully better intellisense.
|
2015-07-09 11:22:59 +03:00 |
|
|
d1ec70286d
|
more fixes & tests added
|
2015-07-08 18:16:28 +03:00 |
|
|
f478c619d8
|
support for custom components CSS added
|
2015-07-08 11:28:13 +03:00 |
|
|
7ded3a7437
|
Merge pull request #403 from NativeScript/custom-component-load
Custom component loading improved + tests
|
2015-07-08 09:08:42 +03:00 |
|
|
f74d633fc6
|
console.log removed
|
2015-07-07 16:43:34 +03:00 |
|
|
09d289131e
|
fileName change to path and componentName changed to name
|
2015-07-07 15:36:20 +03:00 |
|
|
3aa8c04929
|
two more tests added
|
2015-07-07 15:16:06 +03:00 |
|
|
f3979136a4
|
Frobit setting inline style from code
|
2015-07-07 15:02:32 +03:00 |
|
|
f999c54e0d
|
better support for custom components loading
|
2015-07-07 11:57:53 +03:00 |
|
|
cff1e8f891
|
Added comments for some regex used in bindings.
|
2015-07-01 10:24:02 +03:00 |
|
|
440e5968f2
|
Introduced parent and parents keywords for binding.
|
2015-06-29 17:16:22 +03:00 |
|
|
db5efc2a8d
|
look for plugins/modules in tns_modules folder not only in the app root + test
|
2015-06-29 15:02:19 +03:00 |
|
|
7c5d1011cb
|
throw error if nesting platform tags + test
|
2015-06-17 16:07:42 +03:00 |
|
|
b38d181b67
|
platform specific component declaration support for UI builder + tests
|
2015-06-17 10:51:32 +03:00 |
|
|
342bae570d
|
getExports moved to builder
|
2015-05-25 12:09:15 +03:00 |
|
|
e61cac3422
|
Fixed binding expression for object property access (not function).
|
2015-05-19 13:49:32 +03:00 |
|
|
dd9e70fc6c
|
more fixes
|
2015-05-15 17:27:26 +03:00 |
|
|
49576d2087
|
support for platform specific attributes added
|
2015-05-15 11:13:53 +03:00 |
|
|
8d8fe1700b
|
Context support for gesture handler binding
|
2015-05-13 16:05:45 +03:00 |
|
|
9e7fbc8a92
|
Binding gestures event handlers support added
|
2015-05-13 10:53:08 +03:00 |
|