Releases: thiagozanetti/react-intl-currency-input
Releases · thiagozanetti/react-intl-currency-input
Fixing NPM package
Fixing bugs
What's Changed
- Adding eslint and fixing bugs by @thiagozanetti in #376
Full Changelog: 0.3.1...0.3.2
Fixing paths inside npm package due to the new deployment strategy
Rebuilding the library using more modern technologies
What's Changed
- Make possible to manipulate input ref by @felps-dev in #249
- Rebuilding using more modern technologies by @thiagozanetti in #373
- Adding app publishing workflow and some minor improvements by @thiagozanetti in #374
New Contributors
- @felps-dev made their first contribution in #249
Full Changelog: 0.2.5...0.3.0
FIxing bug related to not displaying defaultValues correclty in case of a single fraction digit (when expecting at least 2)
Fixing bug related to integer inputs on defaultValue
Also bumping dependencies.
Bumping React from 16.12.0 to 16.13.0
Also minor fixes and npmignoring the example folder
Fixing typos on readme.md
Fixing typo on readme.md (#71) * Fixing typo * Bumping version
Adding instructions to run the new example
0.2.1 Adding instructions to run the new example (#70)
Rewritten using React 16
Also:
- Bumped dependencies versions;
- Rewritten the example to use cra.