-
Notifications
You must be signed in to change notification settings - Fork 22
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
Release 9.3.0 #513
Merged
Merged
Release 9.3.0 #513
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…3--changes-to-location-page-to-show-links-to-all-locations
…3--changes-to-location-page-to-show-links-to-all-locations
* Update README.md fixed broken link in RideShare Report example URL * add changelog
…3--changes-to-location-page-to-show-links-to-all-locations
…502) * Replace bower usage with NPM * Fix audit findings * Resolve build errors
…location-page-to-show-links-to-all-locations Patternlab/DP-12843 changes to location page to show links to all locations
…nputCurrency. (#503) * Prevents min/max from being past on InputNumber and InputCurrency. * Adds changelog. * Adds back in min/max controls, removes unused code in Input. * Prevents changing input value to number on focus. * Updates changelog, prevents changing inputcurrency from strings to numbers on focus. * Prevents going beyond min/max onBlur of InputCurrency or InputNumber. * change inputNumber story min max to 0 100 * Updates backstop. * Fixes onBlur bug. * Bug fixes. * change story default min/max for ease of testing * Fixes bug that prevented InputNumber from being empty. * Removes unused imports, code styling fixes. * Fixes onBlur to work with min/max, empty values. * Update react/src/components/atoms/forms/InputNumber/index.js Co-Authored-By: smurrayatwork <[email protected]> * Update react/src/components/atoms/forms/InputNumber/index.js Co-Authored-By: smurrayatwork <[email protected]> * Fixes required validation on InputNumber. * approve screenshots * Fixes onChange formatting for InputCurrency. * Removing on the fly formatting due to bugs with cents onkeydown. * Bug fixes. * Bug fixes. * remove removed functionality from changelog
mrossi113
approved these changes
Mar 20, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
9.3.0 (03/20/2019)
Changed
sidebar sidebar--colored
in sidebar. DP-12682/DP-12682 How to page template mapping #485Removed
Added
Fixed