Sourced from @observablehq/plot
's
releases.
v0.6.16
Please see the 0.6.16 release notes for examples and more!
New features
- Add the waffle mark 🧇 for comparing countable quantities. #2029 #2040
- Add support for GeoJSON data and GeoJSON property shorthand to all marks. #2092 #1745 #1172
- Add support for the tip option to the geo mark (via an implicit centroid transform). #2088 #2087 #2085 #1743
- Add support for Apache Arrow as native data, allowing channel shorthand. #191 #2030 #2096 #2115
- Add per-side and per-corner rounding options (r, rx1, ry1, etc.) to rect-like marks. #2099 #2054
- Add className mark option. Thanks,
@RLesser
! #1098- Add differenceX and shiftY. #1922
Bug fixes and other improvements
- Change the tip mark to ignore channels of literal color values. #2091 #2090
- Optimize clip path rendering. #1624
- Fix marker options on lines with variable aesthetics. #2094 #2093
- Fix the default plot height when a projection domain is set. #2102 #2063
- Fix the default plot height when the ordinal y scale domain is empty. #1864 #1856
- Fix the Voronoi mark with the pointer transform. #1622 #1623
- Fix the Voronoi mark with non-exclusive facets. #1858 #1623
- Fix detection of date columns with Apache Arrow data. #2096
New contributors
@RLesser
made their first contribution in observablehq/plot#1098Full Changelog: https://github.com/observablehq/plot/compare/v0.6.15...v0.6.16
Sourced from @observablehq/plot
's
changelog.
0.6.16
The new waffle mark 🧇 displays a quantity (or quantitative extent) for a given category; unlike a bar, a waffle is subdivided into cells that allow easier counting, making waffles useful for reading and comparing exact quantities. Plot’s waffle mark is highly configurable: it supports stacking, positive and negative values, rounded corners, partial cells for fractional counts, automatic row or column size determination (with optional override), and more!
Plot.plot({ fx: {interval: 10}, color: {legend: true}, marks: [Plot.waffleY(olympians, Plot.groupZ({y: "count"}, {fill: "sex", sort: "sex", fx: "weight", unit: 10}))] })
All marks now support GeoJSON data and GeoJSON property shorthand, making it easier to work with GeoJSON. For example, below the data
counties
is a GeoJSON FeatureCollection, andunemployment
refers to a property on each feature; the fill option is thus shorthand for(d) => d.properties.unemployment
. The geo mark now also supports the tip option (via an implicit centroid transform), making it easier to use Plot’s interactive tooltips.Plot.plot({ projection: "albers-usa", color: { type: "quantile", n: 9, scheme: "blues", label: "Unemployment (%)", legend: true }, marks: [ Plot.geo(counties, { fill: "unemployment", title: (d) => `${d.properties.name} ${d.properties.unemployment}%`, tip: true }) ] })
All marks now also support column name channel shorthand when using Apache Arrow tables as data, and we’ve added detection of Arrow date-type columns. (Arrow represents temporal data using BigInt rather than Date.)
Plot.dot(gistemp, {x: "Date", y: "Anomaly"}).plot() // gistemp is an Arrow Table!
The rect-like marks (rect, bar, cell, and frame) now support individual rounding options for each side (rx1, ry1, etc.) and corner (rx1y1, rx2y1, etc.). This allows you to round just the top side of rects. You can even use a negative corner radius on the bottom side for seamless stacking, as in the histogram of Olympic athletes below.
... (truncated)
4324fa0
implement cloneNode5478728
0.6.16 (#2122)9ea2e27
waffle multiple option (#2121)67736b1
document arrow support (#2120)0f884a2
support Apache Arrow as a normalized data representation (#2115)c911b1a
stable clip paths (#1624)699e2d6
waffle mark 🧇 (#2040)7fdbbab
fix #2117;
delete obsolete sentencea576ab3
Voronoi initializer (for pointer interactions) (#1623)6f0fe3f
Getting Started in Node.js (#2116)Sourced from @tanstack/react-table
's
releases.
v8.20.1
Version 8.20.1 - 8/3/24, 10:29 PM
Changes
Fix
- id building was not consistent when using deep accessorKey (4754) (#5430) (84cf73a) by Roman Kozodoi
Docs
- fix link to row-models doc in guide/tables.md (#5467) (55da0c3) by
@0ctothorp
- Update columns.md (#5666) (a8d1971) by squidjam
Packages
@tanstack/table-core
@8
.20.1@tanstack/angular-table
@8
.20.1@tanstack/lit-table
@8
.20.1@tanstack/qwik-table
@8
.20.1@tanstack/react-table
@8
.20.1@tanstack/solid-table
@8
.20.1@tanstack/svelte-table
@8
.20.1@tanstack/vue-table
@8
.20.1@tanstack/react-table-devtools
@8
.20.1v8.20.0
Version 8.20.0 - 8/3/24, 9:32 PM
Changes
Feat
- add support for reactivity in Vue-adapter (#5687) (ab8e318) by
@OlaAlsaker
Docs
- fixed wrong path (#5693) (f8a018d) by Hannes
Packages
@tanstack/vue-table
@8
.20.0v8.19.4
Version 8.19.4 - 8/3/24, 8:50 PM
Changes
Fix
... (truncated)
9370c9e
release: v8.20.1f269a59
release: v8.19.4Sourced from jotai's releases.
v2.9.2
A small improvement in atomFamily for edge use cases.
What's Changed
- feat(utils): atomFamily supports getParams and unstable_listen api by
@dmaskasky
in pmndrs/jotai#2685New Contributors
@junkboy0315
made their first contribution in pmndrs/jotai#2694Full Changelog: https://github.com/pmndrs/jotai/compare/v2.9.1...v2.9.2
Sourced from winston's releases.
v3.14.1
- Save a reference to console methods in console transport (#2498) e82752f
- Add
forceConsole
toConsoleTransportOptions
(#2496) 4ff0538- Bump mocha from 10.6.0 to 10.7.0 (#2489) 62acaad
- Update readme with forceConsole info (#2493) b2b79af
https://github.com/winstonjs/winston/compare/v3.14.0...v3.14.1
v3.14.0
- Add option forceConsole (#2276) b2098fd
- Set _rotate false on emit 'rotate' false (#2457) 1719275
- Bump
@babel/core
from 7.24.7 to 7.24.9 (#2485) d2859f3- Bump
@babel/preset-env
from 7.24.7 to 7.24.8 (#2487) 71e4bb1- fix: readme (#2488) 0cb8c7c
https://github.com/winstonjs/winston/compare/v3.13.1...v3.14.0
b270c4e
3.14.1e82752f
Save a reference to console methods in console transport (#2498)4ff0538
Add forceConsole
to ConsoleTransportOptions
(#2496)62acaad
Bump mocha from 10.6.0 to 10.7.0 (#2489)b2b79af
Update readme with forceConsole info (#2493)c4a15ec
3.14.0b2098fd
Add option forceConsole (#2276)1719275
Set _rotate false on emit 'rotate' false (#2457)d2859f3
Bump @babel/core
from 7.24.7 to 7.24.9 (#2485)71e4bb1
Bump @babel/preset-env
from 7.24.7 to 7.24.8 (#2487)