Commit Graph

5544 Commits

Author SHA1 Message Date
Monica Kozbial
88625bc3ae Adding requiresResize check (#4649) 2021-02-26 13:40:34 -08:00
Maribeth Bottorff
4fd6d1b229 Add overrideable function to get flyout scale (#4647) 2021-02-26 12:06:27 -08:00
Rachel Fenichel
b00db4c033 Merge pull request #4662 from rachel-fenichel/align_enum
Align constants -> Blockly.constants.ALIGN enum
2021-02-26 11:58:30 -08:00
Rachel Fenichel
485e4cd505 Fix test 2021-02-26 11:25:10 -08:00
Rachel Fenichel
4e31deca2b Align constants -> Blockly.constants.ALIGN enum 2021-02-26 11:12:53 -08:00
Sam El-Husseini
eab0897b5d Fix uncompressed (#4661) 2021-02-25 20:34:42 -08:00
Sam El-Husseini
f97730e83c Sort requires (#4658)
* Cleanup gulp method to sort requires
2021-02-25 17:17:42 -08:00
Sam El-Husseini
ab8a11784d Fix event related missing requires (#4656)
* Fix event related missing requires
2021-02-25 14:28:11 -08:00
Monica Kozbial
d42afc7e69 Add missing madding to flyout (#4657) 2021-02-25 12:00:46 -08:00
Rachel Fenichel
0b09d179ae Merge pull request #4642 from rachel-fenichel/event_data_type
Move bind/unbind events functions to new file, with example usage.
2021-02-25 12:00:22 -08:00
Monica Kozbial
dd7e365882 Scrolling readability refactor (#4643)
* Refactors scrolling logic in scrollbars and adds comments to be more readable
* Updates JSDoc description for ScrollbarPair.set and Scrollbar.set
2021-02-24 15:09:43 -08:00
Monica Kozbial
f942736a1e Erratic scroll fix (#4650)
* Resize fix

* Update fix
2021-02-23 14:35:21 -08:00
Rachel Fenichel
1d8c234d33 Update uses of bindEvent_, bindEventWithChecks_, and unbindEvent_. Add missing requires for Blockly.browserEvents. 2021-02-23 11:23:28 -08:00
Monica Kozbial
cd8860058e Upgrade closure compiler (#4631)
* Add missing casts

* Update google-closure-compiler version
2021-02-23 11:06:33 -08:00
Rachel Fenichel
896ec0b637 Add jsdoc 2021-02-23 10:25:23 -08:00
Rachel Fenichel
ad37d9e5c6 More renaming 2021-02-23 10:21:46 -08:00
Rachel Fenichel
f20b06faa8 Rename checkAndBind and update comments. 2021-02-23 10:20:13 -08:00
Rachel Fenichel
ed358c8454 Renamed event_handling.js -> browser_events.js 2021-02-22 13:24:04 -08:00
Rachel Fenichel
54c4e8de39 Rename Blockly.eventHandling->Blockly.browserEvents and replace all Blockly.EventData annotations 2021-02-22 13:23:19 -08:00
dependabot[bot]
09890c3685 Bump concurrently from 5.3.0 to 6.0.0 (#4646)
Bumps [concurrently](https://github.com/kimmobrunfeldt/concurrently) from 5.3.0 to 6.0.0.
- [Release notes](https://github.com/kimmobrunfeldt/concurrently/releases)
- [Commits](https://github.com/kimmobrunfeldt/concurrently/compare/v5.3.0...v6.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 09:27:47 -08:00
dependabot[bot]
73272ce15f Bump webdriverio from 7.0.3 to 7.0.7 (#4645)
Bumps [webdriverio](https://github.com/webdriverio/webdriverio) from 7.0.3 to 7.0.7.
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/compare/v7.0.3...v7.0.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 09:27:21 -08:00
dependabot[bot]
136d6c92b8 Bump google-closure-deps from 20210106.0.0 to 20210202.0.0 (#4644)
Bumps [google-closure-deps](https://github.com/google/closure-library) from 20210106.0.0 to 20210202.0.0.
- [Release notes](https://github.com/google/closure-library/releases)
- [Commits](https://github.com/google/closure-library/compare/v20210106...v20210202)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 09:27:03 -08:00
translatewiki.net
fa94123bdd Localisation updates from https://translatewiki.net. 2021-02-22 16:34:03 +01:00
Rachel Fenichel
2a3f5040e6 Move bind/unbind events functions to new file, with example usage. 2021-02-19 14:34:45 -08:00
dependabot[bot]
3dc5e8afe5 Bump webdriverio from 6.12.1 to 7.0.3 (#4633)
Bumps [webdriverio](https://github.com/webdriverio/webdriverio) from 6.12.1 to 7.0.3.
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/compare/v6.12.1...v7.0.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-19 14:21:01 -08:00
Rachel Fenichel
59dfb20ee0 Merge pull request #4641 from rachel-fenichel/missing_require_feb
Fix remaining trivial missing requireTypes
2021-02-19 13:32:58 -08:00
Rachel Fenichel
2360a12493 Fix remaining trivial missing requireTypes 2021-02-19 13:17:14 -08:00
alschmiedt
5da6bb05ba Updates beta release script to display current beta version (#4605) 2021-02-18 16:12:32 -08:00
Rachel Fenichel
ea39e03b8c Merge pull request #4637 from rachel-fenichel/missing_require_feb
Fix missing requireTypes
2021-02-18 14:07:20 -08:00
dependabot[bot]
665829a3cf Bump mocha from 8.2.1 to 8.3.0 (#4634)
Bumps [mocha](https://github.com/mochajs/mocha) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v8.2.1...v8.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-18 14:04:31 -08:00
dependabot[bot]
b6ddf1fe4b Bump eslint from 7.19.0 to 7.20.0 (#4632)
Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.19.0...v7.20.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-18 13:58:38 -08:00
alschmiedt
7b30cc76a4 Adds tests for metrics manager (#4635) 2021-02-18 13:45:53 -08:00
Rachel Fenichel
107181d6f5 Missing requires, r through v 2021-02-17 14:52:06 -08:00
Rachel Fenichel
05ab37690e Missing requiretypes, m through r 2021-02-17 14:39:15 -08:00
Rachel Fenichel
9c5521122c Fix keyboard nav requireTypes 2021-02-17 11:45:33 -08:00
Rachel Fenichel
a392fcc57c More missing requireType calls 2021-02-17 11:32:54 -08:00
Rachel Fenichel
26d2b51681 Fix missing require types 2021-02-17 11:17:48 -08:00
translatewiki.net
21fd86a71a Localisation updates from https://translatewiki.net. 2021-02-15 14:40:17 +01:00
alschmiedt
d81703a745 Metrics register (#4630) 2021-02-12 16:16:33 -08:00
translatewiki.net
b600e5770e Localisation updates from https://translatewiki.net. 2021-02-11 18:45:07 +01:00
alschmiedt
a8f28c6b11 Metrics refactor (#4627) 2021-02-10 16:19:56 -08:00
Rachel Fenichel
5e293f60b9 Merge pull request #4629 from rachel-fenichel/missing_require_feb
Update more missing requireTypes
2021-02-10 16:01:42 -08:00
dependabot[bot]
e8e0790518 Bump @blockly/dev-tools from 2.0.8 to 2.0.9 (#4623)
Bumps [@blockly/dev-tools](https://github.com/google/blockly-samples/tree/HEAD/plugins/dev-tools) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/google/blockly-samples/releases)
- [Commits](https://github.com/google/blockly-samples/commits/@blockly/dev-tools@2.0.9/plugins/dev-tools)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 15:35:35 -08:00
dependabot[bot]
cd1c28d434 Bump chai from 4.2.0 to 4.3.0 (#4624)
Bumps [chai](https://github.com/chaijs/chai) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/chaijs/chai/releases)
- [Changelog](https://github.com/chaijs/chai/blob/master/History.md)
- [Commits](https://github.com/chaijs/chai/compare/4.2.0...4.3.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 15:35:06 -08:00
Rachel Fenichel
84446215c0 Update more missing requireTypes 2021-02-10 14:59:05 -08:00
Rachel Fenichel
5e7ab7f06e Merge pull request #4628 from rachel-fenichel/missing_require_feb
Fix some missing requires
2021-02-09 15:39:46 -08:00
Rachel Fenichel
f35aeb22b4 Remove circular dependency 2021-02-09 15:22:55 -08:00
Rachel Fenichel
9002492476 Fix missing require types in workspace svg 2021-02-09 15:01:05 -08:00
Rachel Fenichel
994fc2ce1f Fix missing requires in dropdown div and widget div 2021-02-09 14:47:14 -08:00
Rachel Fenichel
c449a3ec6c Fix missing requires in input and xml 2021-02-09 14:41:58 -08:00