Tags: hmnzr/microsoft-teams-apps-greatideas
Tags
Bump applicationinsights-web package to 2.5.7 (OfficeDev#10) Update the application insights package to be in sync with applicationinsights-react-js SDK version. As reported in application insights GitHub issue microsoft/ApplicationInsights-JS#1346, there are 2 SDKs of applicationinsights-web gets downloaded during deployment with different version and in turn causing conflicts due to version mismatch. note: the fix will temporarily solve the build failure issue. It will be permanently fixed by removing the conflict dependency of applicationinsights-web from dependent components.
Bug fix in ARM deployment file and minor UI fixes (OfficeDev#7) * [Fix] - UI bug fix for image icon in manage category screen * [Fix] - Updated package.json by removing unwanted packages and added dev dependencies of react-script and typescript * [Fix] - the manifest file of curator is missing a comma after description section. This caused the failure to upload the Teams application package due to invalid JSON. The manifest files of end user can have a fixed entity tabs to ease set up process. * [Fix] - removing the package-lock.json file from the source control in order to create the new file everytime the build occurs. This will remove the dependency of checksum mismatch during build by kudu.