Releases: SCasarotto/react-tec
Releases · SCasarotto/react-tec
0.6.0
0.6.0 - 9-1-2021
Breaking
- All components have now lost their
TEprefix. This was originally done as a way to reduce naming collisions but ultimately was determined to be unnecessary. - All components class names have been updated to follow a naming convention of
tec-*. This like the component name change has the goal of keeping the class names unique toreact-tecbut better match other css naming conventions. TERowis notFormRowas are the props typescript types.- Removed
react-power-selectand thusTESearchSelectInputandTESearchSelectRowhave been removed. Users should migrate toSelectandSelectRowbased onreact-select.
Changes
- Updated devDependencies:
@babel/corefrom7.12.10to7.15.0@storybook/addon-actionsfrom^6.1.18to^6.3.7@storybook/addon-essentialsfrom^6.1.18to^6.3.7@storybook/addon-linksfrom^6.1.18to^6.3.7@storybook/reactfrom^6.1.18to^6.3.7@testing-library/reactfrom11.2.5to12.0.0@types/jestfrom^27.0.1to^26.0.20@types/reactfrom^17.0.0to^17.0.19@types/react-domfrom^17.0.0to^17.0.9@types/react-helmetfrom^6.1.0to^6.1.2@types/react-router-domfrom^5.1.7to^5.1.8@types/styled-componentsfrom^5.1.7to^5.1.13babel-jestfrom^26.6.3to^27.1.0huskyfrom^5.1.0to^7.0.2jest-styled-componentsfrom^7.0.3to^7.0.5reactfrom^17.0.1to^17.0.2react-domfrom^17.0.1to^17.0.2react-isfrom^17.0.1to^17.0.2react-routerfrom^5.2.0to^5.2.1react-router-domfrom^5.2.0to^5.2.1styled-componentsfrom^5.2.1to^5.3.1tslibfrom2.0.3to2.3.1typescriptfrom^3.9.7to^4.4.2- Migrated from
tsdxto@weiran.zsd/tsdxdue totsdxno longer being maintained
- Updated Dependencies:
@popperjs/corefrom^2.8.2to^2.9.3@testing-library/jest-domfrom^5.11.9to^5.14.1@types/colorfrom^3.0.1to^3.0.2@types/react-avatar-editorfrom^10.3.5to^10.3.6@types/react-phone-number-inputfrom^3.0.6to^3.0.11@types/react-selectfrom^4.0.13to^4.0.17react-avatar-editorfrom11.0.12to12.0.0react-datepickerfrom^3.5.0to^4.2.1react-phone-number-inputfrom^3.1.16to^3.1.26react-popperfrom^2.2.3to^2.2.5react-selectfrom^4.2.1to^4.3.1
Added
- Added devDependencies:
@typescript-eslint/eslint-pluginat^4.30.0@typescript-eslint/parserat^4.30.0@weiran.zsd/tsdxat^0.16.1eslintat^7.32.0eslint-config-prettierat^8.3.0eslint-config-react-appat^6.0.0eslint-plugin-flowtypeat^5.9.2eslint-plugin-importat^2.24.2eslint-plugin-jsx-a11yat^6.4.1eslint-plugin-prettierat^4.0.0eslint-plugin-reactat^7.25.1eslint-plugin-react-hooksat^4.2.0
0.5.1
0.5.1 - 3-15-2021
Updated react-select from ^4.1.0 -> ^4.2.1 and fixed typescript definitions of TESelect and TESelectRow
0.5.0
0.5.0 - 2-22-2021
Note some of the dependency updates contain significant changes.
Changes
@babel/corefrom7.11.6to7.12.10@storybook/addon-actionsfrom^6.0.28to^6.1.18@storybook/addon-essentialsfrom^6.0.28to^6.1.18@storybook/addon-linksfrom^6.0.28to^6.1.18@storybook/reactfrom^6.0.28to^6.1.18@testing-library/reactfrom11.1.0to11.2.5@types/jestfrom^26.0.15to^26.0.20@types/reactfrom^16.9.55to^17.0.0@types/react-domfrom^16.9.9to^17.0.0@types/react-router-domfrom^5.1.6to^5.1.7@types/styled-componentsfrom^5.1.4to^5.1.7babel-loaderfrom^8.1.0to^8.2.2huskyfrom^4.2.5to^5.1.0@popperjs/corefrom^2.5.4to^2.8.2@types/react-datepickerfrom^3.1.1to^3.1.5@types/react-phone-number-inputfrom^3.0.5to^3.0.6@types/react-selectfrom^3.0.23to^4.0.13react-datepickerfrom^3.3.0to^3.5.0react-iconsfrom^3.10.0to^4.2.0react-phone-number-inputfrom^3.1.3to^3.1.16react-selectfrom^3.1.0to^4.1.0
Bug Fix
- Memoized the functions returned from
useTEPopupFunctions
0.4.3
0.4.3 - 11-9-2020
Bug Fix
- Fixed typing issue in
TESubNavbar
0.4.1
0.4.1 - 11-9-2020
Bug Fix
- Fixed typing issue in
TESideNavLink
0.4.0
0.4.0 - 11-8-2020
This was a really large update.
- Updated all packages to latest at this date
- Greatly improve types of many components
- Rebuilt docs with storybook
- Add many more tests to all components
0.3.6
0.3.6 - 3-15-2020
Changes
- Updated dependencies:
@types/react-selectfrom^3.0.10to^3.0.11react-phone-number-inputfrom^3.0.21to^3.0.22
v0.3.4
0.3.4 - 3-3-2020
Changes
- Updated devDependencies:
@types/reactfrom^16.9.20to^16.9.23@types/styled-componentsfrom^4.4.3to^5.0.1reactfrom^16.12.0to^16.13.0react-domfrom^16.12.0to^16.13.0testlibfrom^1.10.0to^1.11.1typescriptfrom^3.7.5to^3.8.3
- Updated dependencies:
react-datepickerfrom^2.12.1to^2.13.0react-phone-number-inputfrom^3.0.18to^3.0.20
v0.3.2
0.3.2 - 2-21-2020
Bug Fix
- Fixed
idbug withTEDatetimeInput. It was being appled to both inputs when usingwithPortalButton.
v0.3.0
0.3.0 - 2-20-2020
Breaking
- Be aware that
react-phone-number-inputfrom^2.4.1to^3.0.18as a result you should be sure to update how you overwrite the styling on this component as well as other concerns. - Be aware that
styled-componentsfrom^4.4.0to^5.0.1. This update requires you update to v5 however the changes had no noticeable impact on this library.
Added
TEDatetimeInputnow has a new prop.withPortalButton. The goal of this prop was to allow for both typing and the modal selection. I have found that the modal view works well on touch or smaller devices. This is something I may attempt to suggest into the core lib but for now it is just an abstraction. (#49)
Changes
- Updated devDependencies:
@types/jestfrom^24.0.20to^25.1.3@types/reactfrom^16.9.11to^16.9.21@types/react-datepickerfrom^2.9.4to^2.11.0@types/react-dom"from^16.9.4to^16.9.5@types/react-helmetfrom^5.0.14to^5.0.15@types/styled-componentsfrom^4.4.0to^4.4.3huskyfrom^3.1.0to^4.2.3rollup-plugin-peer-deps-externalfrom^2.2.0to^2.2.2styled-componentsfrom^4.4.0to^5.0.1tsdxfrom^0.11.0to^0.12.3typescriptfrom^3.6.4to^3.7.5@types/styled-componentsfrom^3.6.4to^4.4.3
- Updated dependencies:
@types/colorfrom^3.0.0to^3.0.1@types/react-selectfrom^3.0.8to^3.0.10react-datepickerfrom^2.10.0to^2.12.1react-iconsfrom^^3.8.0to^3.9.0react-phone-number-inputfrom^2.4.1to^3.0.18react-popperfrom^1.3.6to^1.3.7
Bug Fix
- A full review of component styling was reviewed when
disabled. (#46) - Quick review of component styling in Safari. Made more consistent.