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

fix: event name and raise on page size change #17890

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

lee-chase
Copy link
Member

Closes #17713

Raises the event described in the docs on page size change.

  • WARNING: Changes public API, which did not work but might be used. At least people will notice the fix.
  • Emits cds-page-sizes-select-changed as described in docs

Changelog

  • packages/web-components/src/components/pagination/pagination.ts

Testing / Reviewing

Ran up storybook and verified action is trigged. Note: only playground triggers storybook actions.

@lee-chase lee-chase requested a review from a team as a code owner October 28, 2024 10:49
Copy link

netlify bot commented Oct 28, 2024

Deploy Preview for v11-carbon-web-components ready!

Name Link
🔨 Latest commit a44ae8a
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-web-components/deploys/671f6c2497c12100086222f7
😎 Deploy Preview https://deploy-preview-17890--v11-carbon-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Oct 28, 2024

Deploy Preview for carbon-elements ready!

Name Link
🔨 Latest commit a44ae8a
🔍 Latest deploy log https://app.netlify.com/sites/carbon-elements/deploys/671f6c242a43d900080bacfb
😎 Deploy Preview https://deploy-preview-17890--carbon-elements.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Oct 28, 2024

Deploy Preview for v11-carbon-react ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit a44ae8a
🔍 Latest deploy log https://app.netlify.com/sites/v11-carbon-react/deploys/671f6c24e8a3310008a2013d
😎 Deploy Preview https://deploy-preview-17890--v11-carbon-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.45%. Comparing base (f4f3dfe) to head (a44ae8a).
Report is 23 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17890   +/-   ##
=======================================
  Coverage   80.45%   80.45%           
=======================================
  Files         406      406           
  Lines       14041    14041           
  Branches     4347     4367   +20     
=======================================
  Hits        11296    11296           
+ Misses       2579     2578    -1     
- Partials      166      167    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kennylam kennylam added the package: @carbon/web-components @carbon/web-components label Oct 28, 2024
@annawen1 annawen1 added this pull request to the merge queue Oct 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 29, 2024
@kennylam kennylam added this pull request to the merge queue Oct 29, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 29, 2024
@kennylam kennylam added this pull request to the merge queue Oct 30, 2024
Merged via the queue into carbon-design-system:main with commit e20b1c5 Oct 30, 2024
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: @carbon/web-components @carbon/web-components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Pagination page size change not functional in Web Component package
3 participants