Skip to content

0.6.0

Latest
Compare
Choose a tag to compare
@SCasarotto SCasarotto released this 02 Sep 12:55
· 1 commit to master since this release
4ea9ad4

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
    • @types/react-select from ^4.0.13 to ^4.0.17
    • react-avatar-editor from 11.0.12 to 12.0.0
    • react-datepicker from ^3.5.0 to ^4.2.1
    • react-phone-number-input from ^3.1.16 to ^3.1.26
    • react-popper from ^2.2.3 to ^2.2.5
    • react-select from ^4.2.1 to ^4.3.1

Added

  • Added devDependencies:
    • @typescript-eslint/eslint-plugin at ^4.30.0
    • @typescript-eslint/parser at ^4.30.0
    • @weiran.zsd/tsdx at ^0.16.1
    • eslint at ^7.32.0
    • eslint-config-prettier at ^8.3.0
    • eslint-config-react-app at ^6.0.0
    • eslint-plugin-flowtype at ^5.9.2
    • eslint-plugin-import at ^2.24.2
    • eslint-plugin-jsx-a11y at ^6.4.1
    • eslint-plugin-prettier at ^4.0.0
    • eslint-plugin-react at ^7.25.1
    • eslint-plugin-react-hooks at ^4.2.0