Closed micahjones13 closed 1 year ago
Latest commit: 0adc5ce5e2d839e381c70148a2751b5664fbdc65
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Link |
---|---|
Latest commit | 0adc5ce5e2d839e381c70148a2751b5664fbdc65 |
Latest deploy log | https://app.netlify.com/sites/astro-stencil/deploys/646e6991cab4010008794d14 |
Deploy Preview | https://deploy-preview-1144--astro-stencil.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Name | Link |
---|---|
Latest commit | 0adc5ce5e2d839e381c70148a2751b5664fbdc65 |
Latest deploy log | https://app.netlify.com/sites/astro-preview/deploys/646e699169a2120007e25627 |
Deploy Preview | https://deploy-preview-1144--astro-preview.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
good question. that makes sense to me but we should see what ux thinks. and if we did make that the default behavior, would someone be able to opt out of it if they needed?
Brief Description
Changes progress to respect max instead of changing max to equal value when value gets beyond max. This seems to be legacy functionality and isn't justified anymore. Was brought up in the demo day and was declared a bug. This fix swaps the (backwards) functionality of max changing to equal value with value instead changing to equal max if value is being incremented past the max prop.
Updates a test.
JIRA Link
https://rocketcom.atlassian.net/browse/ASTRO-6244
Related Issue
General Notes
Motivation and Context
Noticed by user. Makes progress act as you would expect
Issues and Limitations
Types of changes
Checklist