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

Update next-major with changes from main #3354

Merged
merged 30 commits into from
Jun 5, 2023
Merged

Update next-major with changes from main #3354

merged 30 commits into from
Jun 5, 2023

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    285f66d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    112fd2c View commit details
    Browse the repository at this point in the history
  3. docs: update to storybook v7 (#3298)

    * docs: update to storybook v7
    
    * ci: update storybook build command
    
    * docs: fix typescript errors in stories
    
    * chore: update build-storybook custom script
    
    * test(e2e): update root selector for e2e tests
    
    * chore: add storybook/csf dependency
    
    * test: update lockfile test
    
    ---------
    
    Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
    joshblack and joshblack committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ac698b5 View commit details
    Browse the repository at this point in the history
  4. Jdrush89/tree focus bug (#3300)

    * Adding example of focus bug
    
    * Not using focusInStrategy when clicking
    
    * Clearing mousedown state correctly
    
    * Adding changeset
    
    * Removing unused import
    
    * Moving mouseup handler
    jdrush89 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5d06738 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. feat(npm): add experimental entrypoint (#3295)

    * feat(npm): add experimental entrypoint
    
    * chore: add changeset
    
    ---------
    
    Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
    joshblack and joshblack committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e71d928 View commit details
    Browse the repository at this point in the history
  2. ci: release notification (#3318)

    Co-authored-by: Josh Black <joshblack@github.com>
    gr2m and joshblack committed May 24, 2023
    Configuration menu
    Copy the full SHA
    d82f505 View commit details
    Browse the repository at this point in the history
  3. SelectPanel: Add filter input label and description (#3312)

    * Make placeholderText prop optional
    
    * Add `inputLabel` prop
    
    * Add filter input description
    
    * Create early-beds-whisper.md
    
    * Document inputLabel prop
    
    * Update src/SelectPanel/SelectPanel.docs.json
    
    * Update generated/components.json
    
    ---------
    
    Co-authored-by: colebemis <colebemis@users.noreply.github.com>
    colebemis and colebemis committed May 24, 2023
    Configuration menu
    Copy the full SHA
    56c9dd2 View commit details
    Browse the repository at this point in the history
  4. SelectPanel: Add title prop (#3311)

    * Add a title prop to SelectPanel
    
    * Update generated/components.json
    
    * Create small-queens-vanish.md
    
    * Allow title to be ReactElement
    
    * Update SelectPanel stories
    
    * Update generated/components.json
    
    * Update snapshots
    
    ---------
    
    Co-authored-by: colebemis <colebemis@users.noreply.github.com>
    colebemis and colebemis committed May 24, 2023
    Configuration menu
    Copy the full SHA
    00cf2e3 View commit details
    Browse the repository at this point in the history
  5. SelectPanel: Announce changes to screen readers (#3316)

    * SelectPanel: Announce filter changes to screenreaders
    
    * Create rare-humans-watch.md
    
    * Update formatting
    colebemis committed May 24, 2023
    Configuration menu
    Copy the full SHA
    2cf7cdd View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. chore(dependencies): update @typescript-eslint/* (#3307)

    Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
    joshblack and joshblack committed May 25, 2023
    Configuration menu
    Copy the full SHA
    9e7681c View commit details
    Browse the repository at this point in the history
  2. Remove chroma-js dependency (#3325)

    * remove chroma.valid to drop chroma-js dependency
    
    * Create rotten-dogs-hang.md
    siddharthkp committed May 25, 2023
    Configuration menu
    Copy the full SHA
    3ece2f6 View commit details
    Browse the repository at this point in the history
  3. Update accessibility-alt-text-bot.yml (#3326)

    * Update accessibility-alt-text-bot.yml
    
    ### What
    
    The accessibility-alt-text-bot workflow does not have permissions to write a comment on an issue. This is likely due to how permissions are setup in this repo. In order to keep permissions, at the repo level, unchanged, we need to add permission directly to the workflow. 
    
    I also took this as an opportunity to bump the alt-text-bot version and give you access to reminders in discussions
    
    * format
    
    * add  contents
    
    * add  contents
    kendallgassner committed May 25, 2023
    Configuration menu
    Copy the full SHA
    a71bb60 View commit details
    Browse the repository at this point in the history
  4. Remove aria-hidden=true from spans with required asterisk (#3320)

    * Remove aria-hidden=true from spans with required asterisk
    
    * Create pink-beds-fetch.md
    
    ---------
    
    Co-authored-by: Cole Bemis <colebemis@github.com>
    adrianababakanian and colebemis committed May 25, 2023
    Configuration menu
    Copy the full SHA
    47b7ea0 View commit details
    Browse the repository at this point in the history
  5. Update PageLayout docs around <main> usage (#3323)

    * Update `PageLayout` docs around `<main>` usage
    
    * Update generated/components.json
    
    * Fix links
    
    ---------
    
    Co-authored-by: TylerJDev <TylerJDev@users.noreply.github.com>
    TylerJDev and TylerJDev committed May 25, 2023
    Configuration menu
    Copy the full SHA
    e1904b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1395e9 View commit details
    Browse the repository at this point in the history
  7. NavList: Fix group dividers (#3328)

    * Fix NavLIst.Group dividers
    
    * Use first-of-type instead of first-child
    
    * Update snapshots and stories
    colebemis committed May 25, 2023
    Configuration menu
    Copy the full SHA
    1fd6d32 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Refactor FilteredActionList to address a11y violations and use new Ac…

    …tionList. (#3247)
    
    * Update FilteredActionList to use non-deprecated ActionList.
    
    * Use non-deprecated ActionList in FilteredActionList.
    
    * Fix a11y issues in FilteredActionList story.
    
    * Add prop to hide selection component if needed.
    
    * Remove unused hook import.
    
    * Get SavedReplies to look as it did with deprecated ActionList.
    
    * Fix failing test.
    
    * Create weak-jokes-chew.md
    
    * Update generated/components.json
    
    * Fix themePreval snapshot.
    
    * Linting fixes.
    
    * Fix type-check errors.
    
    * Update themePreval snapshot again.
    
    * Fix themePreval snapshot to match origin. Unsure why it's not generating the same way.
    
    * Hide selections in MarkdownEditor saved replies.
    
    * Remove hideSelection prop and add defaultRenderFn to FilteredActionList so these don't have to be defined manually everywhere.
    
    * Fix selection rendering (needed explicit selected boolean) and fix SelectPanel docs.
    
    * Pass selectionVariant illegally to SelectPanel in src/MarkdownEditor/_SavedReplies.tsx so Selection components don't render.
    
    * Remove remaining references of hideSelection prop.
    
    * Update changeset to reflect that changes impact SelectPanel.
    
    * Remove renderFn prop from SelectPanel and use default for FilteredActionList, which seems to cover most cases.
    
    * Fix truncation in SavedReplies descriptions.
    
    * Update generated/components.json
    
    * Fix linting error.
    
    * Don't make renderFn a prop (if we need to make this configurable, we can expose it later. Use maxWidth 100% for SavedReplies truncation.
    
    * Use showDividers prop in SelectPanel story.
    
    * Formatting.
    
    * Add temporary support for showItemDividers prop to SelectPanel to keep backwards compatibility.
    
    * Support passing deprecated showItemDividers prop in ActionList.
    
    ---------
    
    Co-authored-by: radglob <radglob@users.noreply.github.com>
    radglob and radglob committed May 26, 2023
    Configuration menu
    Copy the full SHA
    e865e3e View commit details
    Browse the repository at this point in the history
  2. Add PostCSS color var fallback for upcoming CSS work (#3278)

    * add fallback plugin
    
    * Update rollup.config.js
    
    Co-authored-by: Josh Black <joshblack@github.com>
    
    * remove fallbacks from source
    
    * add back conflict free package-lock
    
    * use lockfileVersion 3
    
    ---------
    
    Co-authored-by: Josh Black <joshblack@github.com>
    Co-authored-by: Siddharth Kshetrapal <siddharthkp@github.com>
    3 people committed May 26, 2023
    Configuration menu
    Copy the full SHA
    60ebd51 View commit details
    Browse the repository at this point in the history
  3. Move theme dependencies on lodash from devDependencies to dependencies (

    #3332)
    
    * move theme deps from devDependencies
    
    * Create eleven-sloths-laugh.md
    siddharthkp committed May 26, 2023
    Configuration menu
    Copy the full SHA
    ff8c685 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. chore(deps-dev): bump terser from 5.16.1 to 5.17.6 (#3336)

    Bumps [terser](https://github.com/terser/terser) from 5.16.1 to 5.17.6.
    - [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
    - [Commits](terser/terser@v5.16.1...v5.17.6)
    
    ---
    updated-dependencies:
    - dependency-name: terser
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 30, 2023
    Configuration menu
    Copy the full SHA
    30c7c97 View commit details
    Browse the repository at this point in the history
  2. chore(deps-dev): bump micromark-extension-mdxjs from 1.0.0 to 1.0.1 (#…

    …3337)
    
    Bumps [micromark-extension-mdxjs](https://github.com/micromark/micromark-extension-mdxjs) from 1.0.0 to 1.0.1.
    - [Release notes](https://github.com/micromark/micromark-extension-mdxjs/releases)
    - [Commits](micromark/micromark-extension-mdxjs@1.0.0...1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: micromark-extension-mdxjs
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 30, 2023
    Configuration menu
    Copy the full SHA
    8d4f5b6 View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): bump @storybook/addon-essentials from 7.0.12 to 7.0.…

    …18 (#3338)
    
    Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) from 7.0.12 to 7.0.18.
    - [Release notes](https://github.com/storybookjs/storybook/releases)
    - [Changelog](https://github.com/storybookjs/storybook/blob/v7.0.18/CHANGELOG.md)
    - [Commits](https://github.com/storybookjs/storybook/commits/v7.0.18/code/addons/essentials)
    
    ---
    updated-dependencies:
    - dependency-name: "@storybook/addon-essentials"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed May 30, 2023
    Configuration menu
    Copy the full SHA
    e64ecbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    536a93b View commit details
    Browse the repository at this point in the history
  5. chore(deps-dev): bump prettier from 2.8.1 to 2.8.8 (#3335)

    * chore(deps-dev): bump prettier from 2.8.1 to 2.8.8
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.8.1 to 2.8.8.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.8.1...2.8.8)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: run prettier
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Josh Black <joshblack@users.noreply.github.com>
    Co-authored-by: Josh Black <joshblack@github.com>
    3 people committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1665a1b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. fix: prevent closing menu when event.preventDefault() is called on …

    …`ActionList.Item`'s `onSelect` handler by @gr2m (#3346)
    
    * fix: prevent closing menu when `event.preventDefault()` is called on `ActionList.Item`'s `onSelect` handler (#3163)
    
    * test: prevent closing menu when `event.preventDefault()` is called on `ActionList.Item`'s `onSelect` handler
    
    Failing test for #3162
    
    * fix: prevent closing menu when `event.preventDefault()` is called on `ActionList.Item`ߴs `onSelect` handler
    
    * add storybook example: Delayed Menu Close
    
    * update docs
    
    * docs: changeset
    
    * Update changelog
    
    ---------
    
    Co-authored-by: Siddharth Kshetrapal <siddharthkp@github.com>
    
    * Update generated/components.json
    
    ---------
    
    Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com>
    Co-authored-by: siddharthkp <siddharthkp@users.noreply.github.com>
    3 people committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6304923 View commit details
    Browse the repository at this point in the history
  2. Loosen @primitives dependency (#3350)

    * add caret
    
    * Create fluffy-pants-play.md
    langermank committed May 31, 2023
    Configuration menu
    Copy the full SHA
    524120c View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    92f24a7 View commit details
    Browse the repository at this point in the history
  2. Changes alignment of form control validation message icon (#3121)

    * changes alignment of validation message icon
    
    * Create .changeset/big-days-obey.md
    
    * updates snapshots
    
    * updates snapshots again
    
    * refactors layout styles
    
    * test(vrt): update snapshots
    
    ---------
    
    Co-authored-by: joshblack <joshblack@users.noreply.github.com>
    mperrotti and joshblack committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    3ad5648 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    1fc33cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a396ff4 View commit details
    Browse the repository at this point in the history