You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
0.6.0 - 9-1-2021
Breaking
All components have now lost their TE prefix. 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 to react-tec but better match other css naming conventions.
TERow is not FormRow as are the props typescript types.
Removed react-power-select and thus TESearchSelectInput and TESearchSelectRow have been removed. Users should migrate to Select and SelectRow based on react-select.
Changes
Updated devDependencies:
@babel/core from 7.12.10 to 7.15.0
@storybook/addon-actions from ^6.1.18 to ^6.3.7
@storybook/addon-essentials from ^6.1.18 to ^6.3.7
@storybook/addon-links from ^6.1.18 to ^6.3.7
@storybook/react from ^6.1.18 to ^6.3.7
@testing-library/react from 11.2.5 to 12.0.0
@types/jest from ^27.0.1 to ^26.0.20
@types/react from ^17.0.0 to ^17.0.19
@types/react-dom from ^17.0.0 to ^17.0.9
@types/react-helmet from ^6.1.0 to ^6.1.2
@types/react-router-dom from ^5.1.7 to ^5.1.8
@types/styled-components from ^5.1.7 to ^5.1.13
babel-jest from ^26.6.3 to ^27.1.0
husky from ^5.1.0 to ^7.0.2
jest-styled-components from ^7.0.3 to ^7.0.5
react from ^17.0.1 to ^17.0.2
react-dom from ^17.0.1 to ^17.0.2
react-is from ^17.0.1 to ^17.0.2
react-router from ^5.2.0 to ^5.2.1
react-router-dom from ^5.2.0 to ^5.2.1
styled-components from ^5.2.1 to ^5.3.1
tslib from 2.0.3 to 2.3.1
typescript from ^3.9.7 to ^4.4.2
Migrated from tsdx to @weiran.zsd/tsdx due to tsdx no longer being maintained
Updated Dependencies:
@popperjs/core from ^2.8.2 to ^2.9.3
@testing-library/jest-dom from ^5.11.9 to ^5.14.1
@types/color from ^3.0.1 to ^3.0.2
@types/react-avatar-editor from ^10.3.5 to ^10.3.6
@types/react-phone-number-input from ^3.0.6 to ^3.0.11