Monica Kozbial
|
f0e4d44ff9
|
Fixing custom fields turtle demo. (#3641)
|
2020-01-23 11:31:14 -08:00 |
|
translatewiki.net
|
ea591b367c
|
Localisation updates from https://translatewiki.net.
|
2020-01-23 16:06:36 +01:00 |
|
Monica Kozbial
|
6e65048bf2
|
Update CSS rules for cursor. (#3627)
|
2020-01-22 11:46:38 -08:00 |
|
Sam El-Husseini
|
510c33601c
|
Revert on blur for text input fields as it interferes with combo boxes (#3634)
|
2020-01-22 11:46:31 -08:00 |
|
Sam El-Husseini
|
db05bc051c
|
Support for closure library option in uncompressed local build (#3633)
* Support for closure library option in uncompressed local build
* Refactor into maybeAddClosureLibrary method
|
2020-01-22 11:46:24 -08:00 |
|
Sam El-Husseini
|
972536bb4f
|
Fix rtl placement of arrow in non-borderbox dropdown fields (#3629)
|
2020-01-22 11:46:17 -08:00 |
|
Sam El-Husseini
|
6a296fe194
|
Add renderer into typings options (#3631)
|
2020-01-22 11:46:11 -08:00 |
|
alschmiedt
|
a51074d1f1
|
Add colour methods back to blockSvg (#3626)
* Add colour methods back to blockSvg
|
2020-01-22 11:46:03 -08:00 |
|
alschmiedt
|
ffa82ce3ab
|
Fix broken field demos (#3625)
|
2020-01-22 11:45:56 -08:00 |
|
Monica Kozbial
|
26a11faf49
|
Update CSS rules for cursor. (#3627)
|
2020-01-22 11:41:59 -08:00 |
|
Sam El-Husseini
|
5727a62c62
|
Revert on blur for text input fields as it interferes with combo boxes (#3634)
|
2020-01-22 11:23:33 -08:00 |
|
Sam El-Husseini
|
cf90154b23
|
Support for closure library option in uncompressed local build (#3633)
* Support for closure library option in uncompressed local build
* Refactor into maybeAddClosureLibrary method
|
2020-01-22 11:10:35 -08:00 |
|
Sam El-Husseini
|
58b690728d
|
Fix rtl placement of arrow in non-borderbox dropdown fields (#3629)
|
2020-01-22 11:07:59 -08:00 |
|
Sam El-Husseini
|
af84e6a40c
|
Zelos rename highlightfilter (#3630)
* Rename highlight filter to selected filter
* Update comment
|
2020-01-22 11:07:45 -08:00 |
|
Sam El-Husseini
|
639218e883
|
Add renderer into typings options (#3631)
|
2020-01-22 11:07:28 -08:00 |
|
alschmiedt
|
130297f795
|
Add colour methods back to blockSvg (#3626)
* Add colour methods back to blockSvg
|
2020-01-22 07:34:46 -08:00 |
|
alschmiedt
|
4efb917fc4
|
Fix broken field demos (#3625)
|
2020-01-21 17:06:06 -08:00 |
|
Sam El-Husseini
|
8dad1123a1
|
Merge branch 'develop' into rc_2020_1
|
2020-01-21 14:21:22 -08:00 |
|
Sam El-Husseini
|
eab097d368
|
Rebuild (#3622)
|
2020-01-21 14:19:02 -08:00 |
|
alschmiedt
|
f589a32120
|
Add push to github pages after build (#3615)
|
2020-01-21 14:19:02 -08:00 |
|
Sam El-Husseini
|
2857960331
|
Release tasks renames (#3620)
* Revert package.json version
* Rename some tasks
* Added prerelease task
|
2020-01-21 14:19:02 -08:00 |
|
Sam El-Husseini
|
fca8e93895
|
Rebuild for release with options parsing fix. (#3618)
|
2020-01-21 14:19:02 -08:00 |
|
Sam El-Husseini
|
fc7d706284
|
Fix parsing and passing of workspace options around Blockly (#3616)
|
2020-01-21 14:19:02 -08:00 |
|
alschmiedt
|
a37420d49b
|
Rebuilds typings for release script (#3612)
|
2020-01-21 14:19:02 -08:00 |
|
translatewiki.net
|
ebfc22dcfc
|
Localisation updates from https://translatewiki.net.
|
2020-01-21 14:19:02 -08:00 |
|
Sam El-Husseini
|
92a19d8340
|
Rebuild (#3622)
|
2020-01-21 14:15:35 -08:00 |
|
alschmiedt
|
de6a7f9d88
|
Add push to github pages after build (#3615)
|
2020-01-21 14:13:21 -08:00 |
|
Sam El-Husseini
|
30aa75506c
|
Release tasks renames (#3620)
* Revert package.json version
* Rename some tasks
* Added prerelease task
|
2020-01-21 14:08:27 -08:00 |
|
Sam El-Husseini
|
b87d23b976
|
Rebuild for release with options parsing fix. (#3618)
|
2020-01-21 13:40:17 -08:00 |
|
Sam El-Husseini
|
70f42b3395
|
Fix parsing and passing of workspace options around Blockly (#3616)
|
2020-01-21 13:29:03 -08:00 |
|
alschmiedt
|
847385715a
|
Rebuilds typings for release script (#3612)
|
2020-01-20 20:53:36 -08:00 |
|
translatewiki.net
|
73eef301ec
|
Localisation updates from https://translatewiki.net.
|
2020-01-20 11:29:56 +01:00 |
|
alschmiedt
|
f5a8a3db86
|
Rebuild (#3610)
|
2020-01-17 15:26:22 -08:00 |
|
Monica Kozbial
|
c84ee46a89
|
Setting default options in workspace constructor. (#3592)
* Setting default options in workspace constructor.
* Changing logic for parsing workspace options.
* Adding gridPattern declaration to options and updating options handling for workspace.
* Addressing PR comments.
* Moving objects to constructor.
* Using constructor instead of casting for Blockly.Options.
* fix eslint
* Adding types.
* Change in type.
* eslint fix.
* Fix typings.
|
2020-01-17 15:16:20 -08:00 |
|
alschmiedt
|
1a2fb6ddf0
|
Add new build scripts (#3608)
* Add new build scripts
* Fix pr comments
|
2020-01-16 16:52:20 -08:00 |
|
Monica Kozbial
|
1afff3c439
|
Use baseline for positioning rendered connection. (#3609)
|
2020-01-16 16:07:38 -08:00 |
|
Sam El-Husseini
|
6ce1325663
|
Rebuild langs in prep for release (#3607)
|
2020-01-16 15:27:23 -08:00 |
|
Sam El-Husseini
|
639b0fd721
|
Update langs in prep for release (#3605)
|
2020-01-16 15:23:22 -08:00 |
|
Sam El-Husseini
|
077e75211d
|
Merge branch 'master' into develop
|
2020-01-16 15:22:43 -08:00 |
|
Sam El-Husseini
|
671162b79a
|
Fix RTL appendDomToWorkspace positioning. (#3601)
* Fix RTL appendDomToWorkspace positioning.
|
2020-01-16 13:43:41 -08:00 |
|
Sam El-Husseini
|
f8000e00dc
|
Use selected option instead of selected index to cache current selected value in field. (#3602)
|
2020-01-16 13:33:45 -08:00 |
|
Sam El-Husseini
|
6c6296d74a
|
Use setAttribute for setting the id instead of block.id as IE doesn't serialize the id otherwise. (#3604)
|
2020-01-16 13:33:24 -08:00 |
|
Sam El-Husseini
|
2f3716a022
|
Update Typings in preparation for release (#3603)
|
2020-01-16 11:36:51 -08:00 |
|
Sam El-Husseini
|
3283c02980
|
Remove local_build.sh (#3600)
|
2020-01-16 09:20:55 -08:00 |
|
translatewiki.net
|
f8db478241
|
Localisation updates from https://translatewiki.net.
|
2020-01-16 15:28:06 +01:00 |
|
Sam El-Husseini
|
492aa96e18
|
Update packagelock (#3598)
* Update package-lock.json
|
2020-01-15 10:35:02 -08:00 |
|
Sam El-Husseini
|
1242b6e624
|
Rebuild in preparation for release (#3595)
|
2020-01-14 13:50:38 -08:00 |
|
Sam El-Husseini
|
6a4251b11a
|
Add constant for field dropdown arrow padding (#3581)
* Add constants for field dropdown arrow padding for more control over where the arrow shows up.
|
2020-01-14 13:27:47 -08:00 |
|
Sam El-Husseini
|
180926ee77
|
Fix duplicate variable model type (#3594)
* Resolve duplicate empty var type when returning list of variableModel's types.
|
2020-01-14 13:10:34 -08:00 |
|
Sam El-Husseini
|
4f07776dd9
|
IE 11 doesn't allow the same property to be set on an object twice in strict mode. (#3586)
|
2020-01-14 13:10:18 -08:00 |
|