Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RNMobile][Monorepo] Merge gutenberg-mobile and gutenberg master #23248

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
826 commits
Select commit Hold shift + click to select a range
4dd2059
E2E Test Utils: Add missing param docs for createNewPost() (#22948)
ocean90 Jun 6, 2020
a9d2c1f
Edit Post: Add missing param docs for PluginBlockSettingsMenuItem and…
ocean90 Jun 6, 2020
ed80299
Interface: Add missing param docs for singleEnableItems() and multipl…
ocean90 Jun 6, 2020
dbb8cdb
Docs: Fix links for dynamic blocks page (#22945)
mkaz Jun 6, 2020
cce4eb9
Move ESNext to default view (#22973)
mkaz Jun 6, 2020
37c0a41
Core Data: Add missing param doc for saveEntityRecord() (#22966)
ocean90 Jun 6, 2020
defc1f1
Components: Add missing @param docs (#22971)
ocean90 Jun 6, 2020
4a94950
Upgrade Reakit (#22960)
diegohaz Jun 6, 2020
dac6b18
Block Editor: Update createBlockCompleter for @param rules (#22975)
mkaz Jun 6, 2020
c409b71
Block Editor: JSDoc warnings fix (#22976)
mkaz Jun 6, 2020
acc611f
Create Block: Enhancements for the upcoming npm release (#22978)
gziolo Jun 7, 2020
c96792a
Docs: Add code examples section (#22974)
mkaz Jun 7, 2020
ec79363
Scripts: Remove legacy env scripts and packages. (#22953)
epiqueras Jun 7, 2020
263aa2e
Fix readme (#22980)
Soean Jun 7, 2020
ba0e55c
Block Editor: Add missing @param docs (#22981)
mkaz Jun 7, 2020
858553e
Block Library: Add missing @param docs (#22982)
mkaz Jun 7, 2020
86c4a16
Update the block directory state to store the installing status per b…
StevenDufresne Jun 8, 2020
76a006b
Document link color (#22929)
nosolosw Jun 8, 2020
adbfb0f
Merge pull request #2355 from wordpress-mobile/release/1.29.1
SergioEstevao Jun 8, 2020
1a6fb1e
Block Editor: Remove internal withBlockEditContext (#22942)
aduth Jun 8, 2020
8521063
Fix Block Navigation Settings Menu keyboard navigation in Navigation …
talldan Jun 8, 2020
edbd8ae
Components: ToolbarButton use forwardRef. (#22970)
torounit Jun 8, 2020
7d1963f
Image: Add rich image editing option to experiments page (#22870)
ajlende Jun 8, 2020
bc51ec1
Bootstrap the architecture documentation (#22751)
youknowriad Jun 8, 2020
8a6171f
Fix dark menus in canvas, not in top toolbar (#22516)
jasmussen Jun 8, 2020
5653129
Update GB reference.
SergioEstevao Jun 8, 2020
4aed508
Update GB reference.
SergioEstevao Jun 8, 2020
ad1cd47
Merge branch 'develop' into issue/426_fix_enter_on_captions
SergioEstevao Jun 8, 2020
957da25
Update GB reference.
SergioEstevao Jun 8, 2020
054d292
Merge branch 'develop' into merge_master_1.29.1_to_develop
SergioEstevao Jun 8, 2020
5042174
Sort the release notes in the correct order.
SergioEstevao Jun 8, 2020
47cba86
Bump plugin version to 8.3.0-rc.1
oandregal Jun 8, 2020
05509fe
Implement roving tabindex on the header toolbar (#22354)
diegohaz Jun 8, 2020
2822c99
Add missing parenthesis (#22994)
nosolosw Jun 8, 2020
b4c3e1a
Merge pull request #2357 from wordpress-mobile/merge_master_1.29.1_to…
mchowning Jun 8, 2020
8c14843
Add block transform to transform preformatted block into code block. …
ocean90 Jun 8, 2020
2f3ea7b
Image: Update Rich Image Icons (#22819)
ajlende Jun 8, 2020
d58f258
Post Title Block: Add alignment and heading level support (#22872)
apeatling Jun 8, 2020
206c5f1
Image: Consolidate crop ratios (#22817)
ajlende Jun 8, 2020
3827af2
Update GB reference.
SergioEstevao Jun 8, 2020
6a63eb2
Image editing: use hooks (#23008)
ellatrix Jun 8, 2020
46b4161
Update post author block functionality and visual parity (#22877)
Addison-Stavlo Jun 8, 2020
566b5c7
Add release checklist
mchowning Jun 8, 2020
1497b52
RNMobile - Insert a new Paragraph block when pressing Enter on end of…
SergioEstevao Jun 8, 2020
b80c0fa
Update GB reference.
SergioEstevao Jun 8, 2020
d00f222
Merge branch 'develop' into issue/426_fix_enter_on_captions
SergioEstevao Jun 8, 2020
7495fbf
Merge pull request #2352 from wordpress-mobile/issue/426_fix_enter_on…
SergioEstevao Jun 8, 2020
8ac2826
Image edit: avoid re-render on select (#23009)
ellatrix Jun 8, 2020
1f4645f
Show movers next to block switcher (#22673)
jasmussen Jun 9, 2020
5f1bf3e
Edit Site: Fix template lookup (#22954)
ockham Jun 9, 2020
e0b1d1d
Remove Gutenberg plugin's deprected APIs for version 8.3.0 (#23001)
youknowriad Jun 9, 2020
a139d70
Set ref correctly on inner blocks (#23016)
talldan Jun 9, 2020
c9bffda
Block: remove animation component so it is just a hook (#22936)
ellatrix Jun 9, 2020
6fcc0f5
Update the VS code search settings to that seaching is easier
enejb Jun 9, 2020
aa46f40
Add style rule once (#23025)
nosolosw Jun 9, 2020
670d800
Edit Site: Fetch template parts in Template Switcher from REST API (#…
ockham Jun 9, 2020
4326f43
Update version number
SergioEstevao Jun 9, 2020
73796b4
Update Aztec-iOS instructions to reference ReleaseProcess.md file
mchowning Jun 9, 2020
087ff7e
Update bundles
SergioEstevao Jun 9, 2020
1aff047
Better readme for the edit-navigation package (#23018)
adamziel Jun 9, 2020
ee027c4
Added reference to release checklist template to template
mchowning Jun 9, 2020
47f4796
[Navigation screen] Only show appender for the currently selected blo…
adamziel Jun 9, 2020
9e5ecf1
Remove info about bumping the version when not releasing
mchowning Jun 9, 2020
c2a85e0
Update release notes.
SergioEstevao Jun 9, 2020
f9d22b3
Enable multi select block attribute controls (#22470)
ellatrix Jun 9, 2020
a921fb3
Revert "Image Block: add caption field to placeholder (#22295)" (#23027)
ellatrix Jun 9, 2020
c53d36b
Handbook: update release docs (#23002)
nosolosw Jun 9, 2020
848b493
Edit Site: Add theme exporter. (#22922)
epiqueras Jun 9, 2020
2e92999
Remove navigator from the inspector (#23022)
adamziel Jun 10, 2020
2e814da
Cover Padding: Fix reset + hook namespace + Visualize on hover (#23041)
Jun 10, 2020
4e0a8e7
MediaReplaceFlow: improve error customization (#22995)
retrofox Jun 10, 2020
e9e3027
Image editing: use snackbar notifications (#23029)
ellatrix Jun 10, 2020
cd9bceb
Enable custom classnames on `<CustomSelectControl>` options (#23045)
getdave Jun 10, 2020
1337bb3
MediaPlaceholder: add onFilesPreUpload property (#23003)
retrofox Jun 10, 2020
c16dde2
package-lock.json: Update (#23052)
ockham Jun 10, 2020
d478d7c
Visual improvements to the block navigator (#22796)
adamziel Jun 10, 2020
355abf8
Edit Site: Fix Template Part Auto-draft creation (#23050)
ockham Jun 10, 2020
7567111
Navigation block - enable creation from existing WP Menus (#18869)
getdave Jun 10, 2020
f6e4673
Make link color control opt-in (#23049)
nosolosw Jun 10, 2020
c711a16
Fix use of gradient hooks (#23058)
SergioEstevao Jun 10, 2020
829014a
Update GB reference.
SergioEstevao Jun 10, 2020
974ea5e
Update bundles.
SergioEstevao Jun 10, 2020
26363cf
Add plugins endpoints (#22454)
TimothyBJacobs Jun 10, 2020
2e9db83
Replacing the hardcoded value with variables, and ensuring the popove…
shaunandrews Jun 11, 2020
7887eb3
Fix undefined ref when attempting to move group blocks (#23084)
talldan Jun 11, 2020
1b62a97
Bump plugin version to 8.3.0
oandregal Jun 11, 2020
a63375c
remove padding inheritance on lists in editor-styles (#23080)
oxyc Jun 11, 2020
9cb35ad
Bump the version of the gutenberg that contains the fix
enejb Jun 11, 2020
da5365a
Update to the latest version of the gutenberg submodule.
enejb Jun 11, 2020
a0112fd
Block Directory: Uninstall unused block types (#22918)
ryelle Jun 11, 2020
2e639e4
Fix Typography panel rendering from style hooks (#22605)
Jun 11, 2020
44f4054
Block: move align wrapper out of Block element (#23089)
ellatrix Jun 11, 2020
992fe3b
Image block: split huge component (#23093)
ellatrix Jun 11, 2020
683e41d
Use a period at the end. (#23097)
Soean Jun 11, 2020
1fd4ed3
Image Edit: REST API Code Cleanup (#23037)
ajlende Jun 11, 2020
0a2ab46
remove child space in Tooltip. (#23019)
torounit Jun 11, 2020
004fae8
Merge pull request #2363 from wordpress-mobile/release/1.30.0
SergioEstevao Jun 11, 2020
e0453df
Simplify useImageSizes (#23091)
ellatrix Jun 11, 2020
66fb072
Update gutenberg regerence
chipsnyder Jun 11, 2020
b7fa97d
Update bundle
chipsnyder Jun 11, 2020
ad7a10c
Merge remote-tracking branch 'origin/develop' into issue/1744-themeCo…
chipsnyder Jun 11, 2020
7075e3a
Select Tool: Show block borders on `:hover` while using the Select to…
shaunandrews Jun 11, 2020
7bdf8d3
Remove volumes and networks in wp-env destroy (#23101)
noahtallen Jun 11, 2020
8dca7e9
Bug fix "Cannot read property 'end' of undefined" on babel-plugin-mak…
miya0001 Jun 12, 2020
f5efc30
Block API: Extend `register_block_type_from_metadata` to handle asset…
gziolo Jun 12, 2020
c8c2542
Image editing: move to image block (#23053)
ellatrix Jun 12, 2020
c0d5301
Try: Reduced inserter hover delay. (#23046)
jasmussen Jun 12, 2020
0d96318
Add i18n (#23099)
Soean Jun 12, 2020
0870332
Update bridges methods to receive HTML content information metrics.
SergioEstevao Jun 12, 2020
d99dc47
Build: Replace "release" with "build" in script for building a packag…
ocean90 Jun 12, 2020
7b34c27
Rename content info variables.
SergioEstevao Jun 12, 2020
8deca5e
Link wordcount package.
SergioEstevao Jun 12, 2020
519dac5
Update to exclude the whole `bundle` folder
enejb Jun 12, 2020
87da568
Merge pull request #2377 from wordpress-mobile/master
mchowning Jun 12, 2020
c5c7248
Only exclude the App.js and App.js.map build files.
enejb Jun 12, 2020
cd4a23d
Merge pull request #2359 from wordpress-mobile/release_checklist
mchowning Jun 12, 2020
f6fe197
Use Kotlin in react-native-gutenberg-bridge
mchowning May 1, 2020
84df4bd
Consolidate disparate "copy block" actions (#23088)
ntsekouras Jun 12, 2020
9486485
Android implementation of the bridge.
SergioEstevao Jun 12, 2020
a7eaad4
Add queue for deferred events
mkevins Jun 12, 2020
efbff56
Split and rename media upload message interfaces
mkevins Jun 12, 2020
016b253
Implement a deferred event emitter
mkevins Jun 12, 2020
4c40220
Update release notes.
SergioEstevao Jun 12, 2020
4bcd342
Show all available information.
SergioEstevao Jun 12, 2020
e56ff27
Fix type gutenber => gutenberg
enejb Jun 12, 2020
802db25
Remove the gutenberg core build files since they should be ignored by…
enejb Jun 12, 2020
842240f
Merge pull request #2211 from wordpress-mobile/issue_2203/convert_med…
SergioEstevao Jun 12, 2020
ea2a8f4
Display block count information.
SergioEstevao Jun 12, 2020
0a64671
Merge branch 'develop' into issue/content_info
SergioEstevao Jun 12, 2020
b676d97
Merge pull request #2362 from wordpress-mobile/update/vscode-search-e…
enejb Jun 12, 2020
4950374
Merge branch 'develop' into issue/content_info
SergioEstevao Jun 12, 2020
c2ad7e9
Update GB reference.
SergioEstevao Jun 12, 2020
46ff909
Use deny/allow list terminology (#23120)
nosolosw Jun 12, 2020
80841ef
Docs: Move ESNext as default code example (#23117)
mkaz Jun 12, 2020
830651a
Add check theme support is an array before indexing (#23104)
mkaz Jun 12, 2020
5281ee7
Trigger getting content and info
hypest Jun 12, 2020
c35bcbf
Update RELEASE-NOTES
hypest Jun 13, 2020
b30b0d4
Fix updateSlot missing from default SlotFillContext (#23108)
diegohaz Jun 13, 2020
5b38d71
Enqueue assets for rendered blocks only (#22754)
aduth Jun 13, 2020
f15b91c
RichText: rewrite with hooks (#23132)
ellatrix Jun 14, 2020
5ed6b58
Extract and refactor placeholder from navigation block edit function …
talldan Jun 15, 2020
567b159
Scripts: Fix style.css handling in the build and start commands (#23127)
gziolo Jun 15, 2020
6d1c6ef
Scripts: Clean up the build folder via clean-webpack-plugin (#23135)
ocean90 Jun 15, 2020
7a5562e
Scripts: Update stylelint dependencies to latest versions (#23114)
ocean90 Jun 15, 2020
b471c5f
Merge branch 'develop' into try/seamless-media-completion
mkevins Jun 15, 2020
1a6f316
Update changelog files
oandregal Jun 15, 2020
12ebd7c
chore(release): publish
oandregal Jun 15, 2020
b4b7055
Send non-critical messages safely from deferred event emitter
mkevins Jun 15, 2020
85b37af
Scripts: Remove temporary workaround in ESLint config (#22915)
ocean90 Jun 15, 2020
aa838ec
uses the correct saving function to save menus (#23157)
draganescu Jun 15, 2020
9b8132d
Refactor ToggleControl to use functional component (#23116)
sc81 Jun 15, 2020
b950684
[RNMobile] Fix issues with gradients on Button Block and resetting th…
chipsnyder Jun 15, 2020
6189690
Bump gutenberg version
chipsnyder Jun 15, 2020
60ef323
Update wording: Images size => Image size in the gallery block view (…
enejb Jun 15, 2020
085c59b
Checkout bundle from develop to help with merge
chipsnyder Jun 15, 2020
19e6aef
Rerun bundle
chipsnyder Jun 15, 2020
334ed49
Fix: Improve JSDoc comment in ESNext template in edit.js file (#23164)
gziolo Jun 15, 2020
dc83d63
Handbook: udpate docs for package release (#23162)
nosolosw Jun 15, 2020
e86937f
Refactor decoding step to an extension for ContentInfo
SergioEstevao Jun 15, 2020
9124907
Block Directory: Fix installing blocks (#23096)
TimothyBJacobs Jun 15, 2020
4259bb3
Merge pull request #2376 from wordpress-mobile/issue/1744-themeColor-fix
Jun 15, 2020
bca2518
Color Palette: Remove useless useCallback hook for color picker rende…
costasovo Jun 15, 2020
93d523b
Update changelog for @wordpress/scripts
gziolo Jun 15, 2020
db1c89b
chore(release): publish
gziolo Jun 15, 2020
b83f948
Packages: Add "gutenberg" to the list of keywords in package.json (#2…
gziolo Jun 15, 2020
c3a9c8c
Update format for content info.
SergioEstevao Jun 15, 2020
23433a6
Add context property mapping to block registration (#23180)
noahtallen Jun 16, 2020
97e354d
Remove z-index from placeholder fieldset (#23152)
tellthemachines Jun 16, 2020
02490a4
Packages: Fix the changelong updater for initial npm release (#23166)
gziolo Jun 16, 2020
7f858e0
Navigation: Improve flow when creating from menu (#23187)
noisysocks Jun 16, 2020
aad6af7
Change Create Menu UI to use a Card instead of Panel (#23150)
talldan Jun 16, 2020
558b3a7
Scripts: Update changelog to remove unleased entries to Unreleased se…
ocean90 Jun 16, 2020
4a15a7e
ESLint plugin: Allow ESLint 7.x as peer dependency (#23190)
ocean90 Jun 16, 2020
294ffad
Move Gutenberg WebView related files to rn-gutenberg-bridge folder
etoledom Jun 16, 2020
78ea4fd
Create Block: Fix errors reported by CSS linter in ESNext template (#…
gziolo Jun 16, 2020
3f65d98
Fix plus. (#22704)
jasmussen Jun 16, 2020
5a9fa09
Polish: Unify subheadings style. (#23192)
jasmussen Jun 16, 2020
45593c3
Fix pixel shift for toggles. (#23191)
jasmussen Jun 16, 2020
61d1439
Update Android assets symlink to new assets folder
etoledom Jun 16, 2020
3f55845
Merge pull request #2383 from wordpress-mobile/issue/content_info-hypest
SergioEstevao Jun 16, 2020
4543363
Remove asterisk icon (#22855)
jasmussen Jun 16, 2020
988d3a0
Update the theme colors to rely on CSS variables (#23048)
youknowriad Jun 16, 2020
cb10e2d
Make the inserter scrolling and behavior adapt to the content changes…
youknowriad Jun 16, 2020
ff14387
Update GB reference.
SergioEstevao Jun 16, 2020
4a9ab39
Update GB reference.
SergioEstevao Jun 16, 2020
ec775dd
Merge pull request #2387 from wordpress-mobile/move-gutenberg-web-vie…
etoledom Jun 16, 2020
c663493
Refactor column block to use hooks (#23143)
oxyc Jun 16, 2020
8258f40
Refactor Media & Text to use functional components (#23102)
oxyc Jun 16, 2020
bd46c6f
FSE: Move initial template fetch to client (#23186)
noahtallen Jun 16, 2020
140a5e9
RichText: attempt to fix RTL e2e tests (#23203)
ellatrix Jun 16, 2020
c0ea950
Add template part previews to placeholder block (#22760)
Addison-Stavlo Jun 16, 2020
858ae14
Merge gutenberg-mobile develop branch
ceyhun Jun 16, 2020
3619b2a
Merge master
ceyhun Jun 16, 2020
f3915da
Update GB reference.
SergioEstevao Jun 16, 2020
7433677
use var (#23221)
Addison-Stavlo Jun 16, 2020
c996134
Send contentInfo information when updating HTML. (#23115)
SergioEstevao Jun 16, 2020
1ce4834
Update GB reference.
SergioEstevao Jun 16, 2020
ae266d0
Merge branch 'develop' into issue/content_info
SergioEstevao Jun 16, 2020
cde02f8
Merge pull request #2380 from wordpress-mobile/issue/content_info
SergioEstevao Jun 16, 2020
b51b6f8
Update bundles to support content structure on HTML request.
SergioEstevao Jun 16, 2020
d6c5c5b
Change MenuLocationsEditor to use a card instead of a panel (#23151)
talldan Jun 17, 2020
cd07005
Change select parent button styles (#23230)
ntsekouras Jun 17, 2020
031a963
Merge pull request #2391 from wordpress-mobile/issue/content_info_upd…
SergioEstevao Jun 17, 2020
7531814
Adapt the block switcher styles to the new Popover component (#23232)
youknowriad Jun 17, 2020
c84e9d1
Rename yarn_install to npm_install
ceyhun Jun 17, 2020
ca98385
[RNMobile] Add radial gradient infrastructure (#22493)
lukewalczak Jun 17, 2020
e4343d7
Support drag and drop in horizontal block lists and improve drop zone…
talldan Jun 17, 2020
81819c2
Testing: Add verification for Create Block to Continues Integration (…
gziolo Jun 17, 2020
342f224
Radial gradient infrastructure (#2277)
lukewalczak Jun 17, 2020
df649c1
[Gutenberg Mobile] Add External Link support to React Native (#23090)
enejb Jun 17, 2020
c66d311
Fix react-native-bridge podspec
ceyhun Jun 17, 2020
8f8df8c
Update to the latest gutenberg
enejb Jun 17, 2020
60be906
Merge branch 'develop' into fix/inserting-header-block-js-error
enejb Jun 17, 2020
8528ef4
Simplify react-native-editor sass-transformer
ceyhun Jun 17, 2020
f3f6fa0
Fix react-native-bridge import
ceyhun Jun 17, 2020
c4fa551
Delete already deleted Media.java from react-native-bridge
ceyhun Jun 17, 2020
29647c8
Implement roving tabindex on grouped blocks toolbars (#23216)
diegohaz Jun 17, 2020
223dc28
Fix lint erros
ceyhun Jun 17, 2020
f932b9a
Card: Enhance CardHeader and CardFooter with Flex (#22916)
Jun 17, 2020
1894d4b
Fix/plugin document setting panel name (#22763)
Jun 17, 2020
88b2737
Merge pull request #2374 from wordpress-mobile/fix/inserting-header-b…
enejb Jun 17, 2020
9c256e3
Upgrade Reakit to version 1.1.0 (#23236)
diegohaz Jun 17, 2020
aa3d0ef
Fix duplicate kotlin_module error
cameronvoell Jun 18, 2020
a561cac
E2E Tests: Try to improve heading custom color stability (#23260)
noisysocks Jun 18, 2020
8828d9c
Block Library: Fix React does not recognize isSelected prop in Comple…
torounit Jun 18, 2020
e1a6a78
Inserter: Fix handling of child blocks (#23231)
noisysocks Jun 18, 2020
501003d
Merge branch 'develop' into try/seamless-media-completion
mkevins Jun 18, 2020
5243657
Rename interfaces in demo app
mkevins Jun 18, 2020
7eb08b8
Add release note
mkevins Jun 18, 2020
a6e1740
Merge pull request #2381 from wordpress-mobile/try/seamless-media-com…
mkevins Jun 18, 2020
84910dd
Update package-lock.json
ceyhun Jun 18, 2020
ef0704b
Remove/tweak dark light variables (#23229)
jasmussen Jun 18, 2020
1a8797e
Merge gutenberg-mobile develop branch
ceyhun Jun 18, 2020
e3d09f6
Merge branch 'master' into rnmobile/monorepo-merge-master-and-gbmobil…
ceyhun Jun 18, 2020
bb0fb58
The RN dep lives in the devDependencies section
hypest Jun 18, 2020
269d59a
The gb-mobile root is now two more folders app
hypest Jun 18, 2020
261a86e
Fix gutenberg-web-single-block symlink for unsupported blocks
cameronvoell Jun 18, 2020
9fadd91
react-native-recyclerview is not used anymore
hypest Jun 18, 2020
85d5b77
Remove react-native-editor/bin folder
ceyhun Jun 19, 2020
85f4bf8
Remove mentions of yarn, build is via npm now
hypest Jun 19, 2020
6f7b9e5
Use npm ci for reproducible builds
hypest Jun 19, 2020
a0ee994
Revert "Use npm ci for reproducible builds"
ceyhun Jun 19, 2020
7ddcaa5
Use latest node lts and npm versions
ceyhun Jun 19, 2020
050a755
Update react-native-bridge gradle script's path to root
mchowning Jun 19, 2020
d4b2fdb
Update bundleUpToDateCheck task to handle monorepo changes
mchowning Jun 19, 2020
afc4d52
Check .scss files for changes
mchowning Jun 19, 2020
26be253
Ignore changes to bundle directory and its subdirectories when doing …
mchowning Jun 19, 2020
47fc9a6
Only check package.json for dependency changes
mchowning Jun 19, 2020
857f407
Fix formatting
mchowning Jun 22, 2020
0cddbf0
Merge pull request #23325 from WordPress/fix_no_jitpack_build
hypest Jun 22, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ module.exports = {
'Avoid truthy checks on length property rendering, as zero length is rendered verbatim.',
},
],
// Temporarily converted to warning until all errors are resolved.
// See https://github.com/WordPress/gutenberg/pull/22771 for the eslint-plugin-jsdoc update.
'jsdoc/check-param-names': 'warn',
'jsdoc/require-param': 'warn',
},
overrides: [
{
Expand Down
62 changes: 31 additions & 31 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Documentation
/docs @chrisvanpatten @ajitbohra
/docs/designers-developers/developers @youknowriad @chrisvanpatten @mkaz @ajitbohra
/docs/designers-developers/developers @chrisvanpatten @mkaz @ajitbohra
/docs/designers-developers/designers @chrisvanpatten @mkaz @ajitbohra

# Data
/packages/api-fetch @youknowriad @nerrad @mmtr
/packages/core-data @youknowriad @nerrad
/packages/data @youknowriad @nerrad @coderkevin
/packages/redux-routine @youknowriad @nerrad
/packages/data-controls @nerrad @aduth
/packages/data-controls @nerrad

# Blocks
/packages/block-library @Soean @ajitbohra @jorgefilipecosta @talldan
/packages/block-library @Soean @ajitbohra @talldan
/packages/block-library/src/gallery @mkevins @pinarol
/packages/block-library/src/social-links @mkaz
/packages/block-library/src/social-link @mkaz

# Editor
/packages/annotations @atimmer @ellatrix
/packages/autop @aduth
/packages/autop
/packages/block-editor @youknowriad @ellatrix
/packages/block-serialization-spec-parser @dmsnell
/packages/block-serialization-default-parser @dmsnell
/packages/blocks @youknowriad @ellatrix @aduth
/packages/blocks @youknowriad @ellatrix
/packages/edit-post
/packages/editor
/packages/list-reusable-blocks @youknowriad @noisysocks
/packages/list-reusable-blocks @youknowriad
/packages/shortcode
/packages/block-directory
/packages/interface
Expand All @@ -39,15 +39,15 @@
/packages/edit-navigation

# Full Site Editing
/packages/edit-site
/packages/edit-site @youknowriad

# Tooling
/bin @ntwb @nerrad @ajitbohra
/bin/api-docs @ntwb @nerrad @ajitbohra @nosolosw
/docs/tool @youknowriad @chrisvanpatten @ajitbohra @nosolosw
/packages/babel-plugin-import-jsx-pragma @gziolo @ntwb @nerrad @ajitbohra
/packages/babel-plugin-makepot @ntwb @nerrad @ajitbohra
/packages/babel-preset-default @youknowriad @gziolo @ntwb @nerrad @ajitbohra
/packages/babel-preset-default @gziolo @ntwb @nerrad @ajitbohra
/packages/browserslist-config @gziolo @ntwb @nerrad @ajitbohra
/packages/create-block @gziolo
/packages/custom-templated-path-webpack-plugin @ntwb @nerrad @ajitbohra
Expand All @@ -61,37 +61,37 @@
/packages/library-export-default-webpack-plugin @gziolo @ntwb @nerrad @ajitbohra
/packages/npm-package-json-lint-config @gziolo @ntwb @nerrad @ajitbohra
/packages/postcss-themes @youknowriad @ntwb @nerrad @ajitbohra
/packages/scripts @youknowriad @gziolo @ntwb @nerrad @ajitbohra
/packages/scripts @gziolo @ntwb @nerrad @ajitbohra
/packages/dependency-extraction-webpack-plugin @gziolo
/packages/prettier-config @ntwb @gziolo @aduth
/packages/prettier-config @ntwb @gziolo

# UI Components
/packages/components @youknowriad @ajitbohra @jaymanpandya @jorgefilipecosta @chrisvanpatten
/packages/compose @youknowriad @ajitbohra @jaymanpandya @jorgefilipecosta
/packages/element @youknowriad @ajitbohra @jaymanpandya @jorgefilipecosta
/packages/notices @ajitbohra @jaymanpandya @jorgefilipecosta
/packages/nux @ajitbohra @jaymanpandya @jorgefilipecosta @noisysocks
/packages/viewport @youknowriad @ajitbohra @jaymanpandya @jorgefilipecosta
/packages/components @youknowriad @ajitbohra @jaymanpandya @chrisvanpatten
/packages/compose @youknowriad @ajitbohra @jaymanpandya
/packages/element @youknowriad @ajitbohra @jaymanpandya
/packages/notices @ajitbohra @jaymanpandya
/packages/nux @ajitbohra @jaymanpandya
/packages/viewport @ajitbohra @jaymanpandya
/packages/base-styles
/packages/icons
/packages/primitives

# Utilities
/packages/a11y @youknowriad @aduth
/packages/blob @aduth
/packages/a11y @youknowriad
/packages/blob
/packages/date
/packages/deprecated @aduth
/packages/deprecated @youknowriad
/packages/dom @ellatrix
/packages/dom-ready @aduth
/packages/dom-ready
/packages/escape-html
/packages/html-entities
/packages/i18n @swissspidy
/packages/is-shallow-equal @aduth
/packages/is-shallow-equal
/packages/keycodes @talldan @ellatrix
/packages/priority-queue @youknowriad @aduth
/packages/token-list @aduth
/packages/url @talldan @aduth
/packages/wordcount @aduth
/packages/priority-queue @youknowriad
/packages/token-list
/packages/url @talldan
/packages/wordcount
/packages/warning
/packages/keyboard-shortcuts

Expand All @@ -100,19 +100,19 @@
/packages/plugins @gziolo @adamsilverstein

# Rich Text
/packages/format-library @ellatrix @jorgefilipecosta @daniloercoli @sergioestevao @etoledom
/packages/rich-text @ellatrix @jorgefilipecosta @daniloercoli @sergioestevao @etoledom
/packages/block-editor/src/components/rich-text @ellatrix @jorgefilipecosta @daniloercoli @sergioestevao @etoledom
/packages/format-library @ellatrix @daniloercoli @sergioestevao @etoledom
/packages/rich-text @ellatrix @daniloercoli @sergioestevao @etoledom
/packages/block-editor/src/components/rich-text @ellatrix @daniloercoli @sergioestevao @etoledom

# Project Management
/.github @youknowriad @mapk @karmatosed
/packages/project-management-automation @aduth
/packages/project-management-automation

# wp-env
/packages/env @epiqueras @noahtallen @noisysocks
/packages/env @epiqueras @noahtallen

# PHP
/lib @timothybjacobs
/lib @timothybjacobs @spacedmonkey

# Native (Unowned)
*.native.js @ghost
Expand Down
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- Learn the overall process and best practices for pull requests at https://github.com/WordPress/gutenberg/blob/master/docs/contributors/repository-management.md#pull-requests. -->

## Description
<!-- Please describe what you have changed or added -->

Expand Down
26 changes: 26 additions & 0 deletions .github/workflows/create-block.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Create Block

on:
push:
paths:
- 'packages/**'
- '!packages/**/test/**'
- '!packages/**/*.md'

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install, build, format and lint
run: |
npm ci
npm run test:create-block
env:
CI: true
32 changes: 32 additions & 0 deletions .github/workflows/storybook-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Storybook GitHub Pages

on:
push:
branches:
- master

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master

- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'

- name: Install Dependencies
run: npm ci

- name: Build Storybook
run: npm run storybook:build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./playground/dist
40 changes: 5 additions & 35 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,44 +54,14 @@ install:
- npm run build
- |
if [[ "$INSTALL_WORDPRESS" = "true" ]]; then
# Download and unpack WordPress.
curl -sL https://github.com/WordPress/WordPress/archive/master.zip -o /tmp/wordpress-latest.zip
unzip -q /tmp/wordpress-latest.zip -d /tmp
mkdir -p wordpress/src
mv /tmp/WordPress-master/* wordpress/src

# Create the upload directory with permissions that Travis can handle.
mkdir -p wordpress/src/wp-content/uploads
chmod 767 wordpress/src/wp-content/uploads

# Grab the tools we need for WordPress' local-env.
curl -sL https://github.com/WordPress/wordpress-develop/archive/master.zip -o /tmp/wordpress-develop.zip
unzip -q /tmp/wordpress-develop.zip -d /tmp
mv \
/tmp/wordpress-develop-master/tools \
/tmp/wordpress-develop-master/tests \
/tmp/wordpress-develop-master/.env \
/tmp/wordpress-develop-master/docker-compose.yml \
/tmp/wordpress-develop-master/wp-cli.yml \
/tmp/wordpress-develop-master/*config-sample.php \
/tmp/wordpress-develop-master/package.json wordpress

# Install WordPress. The additional dependencies are required by the copied `wordpress-develop` tools.
cd wordpress
npm install dotenv wait-on
npm run env:start
sleep 10
npm run env:install
cd ..

# Connect Gutenberg to WordPress.
npm run env connect
npm run env cli plugin activate gutenberg
echo '{ "config": { "SCRIPT_DEBUG": false, "WP_PHP_BINARY": "php", "WP_TESTS_EMAIL": "admin@example.org", "WP_TESTS_TITLE": "Test Blog" } }' > .wp-env.override.json
chmod -R 767 ./ # TODO: Possibly integrate in wp-env
npm run wp-env start
fi
- |
if [[ "$E2E_ROLE" = "author" ]]; then
npm run env cli -- user create author author@example.com --role=author --user_pass=authpass
npm run env cli -- post update 1 --post_author=2
npm run wp-env run tests-cli "wp user create author author@example.com --role=author --user_pass=authpass"
npm run wp-env run tests-cli "wp post update 1 --post_author=2"
fi

jobs:
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = function( api ) {
module.exports = ( api ) => {
api.cache( true );

return {
Expand Down
2 changes: 1 addition & 1 deletion bin/api-docs/are-api-docs-unstaged.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env node

/**
* Node dependencies.
* External dependencies
*/
const { extname } = require( 'path' );
const chalk = require( 'chalk' );
Expand Down
4 changes: 2 additions & 2 deletions bin/api-docs/update-api-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,14 @@ glob.stream( [
for ( const [ token, path ] of tokens ) {
try {
await execa(
join(
`"${ join(
__dirname,
'..',
'..',
'node_modules',
'.bin',
'docgen'
),
) }"`,
[
relative( ROOT_DIR, resolve( dirname( file ), path ) ),
`--output ${ output }`,
Expand Down
2 changes: 1 addition & 1 deletion bin/build-plugin-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ warning () {
echo -e "\n${YELLOW_BOLD}$1${COLOR_RESET}\n"
}

status "💃 Time to release Gutenberg 🕺"
status "💃 Time to build the Gutenberg plugin ZIP file 🕺"

if [ -z "$NO_CHECKS" ]; then
# Make sure there are no changes in the working tree. Release builds should be
Expand Down
Loading