File tree Expand file tree Collapse file tree 4 files changed +427
-15
lines changed
packages/dash-html-components Expand file tree Collapse file tree 4 files changed +427
-15
lines changed Original file line number Diff line number Diff line change 24
24
python -m venv venv || virtualenv venv
25
25
. venv/bin/activate
26
26
pip install -r dev-requirements.txt
27
- npm install --ignore-scripts
27
+ npm ci
28
28
29
29
- run :
30
30
name : 🏗️ Install dependencies (dash)
34
34
git clone --depth 1 [email protected] :plotly/dash-table.git
35
35
. venv/bin/activate
36
36
pip install -e ./dash-main[testing,dev] --quiet
37
- cd dash-core-components && npm install --ignore-scripts && npm run build && pip install -e . && cd ..
37
+ cd dash-core-components && npm ci && npm run build && pip install -e . && cd ..
38
38
cd dash-main/dash-renderer && npm run build && pip install -e . && cd ../..
39
- cd dash-table && npm install --ignore-scripts && npm run build && pip install -e . && cd ..
39
+ cd dash-table && npm ci && npm run build && pip install -e . && cd ..
40
40
41
41
- run :
42
42
name : 🧰 Build
Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ Unreleased]
6
+ ### Fixed
7
+ - [ #143 ] ( https://github.com/plotly/dash-html-components/pull/143 ) Fix IE11 compatibility issues and ES5 compatibility and validation
8
+
5
9
## [ 1.0.1] - 2019-08-27
6
10
### Updated
7
11
- Generated documentation
You can’t perform that action at this time.
0 commit comments