Commit Graph

4853 Commits

Author SHA1 Message Date
Sam El-Husseini
12c8a50a0f Update the options object to reflect its properties, update the public option interface to include keymap and other little things (#3826) 2020-04-15 17:51:57 -07:00
Monica Kozbial
d61f3c6f38 Converting extensions_test to mocha. (#3820)
* Converting extensions_test to mocha.

* Add spacing between test cases.

* Fix cleanup for block type.

* Add cleanup for event state.
2020-04-15 15:55:49 -07:00
Sam El-Husseini
493c89869e Rename dom Node enum (#3824)
* Rename Node enum to NodeType to avoid conflict with type Node
2020-04-15 15:54:36 -07:00
Sam El-Husseini
a4a390ba6d Add user agent types so they appear in dts (#3825) 2020-04-15 15:46:42 -07:00
Monica Kozbial
ab5f7d8a00 Converting event tests to mocha. (#3811)
* Convert remaining jsunit tests for events to mocha.

* Fix eslint.
2020-04-15 11:29:17 -07:00
alschmiedt
3a902ee970 Update ast node (#3808)
* Update ast node
2020-04-15 10:10:21 -07:00
Sam El-Husseini
7e4e6c7286 Add typings modules to match UMD modules. (#3821)
* Add typings modules to match UMD modules.
2020-04-15 09:44:25 -07:00
Monica Kozbial
c740d2781c Converting json junit test to mocha. (#3809)
* Converting json_test to mocha.

* Adding exceptions to mocha eslint config.

* Address PR comments.
2020-04-14 18:17:34 -07:00
Monica Kozbial
8a2fe6411f Converting xml tests to mocha. (#3818)
* Converting xml tests to mocha.

* Remove async

* Updating no variable test.

* Addressing PR comments.
2020-04-14 14:10:10 -07:00
Monica Kozbial
e0521265b2 Fixing event tests and removing duplicate tests. (#3810) 2020-04-14 13:22:06 -07:00
Monica Kozbial
b1b2af2a48 Converting utils tests to mocha and removing duplicates. (#3813)
* Converting utils tests to mocha and removing duplicates.

* Adding eslint exception for helper function.

* Splitting tokenizeInterpolation into chunks.
2020-04-14 13:21:48 -07:00
translatewiki.net
cdc34c243d Localisation updates from https://translatewiki.net. 2020-04-14 05:20:05 +02:00
Rachel Fenichel
50a4a54b85 Merge pull request #3814 from BeksOmega/fix/procedurecall-onchange
Fix procedure callers accessing private vars
2020-04-13 16:07:40 -07:00
Monica Kozbial
d35b3659c8 Removed duplicate block tests and renamed tests. (#3812)
* Removed duplicate block tests and renamed tests.

* Refactor shared code and add comment about parent/middle/child.
2020-04-13 15:52:44 -07:00
Beka Westberg
79ce850cf8 Fix procedure callers accessing private vars 2020-04-11 16:16:25 -07:00
Monica Kozbial
1a0d966b70 Updating chrome version in selenium config. (#3805) 2020-04-10 10:19:43 -07:00
translatewiki.net
ea4b30bfa6 Localisation updates from https://translatewiki.net. 2020-04-09 15:58:33 +02:00
Rachel Fenichel
3ad8ee89d9 Merge pull request #3783 from BeksOmega/cleanup/mutator-bump
Remove mutator bump timeout
2020-04-06 10:27:14 -07:00
Beka Westberg
bcfde92afb Fix setValue not handling block disposal (#3766) 2020-04-06 09:59:30 -07:00
Monica Kozbial
b64028521f Fix jsdoc typing in theme. (#3798) 2020-04-03 17:09:08 -07:00
Sam El-Husseini
4f9b4a707a Add field set source block tests (#3796)
* Set the source block on fields in mocha tests.
2020-04-03 14:50:33 -07:00
Sam El-Husseini
06f6c22a27 Fix field colour in headless (#3795) 2020-04-03 14:36:19 -07:00
alschmiedt
dfbcab7645 Merge pull request #3790 from alschmiedt/update_develop_package
Update version number and build
2020-04-02 18:10:16 -07:00
alschmiedt
da2ad92efc Merge pull request #3791 from google/master
April Release 2020
2020-04-02 18:09:07 -07:00
Abby
7a006b0307 Update version number and build 2020-04-02 17:55:03 -07:00
alschmiedt
096d1c46c5 Merge pull request #3789 from alschmiedt/rc/Apr_20
Rc/apr 20
3.20200402.0
2020-04-02 17:48:38 -07:00
Abby
600b5726ad Merge branch 'master' of https://github.com/google/blockly into rc/Apr_20 2020-04-02 16:38:23 -07:00
alschmiedt
0175d69ea5 Update package lock (#3788) 2020-04-02 16:35:56 -07:00
alschmiedt
20ce185bc3 Update version and build (#3787) 2020-04-02 16:11:00 -07:00
alschmiedt
66a47025b7 Update build files in preparation for release (#3786) 2020-04-02 13:10:19 -07:00
alschmiedt
5a92aff63e Update the keyboard navigation demo (#3785) 2020-04-02 11:53:10 -07:00
Sam El-Husseini
acb5d895f8 Move flyout label css into the renderer (#3780)
* Move flyout label css into the renderer and add theme options
2020-04-01 15:29:34 -07:00
Beka Westberg
7e03924d4c Remove mutator bump timeout.
Anything that changes the shape of a block should be calling
bumpNeighbors from inside BlockSvg. So this call is unnecessary. If
this call is making something bump that normally wouldn't, that should
be treated as a bug, and the root should be made to call bumpNieghbours.
2020-03-31 12:25:53 -07:00
translatewiki.net
f05faffd7a Localisation updates from https://translatewiki.net. 2020-03-31 15:49:58 +02:00
Sam El-Husseini
a3dbbfd7ab Support a custom container element for the dropdowndiv, widgetdiv and tooltip. (#3772)
* Support a custom container element for the dropdowndiv, widgetdiv and tooltip
2020-03-27 17:13:46 -07:00
Sam El-Husseini
e1e99fd2fe Ran npm update and npm audit fix (#3776) 2020-03-27 16:05:53 -07:00
Rachel Fenichel
d5834c5b78 Merge pull request #3775 from google/rachel-fenichel-patch-1
Add browserstack to readme
2020-03-27 14:47:22 -07:00
Rachel Fenichel
a13bc66651 Add browserstack to readme 2020-03-27 14:45:20 -07:00
Monica Kozbial
ce6dd329a8 Fix plane demo bug. (#3774)
* Fix plane demo bug.
2020-03-27 09:29:20 -07:00
Monica Kozbial
a9223b0b22 Typo fixes. (#3769) 2020-03-25 15:47:27 -07:00
Monica Kozbial
d6abf4798e Fixing operator precedence in Lua and and adding test. (#3765)
* Fixing operator precedence in Lua and and adding test.

* Updating golden files.
2020-03-25 14:34:07 -07:00
Sam El-Husseini
71f7285333 Fix mutator field scale (#3763)
* Fix mutator zoom scale
2020-03-23 17:34:12 -07:00
alschmiedt
40d39fd0c5 Update gh pages task (#3762)
* Add task for updating github pages from develop
2020-03-23 16:49:03 -07:00
Sam El-Husseini
c7620bc3fc Fix issue #714 bubbling event when hitting a tree control group (#3761) 2020-03-23 16:32:27 -07:00
alschmiedt
7f9539e64b Fix inner html (#3759)
* Fix ie11 bug by switching from innerHtml to innerText

* Change to textContent
2020-03-20 13:46:59 -07:00
Sam El-Husseini
d838778a4a Script to check licenses (#3757)
* Add script task to check licenses of all dependenies
2020-03-19 10:53:29 -07:00
Sam El-Husseini
a6e3f78425 Cleanup build (#3756) 2020-03-18 12:08:24 -07:00
Sam El-Husseini
7e1f81cf11 Insertion marker properties in theme (#3752)
* Pipe inseriton marker colour and opacity from theme
2020-03-18 10:15:30 -07:00
alschmiedt
7d5dcf6562 Move registering objects to constructor (#3753) 2020-03-17 13:57:10 -07:00
Sam El-Husseini
2d169eabd3 Fix flyout createBlock annotation (#3749) 2020-03-16 08:45:22 -07:00