This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Releases: OfficeDev/microsoft-teams-apps-greatideas
Releases · OfficeDev/microsoft-teams-apps-greatideas
Great Ideas App Template
Microsoft app insights react package sync (#15) Microsoft application insights react JS package version needs to be updated to 3.0.2 in order to be in sync with applicationinsights-web npm package. Microsoft app insights team has upgraded the package to be always in sync for further releases as mentioned https://github.com/microsoft/ApplicationInsights-JS/issues/1346 Based on the appinsights teams recommendation that applicationinsights-web should be 2.5.7^ to work with applicaitoninsights-react-js packages.
Great Ideas App Template
192684 Merge pull request #14 from OfficeDev/yashrajmungale-patch-legalnotic…
Great Ideas App Template
Bump applicationinsights-web package to 2.5.7 (#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.
Great Ideas App Template
Bug fix in ARM deployment file and minor UI fixes (#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.
Great Ideas App Template
Adding missing npm package libraries reference to fix build error. (#2) Adding missing npm package libraries "react-scripts": "3.4.1" and "typescript": "3.9.3" which leads to build error during deployment.