@d3fc/d3fc-brush
Advanced tools
Comparing version 2.1.5 to 3.0.0
@@ -6,2 +6,19 @@ # Change Log | ||
# 3.0.0 (2020-04-16) | ||
### chore | ||
* consolidate dependencies ([79b7d1f](https://github.com/d3fc/d3fc/commit/79b7d1f)) | ||
### BREAKING CHANGES | ||
* d3fc no longer has a direct dependency on d3. Add the | ||
dependency directly to your package instead. | ||
## [2.1.5](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-brush@2.1.4...@d3fc/d3fc-brush@2.1.5) (2020-04-02) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@d3fc/d3fc-brush", | ||
"version": "2.1.5", | ||
"version": "3.0.0", | ||
"description": "Adapts the D3 brush, making it easier to create data-driven brushed charts.", | ||
@@ -21,23 +21,18 @@ "license": "MIT", | ||
"test": "npx jasmine --config=../../scripts/jasmine.json", | ||
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-brush", | ||
"screenshots": "node ../../scripts/screenshot.js -- --selector #main-chart" | ||
"start": "npm start --prefix ../d3fc -- --configPkg=d3fc-brush" | ||
}, | ||
"devDependencies": { | ||
"@d3fc/d3fc-chart": "^3.1.5", | ||
"@d3fc/d3fc-extent": "^3.2.0", | ||
"@d3fc/d3fc-random-data": "^3.1.0", | ||
"d3": "^4.2.5" | ||
}, | ||
"dependencies": { | ||
"@d3fc/d3fc-data-join": "^5.1.0", | ||
"@d3fc/d3fc-rebind": "^5.0.10", | ||
"d3-brush": "^1.0.3", | ||
"d3-dispatch": "^1.0.2", | ||
"d3-scale": "^1.0.3", | ||
"d3-selection": "^1.0.2" | ||
"@d3fc/d3fc-data-join": "^6.0.0", | ||
"@d3fc/d3fc-rebind": "^6.0.0" | ||
}, | ||
"peerDependencies": { | ||
"d3-brush": "*", | ||
"d3-dispatch": "*", | ||
"d3-scale": "*", | ||
"d3-selection": "*" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "6c2f06364902fd6a95652f93f5dfea8f1cd12205" | ||
"gitHead": "42460bbd9e769aa24b07ae8e6dc7037c63d3bea8" | ||
} |
@@ -5,3 +5,3 @@ # d3fc-brush | ||
<img src="screenshots/screenshot.png"/> | ||
<img src="https://d3fc.io/examples/brush-navigator/screenshot.png" /> | ||
@@ -113,3 +113,3 @@ [Main D3FC package](https://github.com/d3fc/d3fc) | ||
<a name="brushY" href="#brushY">#</a> fc.**brushY**() | ||
<a name="brushY" href="#brushY">#</a> fc.**brushY**() | ||
@@ -132,3 +132,3 @@ Creates a new one-dimensional brush along the y-dimension. | ||
<a name="xScale" href="#xScale">#</a> *brush*.**xScale**(*scale*) | ||
<a name="xScale" href="#xScale">#</a> *brush*.**xScale**(*scale*) | ||
<a name="yScale" href="#yScale">#</a> *brush*.**yScale**(*scale*) | ||
@@ -135,0 +135,0 @@ |
0
36662
9
249
+ Added@d3fc/d3fc-data-join@6.0.3(transitive)
+ Added@d3fc/d3fc-rebind@6.0.1(transitive)
+ Addedd3-array@3.2.4(transitive)
+ Addedd3-brush@3.0.0(transitive)
+ Addedd3-color@3.1.0(transitive)
+ Addedd3-dispatch@3.0.1(transitive)
+ Addedd3-drag@3.0.0(transitive)
+ Addedd3-ease@3.0.1(transitive)
+ Addedd3-format@3.1.0(transitive)
+ Addedd3-interpolate@3.0.1(transitive)
+ Addedd3-scale@4.0.2(transitive)
+ Addedd3-selection@3.0.0(transitive)
+ Addedd3-time@3.1.0(transitive)
+ Addedd3-time-format@4.1.0(transitive)
+ Addedd3-timer@3.0.1(transitive)
+ Addedd3-transition@3.0.1(transitive)
+ Addedinternmap@2.0.3(transitive)
- Removedd3-brush@^1.0.3
- Removedd3-dispatch@^1.0.2
- Removedd3-scale@^1.0.3
- Removedd3-selection@^1.0.2
- Removed@d3fc/d3fc-data-join@5.1.0(transitive)
- Removed@d3fc/d3fc-rebind@5.0.10(transitive)
- Removedd3-array@1.2.4(transitive)
- Removedd3-brush@1.1.6(transitive)
- Removedd3-collection@1.0.7(transitive)
- Removedd3-color@1.4.1(transitive)
- Removedd3-dispatch@1.0.6(transitive)
- Removedd3-drag@1.2.5(transitive)
- Removedd3-ease@1.0.7(transitive)
- Removedd3-format@1.4.5(transitive)
- Removedd3-interpolate@1.4.0(transitive)
- Removedd3-scale@1.0.7(transitive)
- Removedd3-selection@1.4.2(transitive)
- Removedd3-time@1.1.0(transitive)
- Removedd3-time-format@2.3.0(transitive)
- Removedd3-timer@1.0.10(transitive)
- Removedd3-transition@1.3.2(transitive)
Updated@d3fc/d3fc-data-join@^6.0.0
Updated@d3fc/d3fc-rebind@^6.0.0