V2.0.0
With this release we updated the react-tag-commander npm package to be compatible with react 18 and the newest best practices. We also adjusted the sample app to more accurately reflect how react apps are built today.
/!\ It should be noted that we removed the higher order component withTracker in this release which is a breaking change. Please review your implementation and make the according changes. You should find a new recommended implementation in the Readme file.
Feel free to explore the details below to see if other changes are required in your application.
Details
- updated main readme to be easier to read and more concise (97d28c7)
- added readme to sample app (a2c3515)
- updated packages in sample app (2a91ac0)
- updated sample app to react 18 (7371d3f)
- removed higher order components as they are not react standard anymore (bd56395)
- added retries to window accessing functions (06996c0)
- removed legacy files (fb67515, 68598de, 55b6f8e)
- updated the example implementation for page tracking (7e40542, a2e589c)
- updated compile process to vite (e2198a1)
- updated gulp build process (7cf5064