Skip to content

Commit 52e7fef

Browse files
Release v3.2.0
1 parent 0ca8434 commit 52e7fef

12 files changed

Lines changed: 27 additions & 28 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "respvis",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A library to build responsive SVG-based visualisations.",
55
"main": "./package/dependency-based/cjs/respvis.js",
66
"module": "./package/dependency-based/esm/respvis.js",

src/examples/barcharts/barchart/barchart.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import data from './data/austrian-cities.js'
44
// Note that no watcher is configured for dependency-based modules, so live coding will not work
55
// when making changes in ts source code
66
// import {BarChart, BarChartUserArgs} from './libs/respvis/respvis-bar.js'
7+
// import {format, select} from './libs/respvis/respvis-core.js'
78
import {BarChart, BarChartUserArgs, format, select} from './libs/respvis/respvis.js'
89

910
export async function createBarCart(selector: string) {

src/packages/respvis-bar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "respvis-bar",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A library to build responsive SVG-based visualisations.",
55
"main": "./package/dependency-based/cjs/respvis-bar.js",
66
"module": "./package/dependency-based/esm/respvis-bar.js",
@@ -28,7 +28,7 @@
2828
"homepage": "https://github.com/tugraz-isds/respvis#readme",
2929
"peerDependencies": {
3030
"d3": "^7.2.1",
31-
"respvis-core": "^3.1.0",
32-
"respvis-cartesian": "^3.1.0"
31+
"respvis-core": "^3.2.0",
32+
"respvis-cartesian": "^3.2.0"
3333
}
3434
}

src/packages/respvis-cartesian/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "respvis-cartesian",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A library to build responsive SVG-based visualisations.",
55
"main": "./package/dependency-based/cjs/respvis-cartesian.js",
66
"module": "./package/dependency-based/esm/respvis-cartesian.js",
@@ -28,6 +28,6 @@
2828
"homepage": "https://github.com/tugraz-isds/respvis#readme",
2929
"peerDependencies": {
3030
"d3": "^7.2.1",
31-
"respvis-core": "^3.1.0"
31+
"respvis-core": "^3.2.0"
3232
}
3333
}

src/packages/respvis-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "respvis-core",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A library to build responsive SVG-based visualisations.",
55
"main": "./package/dependency-based/cjs/respvis-core.js",
66
"module": "./package/dependency-based/esm/respvis-core.js",
@@ -28,6 +28,6 @@
2828
"homepage": "https://github.com/tugraz-isds/respvis#readme",
2929
"peerDependencies": {
3030
"d3": "^7.2.1",
31-
"respvis-tooltip": "^3.1.0"
31+
"respvis-tooltip": "^3.2.0"
3232
}
3333
}

src/packages/respvis-line/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "respvis-line",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A library to build responsive SVG-based visualisations.",
55
"main": "./package/dependency-based/cjs/respvis-line.js",
66
"module": "./package/dependency-based/esm/respvis-line.js",
@@ -28,8 +28,8 @@
2828
"homepage": "https://github.com/tugraz-isds/respvis#readme",
2929
"peerDependencies": {
3030
"d3": "^7.2.1",
31-
"respvis-core": "^3.1.0",
32-
"respvis-cartesian": "^3.1.0",
33-
"respvis-point": "^3.1.0"
31+
"respvis-core": "^3.2.0",
32+
"respvis-cartesian": "^3.2.0",
33+
"respvis-point": "^3.2.0"
3434
}
3535
}

src/packages/respvis-parcoord/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "respvis-parcoord",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A library to build responsive SVG-based visualisations.",
55
"main": "./package/dependency-based/cjs/respvis-parcoord.js",
66
"module": "./package/dependency-based/esm/respvis-parcoord.js",
@@ -28,7 +28,7 @@
2828
"homepage": "https://github.com/tugraz-isds/respvis#readme",
2929
"peerDependencies": {
3030
"d3": "^7.2.1",
31-
"respvis-core": "^3.1.0",
32-
"respvis-line": "^3.1.0"
31+
"respvis-core": "^3.2.0",
32+
"respvis-line": "^3.2.0"
3333
}
3434
}

src/packages/respvis-point/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "respvis-point",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A library to build responsive SVG-based visualisations.",
55
"main": "./package/dependency-based/cjs/respvis-point.js",
66
"module": "./package/dependency-based/esm/respvis-point.js",
@@ -28,7 +28,7 @@
2828
"homepage": "https://github.com/tugraz-isds/respvis#readme",
2929
"peerDependencies": {
3030
"d3": "^7.2.1",
31-
"respvis-core": "^3.1.0",
32-
"respvis-cartesian": "^3.1.0"
31+
"respvis-core": "^3.2.0",
32+
"respvis-cartesian": "^3.2.0"
3333
}
3434
}

src/packages/respvis-point/ts/data/radius/base-radius.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
BreakpointPropertyUserArgs,
44
isBreakpointPropertyUserArgsResponsive,
55
validateBreakpointProperty
6-
} from "respvis-core/data/responsive-property/breakpoint-property";
6+
} from "respvis-core";
77

88
export type BaseRadiusUserArgs = BreakpointPropertyUserArgs<number>
99
export type BaseRadius = BreakpointProperty<number> | number

src/packages/respvis-point/ts/data/radius/bubble-radius.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
import {
22
BaseAxis,
33
BaseAxisUserArgs,
4+
BreakpointProperty,
5+
BreakpointPropertyOptional,
6+
BreakpointPropertyUserArgs,
47
DataSeries,
58
ErrorMessages,
69
Renderer,
710
ScaledValuesNumeric,
811
ScaledValuesNumericUserArgs,
912
ScaleNumeric,
1013
validateBaseAxis,
14+
validateBreakpointProperty,
1115
validateScaledValuesSpatial
1216
} from "respvis-core";
13-
import {
14-
BreakpointProperty,
15-
BreakpointPropertyOptional,
16-
BreakpointPropertyUserArgs,
17-
validateBreakpointProperty
18-
} from "respvis-core/data/responsive-property";
1917
import {Extrema, isExtrema} from "./extrema";
2018
import {scaleLinear} from "d3";
2119

0 commit comments

Comments
 (0)