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] Update react-native-* packages from gutenberg-mobile #20533

Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 9, 2020

  1. Added entry to release notes

    koke committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    c2f78a4 View commit details
    Browse the repository at this point in the history
  2. Docs: Fixes links in platform and custom block editor tutorial (#20686)

    * Fix links for platform docs
    
    * Fix link
    
    * One more...
    mkaz authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    cb461d4 View commit details
    Browse the repository at this point in the history
  3. Revert "Add Patterns:"

    This reverts commit 756a722.
    aduth committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    3351817 View commit details
    Browse the repository at this point in the history
  4. Docs: Correct link to list of WP's supported browsers (#20712)

    I assume this is where it should be pointing.
    cliffordp authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    3e8fa3c View commit details
    Browse the repository at this point in the history
  5. Update gutenberg

    koke committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    98b4800 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ccad08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b11bc56 View commit details
    Browse the repository at this point in the history
  8. Update bundles

    koke committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    92e445e View commit details
    Browse the repository at this point in the history
  9. Block Library: Flatten width calculation of gallery columns (#20690)

    * Block Library: Flatten width calculation of gallery columns
    
    * Block Library: Gallery: Split gutter by number of columns
    aduth authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    1612deb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd04947 View commit details
    Browse the repository at this point in the history
  11. Add basic patterns (#20724)

    * Add Patterns:
    - Text in two columns.
    - Cover block with large text and gradient.
    
    * Fix the phpcs tests
    
    Co-authored-by: Riad Benguella <benguella@gmail.com>
    mtias and youknowriad authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    ae7a6d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aafaf02 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2bb839f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c82094d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0f960d0 View commit details
    Browse the repository at this point in the history
  16. Inserter padding, add more left and right. (#20730)

    Alternative to #20685.
    
    This one adds padding left and right. Props @shaunandrews.
    jasmussen authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    743f93d View commit details
    Browse the repository at this point in the history
  17. [LatestPosts] Don't trim manual excerpts (#20432)

    * adds raw excerpt to the LatestPosts block and respects manual excerpts
    
    * removed the reset to raw excerpt
    draganescu authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    50d9fdc View commit details
    Browse the repository at this point in the history
  18. Docs/SlotFills: Small corrections + prettify code examples (#20727)

    * Docs/SlotFills: Small correction + prettify code examples
    
    * Tweak individual SlotFill readmes
    WunderBart authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    d2e0ecd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    dab58bb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    38f56fe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c01bb1e View commit details
    Browse the repository at this point in the history
  22. RangeControl: Fix Reset and initialPosition (#20247)

    * RangeControl: Fix reset and initialPosition logic
    
    * Add tests for desired initialPosition, value, and reset scenarios
    
    * Update storybook snapshots
    
    * Fix null value fill for marks
    
    * Remove unnecessary ref dependency in useEffect hook
    
    * Adjust Range x Tooltip interactions
    
    So that hovering on a tooltip no longer keeps it open
    Jon Quach authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    6066186 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d9c9158 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cc39808 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Expand create block options and add readme.txt template (#20694)

    * Add Author, License and Version prompt options
    
    * Add readme.txt template
    
    * Fix typo
    
    * Add License URI option
    
    * Do not filter, just assume the default value
    
    * Update default values
    
    * Use version option in documentation
    
    * Update the default description field to add details on limits
    
    * Update readme description
    
    * Remove extra spaces
    
    * Update packages/create-block/lib/prompts.js
    
    * Apply suggestions from code review
    
    Co-authored-by: Grzegorz (Greg) Ziółkowski <grzegorz@gziolo.pl>
    pereirinha and gziolo authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f2028fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bbb41e View commit details
    Browse the repository at this point in the history
  3. Lighter block DOM: Navigation (#20729)

    * Lighter block DOM: Navigation
    
    * Polish
    
    * Polish
    
    * Fix classes
    
    * Allow to define appender tag name
    
    * Revert link tag for now
    ellatrix authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    03e3c05 View commit details
    Browse the repository at this point in the history
  4. Revert back to using extracted editing UI in landscape mode on Android (

    #1989)
    
    * Revert "Merge pull request #1842 from wordpress-mobile/issue/1829_soft-keyboard-landscape"
    
    This reverts commit 5041096, reversing
    changes made to ddb8b3f.
    
    * Remove release note for reverted landscape mode change
    mchowning authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    188d21a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4619862 View commit details
    Browse the repository at this point in the history
  6. Update gutenberg ref

    etoledom committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    207db60 View commit details
    Browse the repository at this point in the history
  7. Try: Show inserter only when block selected for nesting contexts. (#2…

    …0753)
    
    * Try: Show inserter only when block selected for nesting contexts.
    
    Starts work on #20728. It doesn't completely fix it though.
    
    What it does is create a generic rule to hide the appender in nesting contexts, until the parent or a child of the same block, is selected.
    
    * Fix rebase issue, account for "lighter dom" blocks also.
    jasmussen authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    f0ea36c View commit details
    Browse the repository at this point in the history
  8. Polish poster image button arrangement. (#20754)

    Fixes #20704.
    
    This changes the phrasing, the button types, and the arrangement of the video poster buttons.
    jasmussen authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    8f337a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f9ded2d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c69f5ae View commit details
    Browse the repository at this point in the history
  11. Update GB reference.

    SergioEstevao committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    0283ee7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b984657 View commit details
    Browse the repository at this point in the history
  13. Update gutenberg ref

    etoledom committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    bfa0d61 View commit details
    Browse the repository at this point in the history
  14. Add codeowners for env package (#20667)

    Adds @noahtallen, @noisysocks, and @epiqueras as codeowners of the wp-env package
    noahtallen authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    a3aecaf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    16b19a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    49bed94 View commit details
    Browse the repository at this point in the history
  2. Update Navigation Menu Item icon (#20763)

    * Update navigation link to use map marker.
    
    Also update the map marker icon.
    
    * Add triangle margin indicator to menu items.
    
    * Update snapshots.
    jasmussen authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    a03eff9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5bfffa View commit details
    Browse the repository at this point in the history
  4. Update GB reference.

    SergioEstevao committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    cec3c95 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1994 from wordpress-mobile/issue/fix_master_breakage

    Fix Web related breakage for using block wrappers
    SergioEstevao authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    29f3753 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b3055c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd0e49c View commit details
    Browse the repository at this point in the history
  8. Polish a few broken things in the sidebar. (#20782)

    There were some issues with the block sidebar:
    
    - The active style looked a bit overwhelming.
    - The button-group control lacked a little style.
    - The Width/Height controls for an image were offset.
    jasmussen authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    886b45c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    177ca49 View commit details
    Browse the repository at this point in the history
  10. Update gutenberg ref

    etoledom committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    a242f6a View commit details
    Browse the repository at this point in the history
  11. Update gutenberg ref

    etoledom committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    eeb0e55 View commit details
    Browse the repository at this point in the history
  12. Update Gutenberg ref

    Gerardo Pacheco committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    6ae50c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    03416d8 View commit details
    Browse the repository at this point in the history
  14. Gallery: Update UI of controls (#20776)

    * Reduce Gallery custom control border radius
    
    * Update Gallery control icons to use Chevron (left/right) from @wordpress/icons
    Jon Quach authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    3902625 View commit details
    Browse the repository at this point in the history
  15. Update gutenberg

    chipsnyder committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    92102d4 View commit details
    Browse the repository at this point in the history
  16. Adds filtering by multiple categories on LatestPosts block (#20781)

    * Implements FormTokenField to LatestPosts block inspector controls, replacing SelectControl
    
    * Implements the posts query with multiple categories
    
    * Improves code & resolves @draganescu's feedback
    
    * Solves PHP Linting
    Ringish authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    d0ca255 View commit details
    Browse the repository at this point in the history
  17. Fix auto-hiding appender regression. (#20780)

    In #20753 I caused a regression that collapsed the big square appender that exists in an empty columns block, or an empty group block.
    
    The only thing that should collapse, until selected, is the black appender button inside blocks like Social Links, Buttons, or Navigation Menu.
    
    This PR fixes that regression by scoping the animation to said button.
    jasmussen authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    08ee3cf View commit details
    Browse the repository at this point in the history
  18. Reduce gap between block library and preview (#20777)

    * Reduce gap between block library and preview
    
    * Add border radius and box shadow to block preview popover
    
    * Added variables instead of hard-coded values
    enriquesanchez authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    34afbfd View commit details
    Browse the repository at this point in the history
  19. [RNMobile] Latest Posts Block v1 Support in Mobile (#20301)

    * Display basic support block for Latest Posts
    
    * Update UI of Latest Posts Placeholder
    
    * Add Post Content Control to the Latest post config menu
    
    * Add support for Post Content Settings and Post Meta Data settings
    
    * Expose QueryControls to Mobile
    
    * Add Post Sorting and options for Latest Post Block
    
    * Refactor LatestPost to allow hooks in component mounting for api requests
    
    * Fix Style issue
    
    * Add Network call on Latest-Posts to fetch categories
    
    * Reorder Options in Latest Posts
    
    * Show configure menu in Latests Posts on focus and on tap of configure
    
    * Reorganize consts
    
    * Reorganize consts
    
    * Mmove web refrences to use defined constants
    
    * Reorder Latest Post Settings to match Web
    
    * Adjust setting for Categories selection
    
    * Fix Prettier issue
    
    * Resolve PHP style issue
    
    * Adjust data parsing for Android
    
    * Adjust the way of identifying the way to parse categoriesList
    
    * Remove Clear Settings and rename the configure button to customize
    
    * Remove function that automatically prompts the settings when tapping on the block
    
    * Implement text and control changes from design feedback
    
    * Adjust separators for Latest Post
    
    * Adjust latest-post post content label to be more excerpt centric, and update wording of related control.
    
    * Update label of excerpt length on latest-posts
    
    * Adjust casing of customize label
    
    * Align customize style with add media empty state
    
    * Fix style issue
    
    * Move set attribute events out of the render function
    
    * Add developer comment for platform differences
    
    * Refactor syntax on set functions
    
    * Modify inspector controls to follow the style of the attribute setters
    
    * Update design of block title
    
    * Update spacing around block
    
    * Add type checking to block non array responses from categoreis request
    chipsnyder authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    12b81b0 View commit details
    Browse the repository at this point in the history
  20. Update gutenberg reference

    chipsnyder committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    cc5ef7a View commit details
    Browse the repository at this point in the history
  21. URL: Use test data from web-platform-tests for isURL spec conformance (

    …#20537)
    
    * URL: Use test data from web-platform-tests for isURL spec conformance
    
    * URL: Change fetch utility to parse JSON
    
    Early iterations included LICENSE fetching as string, but this was later changed to static file. As such, the utility is better served to include JSON parsing.
    
    * URL: Stop fetch execution when rejecting by status code
    
    Interestingly, rejecting (throwing) does not itself halt execution.
    
    * URL: Update fetchJSON function description
    
    * URL: Try using react-native-url-polyfill
    
    * URL: Clarify default exceptions as about:blank parameter specific
    
    * URL: Add Native-specific isURL exceptions
    
    * URL: Move WPT license into explanatory README.md file
    aduth authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    f3ae6da View commit details
    Browse the repository at this point in the history
  22. Merge pull request #1931 from wordpress-mobile/issue/1746-latest-post

    Latest Posts Block v1 Support in Mobile
    Chip authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    9a18c46 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    527809b View commit details
    Browse the repository at this point in the history
  24. Update GB reference.

    SergioEstevao committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    6a58858 View commit details
    Browse the repository at this point in the history
  25. Update GB reference.

    SergioEstevao committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    eb3002f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Trim input value in navigation search input field (#19832)

    * Trimmed inputValue.
    
    * Added unit test.
    
    * Trim text in TextHighlight
    sainthkh authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    e8c7e97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    428e964 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1996 from wordpress-mobile/issue/update_isURL_to_…

    …use_polyfill
    
    Update project to use react-native-url-polyfill package for the URL class
    cameronvoell authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    351877b View commit details
    Browse the repository at this point in the history
  4. [RNMobile] Cover block - Support adding video background from media l…

    …ibrary (#20463)
    
    * support video background that is set on the web
    dratwas authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    6797931 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bfd32d View commit details
    Browse the repository at this point in the history
  6. Update RELEASE-NOTES.txt

    etoledom authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    1d4da07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23e6728 View commit details
    Browse the repository at this point in the history
  8. Adds always on display of media URL (#19504)

    * rebased and addressed feedback review
    
    * removed useless space in button label
    
    * use a correct type for empty settings
    
    Co-Authored-By: Andrew Duthie <andrew@andrewduthie.com>
    
    * fixes arrow keys navigation
    
    * adds sending null when suggestions are not needed as it is proper in react rendering
    
    * fixes the ESCAPE key to close the dropdown menu
    
    * Update packages/block-editor/src/components/media-replace-flow/style.scss
    
    Co-Authored-By: Sören Wrede <soerenwrede@gmail.com>
    
    * Update packages/block-editor/src/components/media-replace-flow/style.scss
    
    Co-Authored-By: Sören Wrede <soerenwrede@gmail.com>
    
    * Update packages/block-editor/src/components/media-replace-flow/style.scss
    
    Co-Authored-By: Sören Wrede <soerenwrede@gmail.com>
    
    * Update packages/block-editor/src/components/media-replace-flow/style.scss
    
    Co-Authored-By: Sören Wrede <soerenwrede@gmail.com>
    
    * removes deprecated mixing
    
    * moves keyboard capture outside of LinkControlto account only for it's usage in a dropwdown for MediaFlow
    
    * Overriding the width, removing the hr, and cleaning up spacing with the new grid variables.
    
    * Adjusting the spacing around the input for editing the link URL.
    
    * I'm not sure these are actually doing anything.
    
    Co-authored-by: Andrew Duthie <andrew@andrewduthie.com>
    Co-authored-by: Sören Wrede <soerenwrede@gmail.com>
    Co-authored-by: Shaun Andrews <shaun@automattic.com>
    4 people authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    07d751a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf739c0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e41535d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8af5f08 View commit details
    Browse the repository at this point in the history
  12. Polish date-picker component (#20824)

    * Refine the buttongroup.
    
    * Refactor am/pm picker to be buttongroup.
    
    * Polish padding.
    
    Fixes #20774.
    
    * Try alternate fix.
    
    * Fix to pass test, and update snaps.
    jasmussen authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    3848806 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1964 from wordpress-mobile/issue/fix-crash-pastin…

    …g-wrapped-images
    
    Fix crash pasting HTML with wrapped images.
    etoledom authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    68e89ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f489e13 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d60fd39 View commit details
    Browse the repository at this point in the history
  16. E2E Test Utils: Improve durability of embedding matcher (#20811)

    * E2E Test Utils: Improve durability of embedding matcher
    
    * E2E Test Utils: Add newline between functions
    
    * E2E Test Utils: Avoid normalizing path endings
    
    (a) It's not consistent with preceding `parameterEquals` testing and (b) there's not variance here, for all requests via `getEmbedPreview` implementation
    
    See: https://github.com/WordPress/gutenberg/blob/3848806ccc7b8a65778366e80af7ea63258538d4/packages/core-data/src/resolvers.js#L112
    aduth authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    e4b6da7 View commit details
    Browse the repository at this point in the history
  17. URL: Fix getQueryString incorrect handling of hash fragment (#20738)

    * URL: Fix getQueryString incorrect handling of hash fragment
    
    * URL: Update getQueryString test cases to proper URLs
    
    * URL: Add test case for empty querystring as undefined
    
    Previously _sort of_ existed, but as an invalid URL which would fail to construct as `new URL` in the current implementation. Now split to two assertions verifying "invalid URL" behavior and "empty querystring" behavior.
    aduth authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    3233009 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    165365a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    214c9fb View commit details
    Browse the repository at this point in the history
  20. Refactor spacer block to share edit method with the web. (#20746)

    * Refactor spacer block to share edit method with the web.
    
    * Update code to now allow spacer larger than 500px.
    
    * Fix constant naming format.
    SergioEstevao authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    7273202 View commit details
    Browse the repository at this point in the history
  21. Update GB reference.

    SergioEstevao committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    0557d87 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7930fb0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7dda442 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #1991 from wordpress-mobile/issue/refactor_spacer_…

    …block
    
    Refactor the spacer block.
    SergioEstevao authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    9727278 View commit details
    Browse the repository at this point in the history
  25. [RNMobile] Fix replacing empty paragraph in inner block (#20653)

    * Check if the replaceable block is a nested one
    dratwas authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    4dfb859 View commit details
    Browse the repository at this point in the history
  26. Improves RTL style conversion (#20503)

    * Improves rtl style conversion + adds tests
    
    This update improves the rtl style utility to better handle varying combinations of `left` and `Left` based properties. A handful of tests have been added to ensure style property conversions are outputted as expected.
    
    * Adds support for left->right and right->left.
    
    Also adds tests
    
    * Components: Add RTL conversion edge case test
    
    * Rename rtl.test.js to rtl.js
    
    * Fixes upright CSS property use case. Adds tests for scroll padding/margin
    
    * Converts Regex to const. Refactors left/right key conversion utility.
    
    * Adds and improves comments for rtl functions.
    
    * Simplify with lodash.mapKeys and rename function to match standards
    
    Co-authored-by: Andrew Duthie <andrew@andrewduthie.com>
    Jon Quach and aduth authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    7906556 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c76eb1b View commit details
    Browse the repository at this point in the history
  28. Update gutenberg ref to f0f6ce3

    shiki committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    c5fc5ac View commit details
    Browse the repository at this point in the history
  29. Update Gutenberg ref

    Gerardo Pacheco committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    f067e06 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a724f63 View commit details
    Browse the repository at this point in the history
  31. Update gutenberg ref

    ceyhun committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    bcd9181 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8852b89 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    4f3b69e View commit details
    Browse the repository at this point in the history
  34. Framework: Use WHATWG URL in place of legacy url module (#19823)

    * Block Editor: Use WHATWG URL in place of legacy url module
    
    * Block Library: Use WHATWG URL in place of legacy url module
    
    * E2E Test Utils: Block Editor: Use WHATWG URL in place of legacy url module
    
    * E2E Tests: Use WHATWG URL in place of legacy url module
    aduth authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    3b63be6 View commit details
    Browse the repository at this point in the history
  35. Compat: Use core-js-url-browser for URL polyfill (#20225)

    * Compat: Fix URL polyfill test
    
    * Compat: Use core-js-url-browser for URL polyfill
    
    * Compat: Respect SCRIPT_DEBUG for minified suffix
    
    * Compat: Move polyfill script registration to client-assets.php
    
    Only scripts registered in gutenberg_register_vendor_scripts are downloaded as part of the plugin build script.
    aduth authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    03960e6 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    06655eb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Fix visually hidden classnames (#20649)

    * Add tests with failing test case
    
    * Allow visually hidden class names to be extended
    
    * Repace manual tests with storybook snapshots
    
    * Fix dodgy grammar
    talldan authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    db2825f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a481717 View commit details
    Browse the repository at this point in the history
  3. Add ESNext example for unregisterBlockType (#20784)

    Add an explanation why 'wp-edit-post' is needed to unregister a block
    grappler authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    2e99685 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0dbaa1 View commit details
    Browse the repository at this point in the history
  5. Update Gutenberg ref

    Gerardo Pacheco committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    32e2d57 View commit details
    Browse the repository at this point in the history
  6. Update Gutenberg ref

    Gerardo Pacheco committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    c894dce View commit details
    Browse the repository at this point in the history
  7. Show errors in the media replace control (#19244)

    * adds errors to the media replace control
    
    * adds a debounced speak message
    
    * removes __unstableHTML dependency, uses built in speak, creates notice with a small delay, VO works
    
    * adds comments to setTimeout call for notice and HTML removal on notice error, adds prefix to notice uniqueid
    
    * updates comment wording
    
    * fixes rebased style for media replace flow
    draganescu authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    c0c924a View commit details
    Browse the repository at this point in the history
  8. Update Gutenberg

    koke committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    c5f40f7 View commit details
    Browse the repository at this point in the history
  9. Update gutenberg ref

    ceyhun committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    c59a832 View commit details
    Browse the repository at this point in the history
  10. Update Gutenberg

    koke committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    34cf102 View commit details
    Browse the repository at this point in the history
  11. Update Gutenberg

    koke committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    206edf4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    208dffb View commit details
    Browse the repository at this point in the history
  13. [RNMobile]: Refine block settings' separator margin (#20842)

    * Hide last separator of video block settings
    
    * Remove block settings' cell's left margin when there's no icon
    ceyhun authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    0ef1e8c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4793696 View commit details
    Browse the repository at this point in the history
  15. Remove feature flag for mobile page templates (#20718)

    * Enable page templates on production builds
    
    * Remove mobileEnablePageTemplates from docs
    
    * Fix contact emoji
    
    * Update spacer height on services template
    
    * Remove old documentation for the feature flag
    
    * Remove unused variable
    koke authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    f8421c4 View commit details
    Browse the repository at this point in the history
  16. Update Gutenberg

    koke committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    26cd4ab View commit details
    Browse the repository at this point in the history
  17. Revert "Point gutenberg submodule to fork"

    This reverts commit a724f63.
    ceyhun committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    bba802a View commit details
    Browse the repository at this point in the history
  18. Update Gutenberg

    koke committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    64bfca4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0e05bbf View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1987 from wordpress-mobile/enable-page-templates

    Enable page templates
    koke authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    fa27e99 View commit details
    Browse the repository at this point in the history
  21. Update gutenberg ref

    etoledom committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    639bfde View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    60faf6b View commit details
    Browse the repository at this point in the history
  23. Update gutenberg ref

    ceyhun committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    cf1a819 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    32ca701 View commit details
    Browse the repository at this point in the history
  25. Revert "Point gutenberg submodule to fork"

    This reverts commit 8852b89.
    ceyhun committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    7a79e83 View commit details
    Browse the repository at this point in the history
  26. Update gutenberg ref

    ceyhun committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    8caf586 View commit details
    Browse the repository at this point in the history
  27. [RNMobile] Create cross platform useResizeObserver() hook (#19918)

    * Create a hook to be useResizeObserver() and unify with web API
    lukewalczak authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    f8da7a1 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b0784b1 View commit details
    Browse the repository at this point in the history
  29. RNMobile - Replace Icon in toolbar for media editing (#20841)

    * RNMobile - Replace Icon - Removes duplicated icon and adds it to the icons library, used in Cover, Media & Text and Image block
    
    * Storybook - Update snapshot
    
    * RNMobile - Video block - Update edit media icon
    
    * Icons - Update Replace Icon
    
    * Storybook - Update snapshot
    Gerardo Pacheco authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    f1ff508 View commit details
    Browse the repository at this point in the history
  30. Merge branch 'develop' of github.com:wordpress-mobile/gutenberg-mobil…

    …e into feature/replace-icon
    
    # Conflicts:
    #	gutenberg
    Gerardo Pacheco committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    39f9fce View commit details
    Browse the repository at this point in the history
  31. Update Gutenberg ref

    Gerardo Pacheco committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    2131550 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #2007 from wordpress-mobile/feature/replace-icon

    Replace Media Icon
    Gerardo Pacheco authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    12ba05f View commit details
    Browse the repository at this point in the history
  33. Add Prettier shared config package (#20026)

    * Add Prettier shared config package
    
    * Update packages/prettier-config/README.md
    
    Co-Authored-By: Grzegorz (Greg) Ziółkowski <grzegorz@gziolo.pl>
    
    * Update README.md
    
    * Use @wordpres/prettier-config with @wordpress/scripts
    
    Co-authored-by: Grzegorz (Greg) Ziółkowski <grzegorz@gziolo.pl>
    ntwb and gziolo authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    56a12a6 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2d430a3 View commit details
    Browse the repository at this point in the history
  35. Merge pull request #2008 from wordpress-mobile/issue/1796-refine-vide…

    …o-settings-separators
    
    Refine block settings' separator margin
    ceyhun authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    8d81027 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    0e3c246 View commit details
    Browse the repository at this point in the history
  37. Update gutenberg ref

    ceyhun committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    ae77564 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8d76def View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    36977f3 View commit details
    Browse the repository at this point in the history
  40. Update cellRowStyles to add flex-shrink back and fix a disapearing st…

    …epper in bottom sheets (#20878)
    maxme authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    7eaf250 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a38de90 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    bdaead2 View commit details
    Browse the repository at this point in the history
  43. Update gutenberg ref

    etoledom committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a9a7aad View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    12714e0 View commit details
    Browse the repository at this point in the history
  45. Preview Button: Remove the separator and border, and reduce the size …

    …of the icon. (#20683)
    
    * Removes the separator and border from the preview toggle.
    * Updates button to always says "Preview".
    * Adjust external link icon.
    * Removed the "View" group label and put the external icon first.
    shaunandrews authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    c5d792a View commit details
    Browse the repository at this point in the history
  46. [RNMobile] Adding global toolbar height to auto-scroll calculations (#…

    …20334)
    
    * Adding global toolbar height to auto-scroll calculations
    
    * Giving a name to magic number to reflect the intention
    
    * Using inputAccessoryViewHeight on KeyboardAwareFlatList for iOS scrolling calculations.
    
    * Fix syntax styling
    
    * Avoid using local constants for component dimensions
    
    * Fix lint issues
    
    * Using new dimension constants everywhere.
    
    * Add new global styles to mocks
    etoledom authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    ae44d90 View commit details
    Browse the repository at this point in the history
  47. Update gutenberg ref

    etoledom committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    5052149 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #2014 from wordpress-mobile/issue/1166-update-add-…

    …new-block-indicator-style
    
    Update 'Add Block Here' indicator style
    ceyhun authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a581444 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    565737b View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    0ef6dd5 View commit details
    Browse the repository at this point in the history
  51. Merge pull request #1939 from wordpress-mobile/issue/fix-caret-scroll…

    …-calculation
    
    [iOS] Fix autoscroll behaviour.
    etoledom authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    7500e0e View commit details
    Browse the repository at this point in the history
  52. Site Editor: style resets for top level page (#20886)

    Allow Site Editor to be loaded as top level page.
    vindl authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    42d2b36 View commit details
    Browse the repository at this point in the history
  53. Update text-two-columns.json (#20890)

    Correcting a typo as a way of driving off the spleen and regulating the circulation.
    ianstewart authored Mar 13, 2020
    Configuration menu
    Copy the full SHA
    478b503 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. correct 2nd param of useViewportMatch() Usage (#20911)

    add missing opening single quote
    cliffordp authored Mar 15, 2020
    Configuration menu
    Copy the full SHA
    ce00797 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    70df2ba View commit details
    Browse the repository at this point in the history
  2. Moves category multi select from LatestPosts to QueryControls (#20832)

    * Implements FormTokenField
    
    * Implements the posts query with multiple categories
    
    * Improves code & resolves @draganescu's feedback
    
    * Solves PHP formatting error
    
    * Moves the category multiselect from LatestPosts to QueryControls
    
    * Adds maxSuggestions prop and renames suggestions variable
    
    * Resolves Lint error
    
    * Moves logic from controlled component
    Ringish authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    e17d104 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    176bbbd View commit details
    Browse the repository at this point in the history
  4. Update Gutenberg

    koke committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    0cfbfa9 View commit details
    Browse the repository at this point in the history
  5. Update Gutenberg

    koke committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    a6bc6f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8e850a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3be3032 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    218e51d View commit details
    Browse the repository at this point in the history
  9. Avoid page templates overwriting page title (#20865)

    * Avoid templates overwriting page title
    
    * Use logical OR to check for existing title
    koke authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    4ad681d View commit details
    Browse the repository at this point in the history
  10. Update Gutenberg

    koke committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    57558db View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e6b2952 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0f5a0e3 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #2015 from wordpress-mobile/spt-no-overwrite-title

    Avoid page templates overwriting page title
    koke authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    090811d View commit details
    Browse the repository at this point in the history
  14. Mobile: Add accessibility label to Block List Footer (#20633)

    * Make Block List Footer inaccessible
    
    * Add a11y label to Block List Footer
    
    * Fix lint issue
    
    * Change Block List Footer accessibility label
    
    Adding “paragraph” would make it clearer and disambiguates it from the “Add block” button which behaves differently (shows a popup).
    
    * block-list: Move import to correct section
    shiki authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    3e04427 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    75f9940 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ed53b0f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f579ec6 View commit details
    Browse the repository at this point in the history
  18. Document default login credentials and wp-env run command (#20678)

    * Document default login credentials and run command
    
    * Add more descriptive CLI help messages
    
    * Update README.md
    
    * Update wording in `run` command description
    
    * Fix typo in cli.js
    
    * Fix linting errors
    
    * Remove extra ;
    
    * Whitespace
    adamziel authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    e8b5c2e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7aa7835 View commit details
    Browse the repository at this point in the history
  20. Update CODEOWNERS for aduth

    aduth committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    f34fb5b View commit details
    Browse the repository at this point in the history
  21. Site Editor: add Fullscreen mode (#20691)

    Move FullscreenMode component to block-editor package so that it can
    be reused both for Post Editor and Site Editor. In order to not have this tied
    to same value in both cases, Site Editor store is added as part of this change
    so that its fullscreen mode preference can be saved separately.
    vindl authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    79735ff View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8905f96 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3b6d095 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #1981 from wordpress-mobile/issue/fix-footer-acces…

    …sibility
    
    Add accessibility label to Block List Footer
    shiki authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    815d658 View commit details
    Browse the repository at this point in the history
  25. chore(release): publish

     - @wordpress/block-directory@1.5.4
     - @wordpress/block-editor@3.7.4
     - @wordpress/block-library@2.14.4
     - @wordpress/e2e-tests@1.12.6
     - @wordpress/edit-post@3.13.5
     - @wordpress/edit-site@1.3.3
     - @wordpress/edit-widgets@0.12.4
     - @wordpress/editor@9.12.4
     - @wordpress/format-library@1.14.4
    jorgefilipecosta committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    0b0d00a View commit details
    Browse the repository at this point in the history
  26. chore(release): publish

     - @wordpress/block-directory@1.5.5
     - @wordpress/block-editor@3.7.5
     - @wordpress/block-library@2.14.5
     - @wordpress/components@9.2.4
     - @wordpress/create-block@0.9.0
     - @wordpress/dependency-extraction-webpack-plugin@2.4.0
     - @wordpress/e2e-tests@1.12.7
     - @wordpress/edit-post@3.13.6
     - @wordpress/edit-site@1.3.4
     - @wordpress/edit-widgets@0.12.5
     - @wordpress/editor@9.12.5
     - @wordpress/format-library@1.14.5
     - @wordpress/list-reusable-blocks@1.13.4
     - @wordpress/nux@3.12.4
     - @wordpress/scripts@7.1.3
     - @wordpress/server-side-render@1.8.4
    jorgefilipecosta committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    7d590e1 View commit details
    Browse the repository at this point in the history
  27. FSE: Get current template part correctly for auto drafts (#20438)

    Correctly gets the template part while auto-drafting template
    parts. This fixes a PHP error that was echoed to the editor page.
    epiqueras authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    82e5b23 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    eda85f2 View commit details
    Browse the repository at this point in the history
  2. Fix/screen reader text (#20607)

    * First stab at using VisuallyHidden component
    
    * Completely replace screen-reader-text with <VisuallyHidden />
    
    * Consistency changes with as="" property
    
    * Remove extra space
    
    * Formatting
    
    * Formatting
    
    * Restore .screen-reader-text CSS class in PHP files
    
    * Use as="" instead of extra div
    
    * Formatting change
    
    * Use as="" instead of wrapping elements with screen-reader-text class
    
    * Remove responsive-block-control/style.css from this PR
    
    * Ensure <RichText tagName="figcaption" is always a direct descendant of <figure>
    
    * Use label props when substituting for label with props
    
    * Formatting
    
    * Pass className to both VisuallyHidden and RichText
    
    * Restore screen-reader-text in AdminNotices test
    
    * Restore original formatting in admin-notices/test/index.js
    adamziel authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    61cbfa5 View commit details
    Browse the repository at this point in the history
  3. Refactor the inserter menu component and split into multiple smaller …

    …components (#20880)
    
    Co-authored-by: Grzegorz (Greg) Ziółkowski <grzegorz@gziolo.pl>
    youknowriad and gziolo authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    390eac2 View commit details
    Browse the repository at this point in the history
  4. Update page template picker after design review (#20883)

    * Make title bar smaller
    
    * Introduce new usePreferredColorSchemeStyle hook
    
    * Add top space to template previews
    
    * Adjust height of preview header and refactor a bit
    
    * Fix typo in useViewportMatch documentation
    
    Co-authored-by: Pinar Olguc <pinarolguc@gmail.com>
    koke and pinarol authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    c77cef6 View commit details
    Browse the repository at this point in the history
  5. Update Gutenberg

    koke committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    8e8f461 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd963d6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2020 from wordpress-mobile/spt-design-fixes

    Update page template picker after design review
    koke authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    4a41901 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1976 from wordpress-mobile/try/speed-up-uitests

    Speed up e2e tests execution
    ceyhun authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    df53d3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11eaaee View commit details
    Browse the repository at this point in the history
  10. Update Gutenberg ref

    hypest committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    1d152c1 View commit details
    Browse the repository at this point in the history
  11. Fix block preview

    youknowriad committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    8228ec9 View commit details
    Browse the repository at this point in the history
  12. Update Gutenberg ref

    hypest committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    e7cf902 View commit details
    Browse the repository at this point in the history
  13. Update Gutenberg ref

    Gerardo Pacheco committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    503a5e8 View commit details
    Browse the repository at this point in the history
  14. Compat: Conditionally filter editor settings for image dimensions (#2…

    …0939)
    
    * Compat: Conditionally filter editor settings for dimensions
    
    * Compat: Use `empty` to detect imageSizes
    
    `is_array` still warns if not set. Coincidentally helps avoid an unnecessary call to wp_get_registered_image_subsizes when there's no sizes to work with. One difference is that imageDimensions would not be set unless imageSizes is non-empty. But if the idea is for imageDimensions to be dependent upon imageSizes here, it's a sensible caveat.
    
    * Framework: Convert comment to multiline
    
    Resolves lint errors
    aduth authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    014920f View commit details
    Browse the repository at this point in the history
  15. RNMobile - Disable Cover for production (#20965)

    Gerardo Pacheco authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    df629a3 View commit details
    Browse the repository at this point in the history
  16. Update Gutenberg ref

    Gerardo Pacheco committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    f91412a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    14d15bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46d5f4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea62337 View commit details
    Browse the repository at this point in the history
  4. Add menus endpoints. (#20292)

    * Add menus endpoints.
    
    * Fix lints.
    
    * Fix unit tests.
    
    * Fix unit tests again.
    
    * Final unit test fix.
    spacedmonkey authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    56ec52e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2028 from wordpress-mobile/fix/cover-block-dev-only

    Disable Cover Block for Production
    Gerardo Pacheco authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    25b57fe View commit details
    Browse the repository at this point in the history
  6. RNMobile - FloatingToolbar - Make children within the toolbar accessi…

    …ble with VoiceOver / TalkBack (#20789)
    Gerardo Pacheco authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    341e83c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' of github.com:wordpress-mobile/gutenberg-mobil…

    …e into fix/floating-toolbar-accessibility
    
    # Conflicts:
    #	gutenberg
    Gerardo Pacheco committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    8e08540 View commit details
    Browse the repository at this point in the history
  8. Update Gutenberg ref

    Gerardo Pacheco committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    60a658d View commit details
    Browse the repository at this point in the history
  9. Block Library: Add a Post Comments block. (#19581)

    Co-authored-by: Noah Allen <noahtallen@gmail.com>
    epiqueras and noahtallen authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    6ddcdc3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1997 from wordpress-mobile/fix/floating-toolbar-a…

    …ccessibility
    
    FloatingToolbar - Make children accessible
    Gerardo Pacheco authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    b6c1542 View commit details
    Browse the repository at this point in the history
  11. Add visible labels to BlockPatternPicker pattern selection buttons (#…

    …19789)
    
    * Add visible labels to InnerBlocksTemplatePicker pattern selection buttons
    Fixes #18737.
    
    * Adjust UI for Block Variation Picker labels
    
    Co-authored-by: Jon Q <hello@jonquach.com>
    gziolo and Jon Q authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    46c9490 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2b9d35d View commit details
    Browse the repository at this point in the history
  13. Polish a few icons (#20980)

    This updates icons in the component with recent refinements from the Figma file.
    
    - bold
    - italic
    - strikethrough
    - indent
    - outdent
    - spacer
    jasmussen authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    fea6b9e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7614965 View commit details
    Browse the repository at this point in the history
  15. Fix input rules (#20964)

    * Fix input rules
    
    * Add e2e tests
    ellatrix authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    548e600 View commit details
    Browse the repository at this point in the history
  16. Try: Improve permalink editing (#12009)

    Allows immediate permalink editing after initializing the editor.
    
    * Filter REST API to return permalink_template
    
    * Add new getEditedPostSlug selector
    
    * Update auto-generated docs
    
    * Make permalink editing more timely/accurate in title editor
    
    * Make permalink editing more timely/accurate in sidebar panel
    
    * Update e2e tests to reflect that panel should always show
    
    * Add unit tests for getEditedPostSlug selector
    earnjam authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    8ee1f0c View commit details
    Browse the repository at this point in the history
  17. Update Gutenberg ref

    hypest committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    3514cf8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a0d637e View commit details
    Browse the repository at this point in the history
  19. Update Gutenberg ref

    hypest committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    f95341d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0e9bd85 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    26bab2e View commit details
    Browse the repository at this point in the history
  22. Fix: Fix Gallery caption overlapped by other block (#2033)

    * update ref to master (fix gallery caption)
    jbinda authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    ae8853f View commit details
    Browse the repository at this point in the history
  23. Convert _experimentalCreateInterpolateElement to a stable api. (#20699)

    * make createInterpolateElement stable
    
    * implement new stable function everywhere it was implemented
    
    * update changelog
    nerrad authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    7b63e87 View commit details
    Browse the repository at this point in the history
  24. [RNmobile] Improve "take video" icon (#20927)

    * Port video-alt2 icon from dashicons
    
    * Use video-alt2 icon on the media selection sheet
    
    * Better name and design for the capture video icon
    
    * Update unit test snapshot
    
    * Update the capture-a-photo icon on mobile media option picker
    
    * Use the 'image' icon for the choose-from-device option
    
    * Some code formatting adjustment
    
    * Update unit test snapshot
    
    * Update vectors.
    
    * Update snapshot.
    
    Co-authored-by: jasmussen <joen@automattic.com>
    hypest and jasmussen authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    8c13651 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6a96524 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    db39cc3 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #2024 from wordpress-mobile/issue/1697-improve-tak…

    …e-video-icon
    
    Update Gutenberg ref to use video-alt2 icon
    hypest authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    58039bd View commit details
    Browse the repository at this point in the history
  28. Try: Nicer block footprint for social links. (#20978)

    * Try: Nicer block footprint for social links.
    
    * Address feedback
    jasmussen authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    6f63dc3 View commit details
    Browse the repository at this point in the history
  29. Rnmobile/fix space max2 (#20986)

    * Disable Cover for production
    
    * Adapt max according to the current value.
    
    Co-authored-by: Marko Savic <savicmarko1985@gmail.com>
    SergioEstevao and marecar3 authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    476c4f6 View commit details
    Browse the repository at this point in the history
  30. Make the inner button block not allowed as a reusable block or… (#20948)

    * Make the inner button block not usuable as a reusable block
    
    * Also disallow HTML editing
    
    * Remove restriction on editing button as html
    talldan authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    9ed45fc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b72b41e View commit details
    Browse the repository at this point in the history
  32. Update glossary (#20934)

    * Update glossary
    
    Added "Block patterns" and "Template parts". Also updated the Block Inserter to Block Library.
    
    * Fixed spacing issue after period.
    mapk authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    b2b16ba View commit details
    Browse the repository at this point in the history
  33. Fix link control search results spacing. (#21003)

    * Fix search results spacing.
    
    * Remove base control spacing
    Soean authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    e6ad4bd View commit details
    Browse the repository at this point in the history
  34. RangeControl: Improve disabled rendering and interactions (#20723)

    This update improves the UI rendering of the RangeControl, sepcifically by muting the Rail, Track, and Marks. The disabled prop is also passed along to the inner (number) Input and Reset value button.
    Jon Quach authored Mar 18, 2020
    Configuration menu
    Copy the full SHA
    f1b60d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    414ae54 View commit details
    Browse the repository at this point in the history
  2. Blocks: Allow the Default Style selector to be hidden. (#20620)

    Co-authored-by: Marcus Kazmierczak <marcus@mkaz.com>
    pento and mkaz authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    df237e0 View commit details
    Browse the repository at this point in the history
  3. Project Management Automation: Add TypeScript type-checking (#20850)

    * Project Management Automation: Add TypeScript type-checking
    
    * Project Management Automation: Remove unused typedefs
    aduth authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    6073f0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78e749d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8841762 View commit details
    Browse the repository at this point in the history
  6. Block patterns: improve success notice (#21005)

    * Add period at the end of sentence.
    
    * Add translator comment
    Soean authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    c6d5bd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e288c45 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f90dc20 View commit details
    Browse the repository at this point in the history
  9. Editable Component (#18361)

    * Text Component
    
    * Rename
    
    * Lint fixes
    ellatrix authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    0446ed1 View commit details
    Browse the repository at this point in the history
  10. Add isFileURL method and use it on all native media upload checks. (#…

    …20985)
    
    * Add isFileURL method and use it on all native media upload checks.
    
    * Check if url is defined.
    
    * Add test for undefined and fix lint error for isFileURL
    
    * Replace isFileURL method for getProcotol == 'file' mettod
    SergioEstevao authored Mar 19, 2020
    Configuration menu
    Copy the full SHA
    bc5f55d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    70eef3a View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/master' into rnmobile/monorepo-u…

    …pdate-gb-mobile-rn
    Tug committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    0ac016c View commit details
    Browse the repository at this point in the history
  13. Update manifest doc

    Tug committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    5ef2d7b View commit details
    Browse the repository at this point in the history
  14. Merge commit 'e288c45e882db9808e0396715f379edb07f32416' into rnmobile…

    …/monorepo-update-gb-mobile-rn
    Tug committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    90c4b46 View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'origin/master' into rnmobile/monorepo-u…

    …pdate-gb-mobile-rn
    Tug committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    e6ac717 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    11c3407 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bd56823 View commit details
    Browse the repository at this point in the history
  18. Fix npm run test-unit

    Tug committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    def0b38 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    67ed477 View commit details
    Browse the repository at this point in the history