Skip to content

Releases: relative-ci/bundle-stats

v3.3.0

15 Mar 23:26
@vio vio
Compare
Choose a tag to compare

What's Changed

  • feat: Duplicate code metrics by @vio in #2104

Full Changelog: v3.2.9...v3.3.0

v3.2.9

12 Mar 00:12
@vio vio
Compare
Choose a tag to compare

What's Changed

  • Improve metrics table rendering perf by @vio in #2114
  • perf(ui): MetricsTable - on demand HoverCard generation by @vio in #2116
  • fix(ui): Tooltip - workaround filter on safari by @vio in #2119
  • Fix hover card by @vio in #2120

Full Changelog: v3.2.8...v3.2.9

v3.2.8

10 Mar 00:47
@vio vio
Compare
Choose a tag to compare

What's Changed

  • fix ui by @vio in #2103
  • fix(utils): FileTypes - add missing extensions by @vio in #2109
  • fix(utils): FileTypes - add apng, m4a, aac,oga,wav,aac by @vio in #2111
  • enhance(ui): HoverCard - remove close button by @vio in #2113
  • fix(ui): App - consistent vertical spacing by @vio in #2112

Full Changelog: v3.2.6...v3.2.8

v3.2.6

04 Mar 18:56
@vio vio
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.5...v3.2.6

v3.2.5

15 Feb 22:36
@vio vio
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.4...v3.2.5

v3.2.4

17 Jan 21:30
@vio vio
Compare
Choose a tag to compare

Fixes

  • d923c67 adding apply method to BundleStatsWebpackPlugin to plugin typings.d.ts to fix the issues with new webpack version (@Saikedo)
  • 8acaf63 fix(ui): Icon - center by default (@vio)
  • f28682f fix(webpack-plugin): Remove stats context option (@vio)

Others

v3.2.3

10 Jan 21:04
@vio vio
Compare
Choose a tag to compare

v3.2.2

08 Dec 15:50
@vio vio
Compare
Choose a tag to compare
  • improvement: Enhance summary (#1785)
  • chore: Update dependencies (#1786)
  • chore: Update dependencies (#1770)

v3.2.0

13 Oct 22:29
@vio vio
Compare
Choose a tag to compare

Features

Fixes

  • d32c690 fix(ui): PackagePopover - use normalized name for searches (Vio)
  • 0c7c873 test(utils): Webpack module packages - add ~ prefix case (Vio)
  • 25e08c2 fix(ui): DuplicatePackageWarning - do not show delta when no baseline (Vio)
  • 4ea9025 enhance(ui): Popover - spacing & arrow size (Vio)
  • b6e8955 enhance(ui): Tooltip - padding & arrow size (Vio)
  • 64aa6fb fix(ui): BarChart - use light Tooltip (Vio)
  • b60f619 fix(ui): Tooltip - add darkMode variation (Vio)
  • 438d16a fix(ui): Tooltip - update styles (Vio)
  • 48af4e2 fix(ui): Tooltip/Popover - replace shadow with filter (Vio)
  • 3bfdfff fix(ui): Tabs - use def focus/active (Vio)
  • 5b021aa fix(ui): MetricsTable - increase left spacing (Vio)
  • 69dcb45 fix(ui): BundlePackages - show package path (Vio)

Others

  • d22e3cb Update dependencies (#1666) (GitHub)
  • cec9fdf Merge pull request #1649 from relative-ci/meta-fix-bundle-size (GitHub)
  • 361287b Merge pull request #1648 from relative-ci/build-enable-chunking (GitHub)
  • b16b857 Update dependencies (#1605) (GitHub)
  • aa9765c chore: Update @relative-ci/agent (Vio)

v3.1.0

28 Jul 20:22
@vio vio
Compare
Choose a tag to compare

Features

  • Filter modules by source (first-party/third-party) #1570

Enhancements

  • Consistent dropdown look & behaviour #1554
  • Remove app footer #1548
  • Packages - show path in the popover #1548
  • Compact tables - moved diff value on the same row #1452
  • Improve look & feel - colorscheme, spacing, typography #1534

Fixes

  • Filter duplicate packages from baseline #553
  • Use package path for module filtering #1548
  • Fix module name extraction when css loader path is invalid #1552
  • Decreased assets hash to 5 chars (support preact-cli) #1544
  • Filter modules by baseline chunk #1496

Diff

  • perf: Run add row meta during comparison #1569
  • perf: Hoist lerna dependencies #1557
  • chore: Extract plugin-webpack-filter package #1545
  • Update dependencies #1530, #1517
  • Setup chromatic #1535