This commit is contained in:
Vishwam Subramanyam 2018-11-20 21:20:49 -08:00
Родитель 0b53f3c4f6
Коммит 11c6c93df4
3 изменённых файлов: 37 добавлений и 1 удалений

15
CHANGELOG.md Normal file
Просмотреть файл

@ -0,0 +1,15 @@
# CHANGELOG
## v2.0.0
### Modified
- Switched to Create React App v2, which supports typescript and sass without ejecting. **This project is no longer a fork of CRA and does not provide a CLI anymore:** to create an Azure IoT UX solution, fork this repo and start modifying `src/pages/App.tsx`.
This change allows us to track the upstream dependencies (React, Webpack, Babel) and get fixes automatically: this work was prompted because webpack-dev-server@2 has a high-severity vulnerability which is not fixed till its v3. However, its v3 depends on webpack@4, which breaks a lot of our existing webpack scripts.
### Deprecated
- @microsoft/azure-iot-react-scripts
- @microsoft/azure-iot-create-react-app
## v1.0.0
### Added
- Forked [Create React App](https://github.com/facebook/create-react-app) and modified its react-scripts to support typescript, sass, i18-next, Azure IoT Fluent Controls and CSS.

21
LICENSE Normal file
Просмотреть файл

@ -0,0 +1,21 @@
MIT License
Copyright (c) Microsoft Corporation. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/azure-iot-ux-baseline",
"version": "1.0.0",
"version": "2.0.0",
"private": true,
"dependencies": {
"@microsoft/azure-iot-ux-fluent-controls": "^5.0.0",