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

chore: release main #7571

Merged
merged 2 commits into from
Sep 1, 2023
Merged

chore: release main #7571

merged 2 commits into from
Sep 1, 2023

Conversation

calcite-admin
Copy link
Contributor

@calcite-admin calcite-admin commented Aug 22, 2023

🤖 I have created a release beep boop

@esri/calcite-components: 1.7.0

1.7.0 (2023-09-01)

Features

  • action-bar, action-pad, action-group: Add label properties for group context (#7415) (b34f36d)
  • combobox: Add single-persist selection mode (#7583) (dab06a3)
  • flow: Add support for custom flow-item elements (#7608) (197adfe)
  • input-date-picker: Normalize year to current century for user typed values only (#7638) (a1db718)
  • input-number: Add integer property (#7646) (cd66a6d)
  • input-time-picker: Support fractional seconds (#7532) (c2bf34b)
  • meter: Add Meter component (#7401) (47163ed)
  • sheet: Add Sheet component (#7561) (f12a393)
  • sheet: Update default widths (#7617) (47d2c0b)
  • shell: Add "Sheets" Slot (#7579) (e798765)
  • table: Add Table and related components (#7607) (b067e72)

Bug Fixes

  • accordion, accordion-item: Improve a11y (#7560) (b5170b6)
  • Add drag styles for improved UX (#7644) (afbb764)
  • block, block-section: Improve a11y (#7557) (1f44f6b)
  • chip-group: Add existence checks (#7586) (5ca64f1)
  • color-picker: Update value when alphaChannel is toggled (#7563) (1f753dd)
  • combobox: Prevent deselecting items via keyboard in single-persist mode (#7634) (4f5f8b0)
  • combobox: Update combobox height to follow design spec (#7558) (ec08845)
  • date-picker: Set start of week to monday in zh-CN (#7578) (7e385cb)
  • dropdown: Prevents navigating dropdown items with Tab key (#7527) (3ea658d)
  • Ensure label only focuses the first labelable child (#7553) (426159c)
  • flow: Catch error when beforeBack promise is rejected (#7601) (cb70671)
  • input-date-picker, input-time-picker: Do not show dropdown affordance when read-only (#7559) (5a3f19c)
  • input, input-number: Correctly sanitize numbers when pasting string with 'e' (#7648) (b8bc11c)
  • list, sortable-list, value-list: Emit calciteListOrderChange when dragging between lists (#7614) (4653581)
  • list: Fixes dragging nested list items (#7555) (c25f7b3)
  • list: Stop emitting calciteListChange when a list-item is disabled or closed. (#7624) (7008463)
  • loader: Tweak loading animations to work in Safari (#7564) (2103654)
  • modal: Catch error when beforeClose promise is rejected (#7600) (70405d0)
  • modal: Handle removal of open attribute and prevent multiple beforeClose calls (#7470) (f31588f)
  • rating: Adds focus outline on click (#7341) (af30073)
  • segmented-control: Refresh items when added dynamically (#7567) (2e36eb3)
  • split-button: Update divider and borders to follow design spec (#7568) (8df59ab)
  • tree-item: Move focus outline to item label area (#7581) (1327cef)
  • tree-item: Updates state when selection changes programmatically for selection-mode='ancestors' (#7572) (40758c5)
  • tree: Improve keyboard navigation (#7618) (826a5cb)
@esri/calcite-components-react: 1.7.0

1.7.0 (2023-09-01)

Bug Fixes

  • Make sure components are defined in environments like in codesandbox (#7632) (7005cce)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @esri/calcite-components bumped from ^1.7.0-next.22 to ^1.7.0

This PR was generated with Release Please. See documentation.

@calcite-admin calcite-admin added the autorelease: pending Pull request created by release-please which will deploy to latest when merged label Aug 22, 2023
@github-actions github-actions bot added the chore Issues with changes that don't modify src or test files. label Aug 22, 2023
@calcite-admin calcite-admin force-pushed the release-please--branches--main branch 23 times, most recently from 2ce046b to b4435c4 Compare August 24, 2023 22:01
@calcite-admin calcite-admin force-pushed the release-please--branches--main branch 16 times, most recently from 81b769b to 43e63a8 Compare September 1, 2023 04:26
Copy link
Member

@benelan benelan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🚢

@benelan benelan added the skip visual snapshots Pull requests that do not need visual regression testing. label Sep 1, 2023
@benelan benelan merged commit 784cc25 into main Sep 1, 2023
15 checks passed
@benelan benelan deleted the release-please--branches--main branch September 1, 2023 05:05
@calcite-admin
Copy link
Contributor Author

@calcite-admin
Copy link
Contributor Author

@calcite-admin calcite-admin added autorelease: tagged Pull requests created by release-please that were merged and deployed and removed autorelease: pending Pull request created by release-please which will deploy to latest when merged labels Sep 1, 2023
benelan added a commit that referenced this pull request Sep 1, 2023
…-log-grouping

* origin/main:
  chore: release main (#7571)
  chore: release next
  fix(block, block-section): improve a11y (#7557)
benelan added a commit that referenced this pull request Sep 1, 2023
* origin/main: (35 commits)
  ci: make sure to exit on maitenance milestone failure (#7656)
  chore: release next
  fix(block): provide textual name on collapse and expansion to AT (#7652)
  chore: release main (#7571)
  chore: release next
  fix(block, block-section): improve a11y (#7557)
  chore: release next
  fix: add drag styles for improved UX (#7644)
  fix(input, input-number): correctly sanitize numbers when pasting string with 'e' (#7648)
  chore: release next
  feat(flow): add support for custom flow-item elements (#7608)
  chore: release next
  fix(list, sortable-list, value-list): Emit calciteListOrderChange when dragging between lists (#7614)
  feat(input-number): add integer property (#7646)
  chore: release next
  fix(accordion, accordion-item): improve a11y (#7560)
  refactor(stepper, stepper-item): `getElementProp` is refactored out in favor of inheritable props set directly on parent (#7593)
  docs(contributing): update the commit message format example URL (#7641)
  chore: release next
  feat(input-date-picker): normalize year to current century for user typed values only (#7638)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorelease: tagged Pull requests created by release-please that were merged and deployed chore Issues with changes that don't modify src or test files. skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants