|
c5a14464e8
|
Fixed issue with simple object as binding context.
|
2016-05-05 15:10:31 +03:00 |
|
|
4e4a69c282
|
Additional fix for changing binding context issue.
|
2016-05-03 14:23:58 +03:00 |
|
|
7203d201c0
|
Fixed stack overflow exception in binding.
|
2016-04-27 17:18:26 +03:00 |
|
|
b2c182fd7a
|
Improve Binding class (#2038)
Remove options parameter
|
2016-04-27 16:43:45 +03:00 |
|
|
8fef852d89
|
Fixed adding converters to bindingContext.
|
2016-04-20 15:49:44 +03:00 |
|
|
2c4c3c90e2
|
Fix for using same name properties in binding.
|
2016-04-19 17:19:04 +03:00 |
|
|
ba2a84de6b
|
Better tracing (logging) of run-time errors.
|
2016-04-01 17:34:14 +03:00 |
|
|
6e4d6ccfbc
|
Support for hierarchical and attribute css selectors.
|
2016-02-15 11:47:05 +02:00 |
|
|
5144969ae0
|
Added support for in expressions.
|
2016-02-08 11:58:15 +02:00 |
|
|
1e0f130b38
|
Merge pull request #1430 from NativeScript/gatanasov/lazy-require-fixes
Revisit lazy require routine
|
2016-02-01 16:54:31 +02:00 |
|
|
406a20297c
|
Added support for functions with binding expressions.
|
2016-01-28 16:42:21 +02:00 |
|
|
56f1aaa795
|
Do not use lazy requires where not needed.
|
2016-01-25 16:33:18 +02:00 |
|
|
5e440ab924
|
Fixed getting object properties too many times.
|
2015-12-18 16:01:32 +02:00 |
|
|
074ac89871
|
imports improved
|
2015-12-17 14:53:46 +02:00 |
|
|
91b46ea131
|
Extended the tracing information for Bindings and Android NativeLifecycle.
|
2015-12-04 16:49:04 +02:00 |
|
|
a44c9f9aa6
|
Added some checks for binding infrastructure.
|
2015-11-25 08:51:36 +02:00 |
|
|
363a44139f
|
binding to special properties fixed
|
2015-11-05 16:31:43 +02:00 |
|
|
aef7256e69
|
Enabled bindings to events and gestures for Bindable instead of View.
|
2015-10-21 16:43:09 +03:00 |
|
|
76fa713c85
|
Break a circular import view-application-view.
By late-importing application in bindable and stylers-common.
|
2015-10-16 13:53:35 +03:00 |
|
|
d6e0a2b598
|
Fixed index property accessors are treated as expressions.
|
2015-10-12 14:49:36 +03:00 |
|
|
e7156b53bd
|
Fixed issue #814.
|
2015-10-01 16:13:51 +03:00 |
|
|
0b6ca23e25
|
BindingContext will be set before adding items to visual tree (ListView, Repeater).
|
2015-09-30 11:18:46 +03:00 |
|
|
81c066e5e3
|
Support for binding expressions in event bindings
|
2015-09-12 11:02:32 +03:00 |
|
|
fc3c52691e
|
Fixed issue with binding when there is no sourceProperty set.
|
2015-08-31 15:50:12 +03:00 |
|
|
881c378a4e
|
Made TabViewItem bindable.
|
2015-08-28 12:55:28 +03:00 |
|
|
a57d52a304
|
Added support for binding to multiple observable objects (properties).
|
2015-08-25 16:18:07 +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 |
|
|
a122d854d0
|
Fixed issue with updating nested properties via binding.
|
2015-06-08 11:54:20 +03:00 |
|
|
e61cac3422
|
Fixed binding expression for object property access (not function).
|
2015-05-19 13:49:32 +03:00 |
|
|
3b6a23bfb5
|
Fixed issue with binding context in a list view scenario.
|
2015-05-19 11:53:42 +03:00 |
|
|
3cfaa221ae
|
Clean unused variables
|
2015-05-18 11:29:57 +03:00 |
|
|
57171c768e
|
WeakEvents with map
|
2015-05-15 18:39:01 +03:00 |
|
|
71c9266be3
|
WeakEvents refactoring and used in ListView
|
2015-05-15 18:39:01 +03:00 |
|
|
bb57bfb88d
|
Fixed issue when UI element is bound to source different from bindingContext.
|
2015-05-12 14:56:53 +03:00 |
|
|
4a6850a77e
|
Added missing semicolon.
|
2015-05-08 15:16:51 +03:00 |
|
|
80336d2ea5
|
Property changed disabled for inheritable properties only.
|
2015-05-08 13:50:49 +03:00 |
|
|
2e4b2eacf2
|
Fixed issue when bindingContext is bound more than once.
|
2015-05-08 09:53:59 +03:00 |
|
|
95ca8d9c8c
|
Replace knownEvents modules with static strings.
|
2015-04-24 09:29:00 +03:00 |
|
|
6bb533dc30
|
Fixed issue with binding when binding to a falsy object (also added types.isNullOrundefined function).
|
2015-04-20 14:25:01 +03:00 |
|
|
61f5022a69
|
Binding to object via keyword.
|
2015-04-03 16:08:28 +03:00 |
|
|
d952faa3c2
|
Added application resources (used for binding converters), also some bug
fixes (binding related).
|
2015-04-01 11:45:30 +03:00 |
|
|
b569451bc7
|
Added named parameters support for xml binding definition.
|
2015-03-18 08:44:51 +02:00 |
|
|
1b99b6f5d2
|
Binding converter run-time errors logging on console.
|
2015-03-12 15:44:35 +02:00 |
|
|
4152e66195
|
Observable array now fires property change for length property.
|
2015-03-05 14:55:16 +02:00 |
|
|
8bc83ced24
|
Added binding convert option.
|
2015-03-04 10:51:59 +02:00 |
|
|
cc829e0152
|
definitions fixed
|
2015-03-03 10:34:40 +02:00 |
|
|
2c4781db01
|
Initial prototype of Frame + Page + Navigation.
|
2014-06-12 17:44:23 +03:00 |
|
|
71af5f955d
|
Fixed improper unbind implementation
|
2014-06-05 14:16:35 +03:00 |
|
|
1be0f92429
|
Initial implementation of Observable + Bindable + Label
|
2014-06-05 13:53:09 +03:00 |
|