Skip to content

Commit

Permalink
update submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
guarani committed Nov 27, 2020
1 parent b476502 commit 5ed18db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 48 files
+1 −0 docs/designers-developers/developers/themes/theme-json.md
+6 −0 docs/manifest.json
+1 −0 docs/toc.json
+52 −15 lib/class-wp-theme-json.php
+12 −4 lib/global-styles.php
+4 −3 package-lock.json
+0 −1 packages/base-styles/_variables.scss
+0 −2 packages/block-editor/package.json
+4 −13 packages/block-editor/src/components/block-controls/index.js
+0 −131 packages/block-editor/src/components/block-toolbar/expanded-block-controls-container.js
+3 −11 packages/block-editor/src/components/block-toolbar/index.js
+0 −28 packages/block-editor/src/components/block-toolbar/style.scss
+16 −13 packages/block-editor/src/utils/transform-styles/index.js
+0 −4 packages/block-library/src/code/editor.scss
+1 −0 packages/block-library/src/code/style.scss
+0 −1 packages/block-library/src/editor.scss
+3 −3 packages/components/src/color-palette/index.native.js
+5 −1 packages/components/src/custom-gradient-picker/serializer.js
+62 −6 packages/components/src/mobile/gradient/index.native.js
+32 −8 packages/data/src/components/use-select/index.js
+372 −9 packages/data/src/components/use-select/test/index.js
+1 −5 packages/data/src/components/with-select/test/index.js
+1 −1 packages/data/src/redux-store/index.js
+26 −0 packages/data/src/registry.js
+61 −32 packages/edit-post/src/components/editor-initialization/test/listener-hooks.js
+13 −2 packages/edit-site/src/components/editor/global-styles-provider.js
+139 −121 packages/edit-site/src/components/editor/global-styles-renderer.js
+11 −29 packages/edit-site/src/components/header/style.scss
+11 −7 packages/edit-site/src/components/navigation-sidebar/navigation-toggle/style.scss
+4 −0 packages/eslint-plugin/CHANGELOG.md
+43 −0 packages/eslint-plugin/docs/rules/no-unsafe-wp-apis.md
+119 −0 packages/eslint-plugin/rules/__tests__/no-unsafe-wp-apis.js
+3 −2 packages/eslint-plugin/rules/dependency-group.js
+88 −0 packages/eslint-plugin/rules/no-unsafe-wp-apis.js
+2 −3 packages/eslint-plugin/tsconfig.json
+3 −1 ...-bridge/android/src/main/java/org/wordpress/mobile/ReactNativeGutenbergBridge/GutenbergBridgeJS2Parent.java
+7 −2 ...droid/src/main/java/org/wordpress/mobile/ReactNativeGutenbergBridge/RNReactNativeGutenbergBridgeModule.java
+0 −7 packages/react-native-bridge/android/src/main/java/org/wordpress/mobile/WPAndroidGlue/AddMentionUtil.java
+3 −0 packages/react-native-bridge/android/src/main/java/org/wordpress/mobile/WPAndroidGlue/GutenbergProps.kt
+8 −0 packages/react-native-bridge/android/src/main/java/org/wordpress/mobile/WPAndroidGlue/ShowSuggestionsUtil.java
+9 −5 packages/react-native-bridge/android/src/main/java/org/wordpress/mobile/WPAndroidGlue/WPAndroidGlueCode.java
+6 −2 packages/react-native-bridge/index.js
+4 −0 packages/react-native-bridge/ios/GutenbergBridgeDelegate.swift
+2 −1 packages/react-native-bridge/ios/RNReactNativeGutenbergBridge.m
+13 −1 packages/react-native-bridge/ios/RNReactNativeGutenbergBridge.swift
+7 −2 packages/react-native-editor/android/app/src/main/java/com/gutenberg/MainApplication.java
+72 −34 packages/rich-text/src/component/index.native.js
+12 −4 phpunit/class-wp-theme-json-test.php

0 comments on commit 5ed18db

Please sign in to comment.