Adam Pietrasiak
231e912623
Fix syntax error in layout dosc (#4451 )
5 years ago
Guy Carmeli
d5893a5391
Update CHANGELOG.md
5 years ago
yogevbd
14a5b748fa
Fix title.font when subtitle supplied
5 years ago
Yogev Ben David
b40f8eda6e
Pass mainWindow to commandsHandler (#4407 )
Initialize and pass mainWindow to commandsHandler
5 years ago
Henrik Raitasola
9e97838526
Fix name collision so auto import works correctly (#4414 )
Fix name collision so autocomplete works
5 years ago
Guy Carmeli
8bf03bee7e
Update CHANGELOG.md
6 years ago
Guy Carmeli
c9729fb221
Format changelog
6 years ago
Guy Carmeli
4b18846e48
Add changelog.md
6 years ago
yogevbd
11a174b31a
Fix popGesture freezes the app - #4388
6 years ago
yogevbd
3f079f4c41
Fix e2e
6 years ago
yogevbd
a3922f8481
setRoot on main application window - fix setRoot on iPad
6 years ago
Ganesh Datta
b369a54a7f
Add props to TopBarButton type (#4373 )
6 years ago
Alberto Blanco
7a3b46623c
Clean up last 'enable' properties (#4364 )
* Fix typo in setStackRoot animation docs
* Use 'enabled' instead of 'enable'
6 years ago
yogevbd
6b5fe80091
Add fix for sideMenu.openGestureMode
6 years ago
Yogev Ben David
0a4bf2ade3
Add sideMenu.openGestureMode option (#4348 )
Until now controlling drawers touch gestures was impossible, drawers received gesture opening touch from the entire screen and that causes collisions with other gestures (which are implemented on the javascript side).
This commit adding modes for how sideMenu drawers gestures will receive opening touch.
```
{
sideMenu: {
openGestureMode: 'entireScreen' | 'bezel'
}
}
```
- `entireScreen`: drawer gesture will trigger drawer opening from the entire screen
- `bezel`: drawer gesture will trigger drawer opening only from the center screen bezel frame
The default didn't change.
6 years ago
Henrik Raitasola
e32d8d2c1a
Refactor component name to be number also (#4326 )
Refactor component name to be number also
6 years ago
Guy Carmeli
40d17460d3
Update README.md
6 years ago
Guy Carmeli
904ede586a
Update README.md
6 years ago
Guy Carmeli
142b6520dc
rename yaml to yml
6 years ago
Guy Carmeli
f27f339e67
add support-bot config
6 years ago
Guy Carmeli
56bed83b88
add stale config
6 years ago
Ceyhun Ozugur
98e2dc2f18
[v2][Android] Remove deprecated enableAapt2 property from docs (#4343 )
Adding `android.enableAapt2=false` broke the build from Android Studio with an error `Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'`
Both command line and Android Studio builds worked fine after removing it.
6 years ago
Guy Carmeli
5b088c9f09
Update Installing.md
6 years ago
Minh Loi
bd004225b6
[Fix typescript] Add title alignment to OptionsTopBarTitle (#4341 )
Add title alignment to options
6 years ago
Krzysztof Borowy
3b98553273
Android: Use proper key for bottom tab height (#4328 )
6 years ago
yogevbd
b5d300f050
Closes #3608
6 years ago
Guy Carmeli
77e2faa598
update lodash to resolve vulnerability alert CVE-2018-3721
6 years ago
Ryan Carter
2087a0f4dd
updated broken docs links in READMEs (#4309 )
6 years ago
Timmy Garrabrant
0a6e34f2dd
Add optional componentId param to bindComponent (#4299 )
6 years ago
Yogev Ben David
708d594877
Avoid calling component generators on registerComponent (#4286 )
* Avoid calling component generators on registerComponent
* fix unit tests
* remove console.log
* fix coverage
* fix coverage
6 years ago
Shalom Yerushalmy
05b63059d5
add ignore path
6 years ago
Shalom Yerushalmy
aa9b17eb0e
fix ignore path
6 years ago
Shalom Yerushalmy
fe4f6ca32e
remove test files coverage
6 years ago
Minh Loi
b12ee944ea
Fix docs. Change bottomTab title to text (#4288 )
I believe there is a type in the docs. The title prop in bottomTab should be text.
6 years ago
Shalom Yerushalmy
92b80efad3
Change release env var from jenkins
6 years ago
Guy Carmeli
36c0046b3a
Create README.md
6 years ago
Guy Carmeli
fde400bade
Delete README.md
6 years ago
Guy Carmeli
5e4830b5a8
Update README.md
6 years ago
Guy Carmeli
50300f5f85
Update README.md
6 years ago
Guy Carmeli
d2c75961b9
Update README.md
6 years ago
Guy Carmeli
a3be561388
Update docs
6 years ago
Shalom Yerushalmy
8faa96a056
increase ios e2e workers (#4283 )
6 years ago
Julian
52c35843d5
fix Documentation link (#4281 )
6 years ago
Shalom Yerushalmy
9e36706f04
Add snapshot badge and fixed build badge
6 years ago
Shalom Yerushalmy
d99cef8e40
Remove debug from release
6 years ago
Shalom Yerushalmy
78be1d61ef
JS workaround for release script
6 years ago
Shalom Yerushalmy
e04dfd2241
Last test release
6 years ago
Shalom Yerushalmy
2dc4986365
test release
6 years ago
Shalom Yerushalmy
970478bbda
debug release
6 years ago
Guy Carmeli
1282131264
update docs
6 years ago