Commit Graph

  • 452abd4b93 chore: add setVisible (#7214) Beka Westberg 2023-06-27 13:09:10 -07:00
  • e49c028c84 fix(demos): Update to use new script import names for generators (#7213) Christopher Allen 2023-06-27 17:50:36 +01:00
  • 5579098e35 fix(demos): Update BlockFactory generator stub generator (#7211) Christopher Allen 2023-06-27 14:36:15 +01:00
  • b189b1989c chore: deprecate minimalist renderer (#7210) Beka Westberg 2023-06-26 14:30:06 -07:00
  • d6848de645 fix: export the IIcon and related interfaces (#7203) Beka Westberg 2023-06-23 14:26:32 -07:00
  • 1174777b7c fix: Utilize getIcon instead of getCommentIcon in tests (#7200) jayway 2023-06-23 14:16:34 -04:00
  • acbe2c6a29 fix: properly pass the block to the icon constructor in blockfactory blocks (#7202) Beka Westberg 2023-06-23 11:01:35 -07:00
  • 7771a6dbff fix(build): Correct typos in PR #7169 (#7197) Christopher Allen 2023-06-22 21:35:19 +01:00
  • 5a39c4c8d5 refactor(tests): Migrate mocha tests from goog.require to import (#7196) Christopher Allen 2023-06-22 17:29:54 +01:00
  • a4ba65abf7 chore: make getWorkspace public (#7195) Beka Westberg 2023-06-21 17:14:25 -07:00
  • b6e084257e refactor(blocks): Migrate blocks/blocks.js to TypeScript (#7193) Christopher Allen 2023-06-21 22:07:20 +01:00
  • ec71261813 refactor(blocks): Migrate blocks/procedures.js to TypeScript (#7192) Christopher Allen 2023-06-21 21:51:14 +01:00
  • ea74772e30 fix(blocks): Mark previously-@private methods @internal (#7194) Christopher Allen 2023-06-21 20:38:27 +01:00
  • 5ee9003044 fix: bubble exports (#7189) Beka Westberg 2023-06-21 11:26:22 -07:00
  • 91e8105e81 chore: add top-level inline docs to bubbles icons and inputs (#7190) Beka Westberg 2023-06-21 10:14:25 -07:00
  • 5f2e143ab8 chore: allow themes to override eachother (#7188) Beka Westberg 2023-06-21 08:26:01 -07:00
  • 130989763c refactor(generators): Restructure generator modules to contain side effects (#7173) Christopher Allen 2023-06-20 23:22:44 +01:00
  • 021a560ef0 chore(deps): Bump eslint from 8.42.0 to 8.43.0 (#7179) dependabot[bot] 2023-06-20 13:58:43 -07:00
  • f12c206731 chore(deps): Bump @typescript-eslint/eslint-plugin (#7180) dependabot[bot] 2023-06-20 13:58:31 -07:00
  • b41ec7d940 chore(deps): Bump typescript from 5.0.4 to 5.1.3 (#7182) dependabot[bot] 2023-06-20 13:58:21 -07:00
  • b56b755ca4 chore(deps): Bump @microsoft/api-documenter from 7.22.16 to 7.22.20 (#7183) dependabot[bot] 2023-06-20 13:58:07 -07:00
  • 4adc932ed5 fix(build): Fix GitHub pages & deployment task (#7186) Christopher Allen 2023-06-20 21:50:44 +01:00
  • ace9c4a188 fix(tests): Fix compressed mode loading (#7178) Christopher Allen 2023-06-20 21:49:26 +01:00
  • d22c3b4383 Fix: Update browser test to run manually, and move browser test suiteSetup in to a separate function (#7138) ericblackmonGoogle 2023-06-20 17:10:07 +00:00
  • 0f3fa22f66 chore(deps): Bump @microsoft/api-extractor from 7.35.0 to 7.35.4 (#7181) dependabot[bot] 2023-06-20 09:56:01 -07:00
  • 95dd63b2bd refactor(blocks): Migrate blocks/logic.js to TypeScript (#7003) Christopher Allen 2023-06-16 21:13:41 +01:00
  • d7ccf8a5ee fix: input exports (#7165) Beka Westberg 2023-06-16 11:27:46 -07:00
  • 2d3aec45f6 fix: icon exports (#7159) Beka Westberg 2023-06-16 10:59:36 -07:00
  • b8ad7d307f feat: use new intermediate block change event for field edits, normal block change event for closing editor. #7105 (#7151) John Nesky 2023-06-16 09:27:56 -07:00
  • cb8ed73c48 fix: update disabled status after rendering (#7172) Maribeth Bottorff 2023-06-15 15:31:40 -07:00
  • 817ffab754 refactor(tests): Update bootstrap.js to better support generator chunks (#7171) Christopher Allen 2023-06-15 21:03:04 +01:00
  • 2d97e5aaf1 refactor(build)!: Provide all generator exports when loaded as script (#7169) Christopher Allen 2023-06-15 16:52:51 +01:00
  • a3458871db refactor(generators)!: Pass this CodeGenerator to individual generator functions (#7168) Christopher Allen 2023-06-14 23:25:36 +01:00
  • 12b91ae49c chore(generators): Fix nits (#7166) Christopher Allen 2023-06-14 22:17:38 +01:00
  • 438df8761d fix: remove input type from number field (#7025) Maribeth Bottorff 2023-06-14 09:36:52 -07:00
  • a11419d6b7 refactor(generators): Introduce LuaGenerator class, Order enum (#7161) Christopher Allen 2023-06-14 17:11:37 +01:00
  • eeb89194c4 refactor(generators): Introduce PhpGenerator class, Order enum (#7162) Christopher Allen 2023-06-14 17:09:52 +01:00
  • 2f89c0dd09 refactor(generators): Introduce PythonGenerator class, Order enum (#7163) Christopher Allen 2023-06-14 16:51:15 +01:00
  • 26901654ea refactor(generators): Introduce DartGenerator class, Order enum (#7160) Christopher Allen 2023-06-14 00:39:12 +01:00
  • aeee278767 fix: remove old icon handling code (#7141) Beka Westberg 2023-06-13 15:41:07 -07:00
  • c6fbb85a69 Revert "chore!: remove angle field from core (#7155)" (#7158) Beka Westberg 2023-06-13 15:25:41 -07:00
  • 0961aca4c8 chore!: remove angle field from core (#7155) Beka Westberg 2023-06-13 15:09:15 -07:00
  • 0cfd388a5d feat: add types for accessing icons. (#7132) Beka Westberg 2023-06-13 14:39:36 -07:00
  • 22a7a7bbab chore(generators): Comment tweak for PR #7153 (#7156) Christopher Allen 2023-06-13 22:14:11 +01:00
  • 306eb80216 refactor(generators): Introduce JavascriptGenerator class, Order enum (#7153) Christopher Allen 2023-06-13 21:30:37 +01:00
  • 3e9d892934 chore: fix hiding bubbles on collapse (#7142) Beka Westberg 2023-06-13 13:19:40 -07:00
  • f9c865b1b3 refactor(generators)!: CodeGenerator per-block-type generator function dictionary (#7150) Christopher Allen 2023-06-13 20:41:14 +01:00
  • f37380969a fix: Allow for unattached elements during inject call (#7149) Evan W. Patton 2023-06-13 12:30:45 -04:00
  • 06b4aa71d7 chore(deps): Bump webdriverio from 8.10.0 to 8.11.2 (#7148) dependabot[bot] 2023-06-12 09:05:23 -07:00
  • 95349f768e chore(deps): Bump eslint-plugin-jsdoc from 44.2.2 to 46.2.6 (#7144) dependabot[bot] 2023-06-12 08:56:05 -07:00
  • a72e392597 chore(deps): Bump @wdio/selenium-standalone-service (#7146) dependabot[bot] 2023-06-12 08:54:20 -07:00
  • d8cca62256 chore(deps): Bump @microsoft/api-documenter from 7.22.4 to 7.22.16 (#7143) dependabot[bot] 2023-06-12 08:53:18 -07:00
  • b1bdc66901 chore(deps): Bump concurrently from 8.0.1 to 8.2.0 (#7147) dependabot[bot] 2023-06-12 08:52:55 -07:00
  • a6d6393748 chore(deps): Bump yargs from 17.7.1 to 17.7.2 (#7065) dependabot[bot] 2023-06-09 15:53:20 -07:00
  • 4144e1c358 chore(deps): Bump @hyperjump/json-schema from 1.5.0 to 1.5.1 (#7120) dependabot[bot] 2023-06-09 15:53:05 -07:00
  • bc913d2cb9 chore(deps): Bump @blockly/theme-modern from 3.0.8 to 3.0.10 (#7121) dependabot[bot] 2023-06-09 15:52:50 -07:00
  • 33e6d4f680 chore(deps): Bump google-closure-compiler (#7130) dependabot[bot] 2023-06-09 15:52:40 -07:00
  • a476431666 chore(deps): Bump eslint from 8.41.0 to 8.42.0 (#7131) dependabot[bot] 2023-06-09 15:52:27 -07:00
  • 2f74ce822f fix!: refactor mutator icon (#7115) Beka Westberg 2023-06-02 12:18:41 -07:00
  • 50d9474db5 fix!: refactor comment icon (#7128) Beka Westberg 2023-06-02 09:53:05 -07:00
  • f4e378d096 fix!: refactor warning icon (#7112) Beka Westberg 2023-06-02 09:34:34 -07:00
  • 3ae4a61842 fix(build): Fix path issue on Windows (#7127) Christopher Allen 2023-06-01 13:27:38 +01:00
  • 91be84ab7c fix!: move destroy earlier in the lifcycle (#7117) Beka Westberg 2023-06-01 05:25:31 -07:00
  • 6bae8a4b92 chore(deps): Bump eslint from 8.40.0 to 8.41.0 (#7119) dependabot[bot] 2023-05-31 05:43:35 -07:00
  • 9df3aff545 chore(deps): Bump jsdom from 21.1.1 to 22.1.0 (#7122) dependabot[bot] 2023-05-31 05:41:53 -07:00
  • 473a5ab7b1 fix: have inputs construct connections (#7116) Beka Westberg 2023-05-24 13:50:06 -07:00
  • 42b8c6e3ab fix: return annotations (#7118) Beka Westberg 2023-05-24 13:01:33 -07:00
  • b5db021eed feat: text input bubble (#7089) Beka Westberg 2023-05-24 13:01:03 -07:00
  • 5b2529a25d fix: updating icon locations (#7110) Beka Westberg 2023-05-24 12:46:06 -07:00
  • 6e3d052100 fix: collapsing blocks with children with icons (#7111) Beka Westberg 2023-05-22 13:53:34 -07:00
  • d90d00570f fix: gestures handling icons (#7101) Beka Westberg 2023-05-22 13:10:42 -07:00
  • 2b50ef2a64 chore(deps): Bump @microsoft/api-extractor from 7.34.4 to 7.35.0 (#7108) dependabot[bot] 2023-05-22 08:06:17 -07:00
  • ef70ae0a94 chore(deps): Bump rimraf from 5.0.0 to 5.0.1 (#7107) dependabot[bot] 2023-05-22 08:06:04 -07:00
  • 62c5228682 chore(deps): Bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.6 (#7106) dependabot[bot] 2023-05-22 08:05:54 -07:00
  • f0cb6e6e7a chore(deps): Bump @blockly/dev-tools from 5.2.4 to 5.3.1 (#7109) dependabot[bot] 2023-05-22 08:05:02 -07:00
  • 4dc2869778 fix: work on calling icon hooks (#7100) Beka Westberg 2023-05-19 15:36:44 -07:00
  • 83c6c73817 feat: mini workspace bubble (#7096) Beka Westberg 2023-05-19 15:36:34 -07:00
  • 4d2201a427 chore(generators): Migrate generators to ES Modules (#7103) Christopher Allen 2023-05-19 23:09:37 +01:00
  • 3ce3d45116 chore: test for procedures (#7095) ericblackmonGoogle 2023-05-18 14:02:42 -04:00
  • 0afcabe959 chore(deps): Bump @hyperjump/json-schema from 0.23.3 to 1.5.0 (#7079) dependabot[bot] 2023-05-18 18:47:04 +01:00
  • e538a334b5 fix: bubbles not being dragged (#7088) Beka Westberg 2023-05-18 10:03:09 -07:00
  • d3939f7a48 Make props of ConnectionState optional (#7093) Michal Grňo 2023-05-18 18:00:12 +02:00
  • 0a737a53ef chore(deps): Bump eslint from 8.37.0 to 8.40.0 (#7066) dependabot[bot] 2023-05-18 12:38:23 +01:00
  • aa5f176de3 chore(deps): Bump patch-package from 6.5.1 to 7.0.0 (#7091) dependabot[bot] 2023-05-18 12:31:11 +01:00
  • f2221652d2 feat: add registering and serializing icons (#7063) Beka Westberg 2023-05-15 09:03:04 -07:00
  • 642455cbed chore(deps): Bump google-closure-deps from 20230228.0.0 to 20230502.0.0 (#7090) dependabot[bot] 2023-05-15 08:45:57 -07:00
  • da6d059fde feat: implements text bubble class (#7080) Beka Westberg 2023-05-12 15:43:38 -07:00
  • 37940a1876 chore: add ability to test block factory and playground locally (#7087) ericblackmonGoogle 2023-05-12 14:29:42 -04:00
  • 794c045691 feat: bubble ownership (#7071) Beka Westberg 2023-05-12 09:28:09 -07:00
  • 455c1957b8 fix!: re-remove block and workspace drag surfaces (#7070) Beka Westberg 2023-05-11 16:51:46 -07:00
  • b29a5caae6 chore: delete debug renderer (#7078) Rachel Fenichel 2023-05-11 16:09:24 -07:00
  • f994e84ebd chore(deps): Bump eslint-plugin-jsdoc from 43.0.7 to 44.2.2 (#7073) dependabot[bot] 2023-05-11 16:09:02 -07:00
  • 8b0c40bb1b feat: add implementations for adding, removing, and getting icons (#7059) Beka Westberg 2023-05-11 15:48:01 -07:00
  • 68eb38889a chore: update api-documenter and apply new patch (#7075) Maribeth Bottorff 2023-05-11 15:39:08 -07:00
  • de904ab128 chore: remove deprecated functionality for v10 (#7077) Rachel Fenichel 2023-05-11 14:30:54 -07:00
  • bef5526f1c fix: Filter undo stack after firing events (#7069) Evan W. Patton 2023-05-11 17:27:09 -04:00
  • 88fda6dfa8 feat: Creating structure and providing simple test for Blockly automated functional test (#7076) ericblackmonGoogle 2023-05-11 16:58:41 -04:00
  • 8b635ab43a chore: remove sortrequires task (#7074) Rachel Fenichel 2023-05-11 11:35:45 -07:00
  • 9442b73d99 chore(deps): Bump google-github-actions/deploy-appengine (#7072) dependabot[bot] 2023-05-11 09:34:18 -07:00
  • 88ff901a72 chore: use prettier instead of clang-format (#7014) Maribeth Bottorff 2023-05-10 16:01:39 -07:00