Skip to content

v2.7.0

Compare
Choose a tag to compare
@vio vio released this 05 Mar 18:48
· 3414 commits to master since this release

Overview

  • Assets - link chunks to corresponding modules
  • Modules
    • list all modules in one view
    • filter by chunk
    • filter by source type (JS/CSS)
  • Packages
    • show package information in a popover
    • improve package dependency display
    • improve duplicate package flag display
    • link to corresponding modules, duplicated instances

bundle-stats v2.7.0 demo


Features

  • 1260 - add an option to only log error/warning and stop logging info https://github.com/jimblue
  • ui: Add popover component (04199b4)
  • ui: Add section summary (07fbb1c)
  • ui: Add TotalSizeByType title with size info (99d05c3)
  • ui: Box - add horizontal/vertical padding variation (048860d)
  • ui: BundleAssets - add title and asset size popover info (4104318)
  • ui: BundleAssets - link chunk to modules (b8f8b37)
  • ui: BundleAssets - link to modules by chunk type (12aa246)
  • ui: BundleChunkModules - add title with module size info (e9f053f)
  • ui: BundleModules - add support for source file type filters (1c074e8)
  • ui: BundleModules - filter by chunk (76acc62)
  • ui: BundleModules - show all entries (dd2de92)
  • ui: BundlePackages - add package popover (12f3bca)
  • ui: BundlePackages - add title with popover info (5416c4b)
  • ui: BundlePackages - add view all duplicates button (7b04638)
  • ui: BundlePackages - link to corresponding modules (ba10a8d)
  • ui: BundlePackages - show duplicated flag (f201b05)
  • ui: Delta - add inverted modifier (bf49809)
  • ui: DuplicatePackagesWarning - ling children to packages view (2be9c09)
  • ui: DuplicatePackagesWarning - show changed metric (3ca0609)
  • ui: DuplicatePackagesWarning - show package size (52d1ea4)
  • ui: DuplicatePackagesWarning - support for duplicate packages v3 data structure (77e4965)
  • ui: DuplicatePackagesWarning - title delta and link (4572b66)
  • ui: Metrics(Table) - add support for multiple rows header (ef7eea6)
  • ui: MetricsTable - add support for title (eae9ae1)
  • ui: Popover - updates (79406a5)
  • ui: Summary - allow to render custom links (4817681)
  • ui: Summary - update metrics (0d53bd8)
  • utils: Add compareAllModules (fc9949d)
  • utils: Add module section links (1f17efb)
  • utils: Add support for module source/destination types (5fc2464)
  • utils: ModulesPackagesDuplicate - add size data (887a554)
  • utils: ModulesPackagesDuplicate - order by size desc (7c16d78)
  • utils: Webpack assets - add chunkId (048f72f)
  • utils: Webpack chunks - save normalized array as meta (8a4e79d)
  • add an option to only log error/warning and stop logging info (2a54166)

Bug Fixes

  • 1229 - Support files that have a query in the file name (https://github.com/Chris3773)
  • Lerna bump consistent args (edc1da5)
  • html-templates: Bundle generic css before app css (e75f9dc)
  • ui: Alert - decrease vertical spacing (d00c7a4)
  • ui: BundleAssets - improve asset popover (d3769b8)
  • ui: BundleAssets - improve asset popover (d15a6b2)
  • ui: BundleModuels - add emptyFilters (d02f8bb)
  • ui: BundlePackages - do not set changed filter if single job (9797e55)
  • ui: BundlePackages - show popover info for all packages (785e99e)
  • ui: BundleTotalsChartBars - link to assets component (3270e87)
  • ui: Change default sort by to size desc (b52e81e)
  • ui: Color scheme - add light/dark variation to functional (9fddfa0)
  • ui: Correct view package filter title (1bfb68d)
  • ui: Delta - inverted high positive state (4ce3d4f)
  • ui: Fix default changed filter when only one job (19a12cc)
  • ui: FlexStack - stretch full height (4c7ffbb)
  • ui: Modules packages duplicate - remove extra data (db60126)
  • ui: No css-modules in the global styles (9342a4a)
  • ui: Popover - update api (96503d0)
  • ui: Popover - valign icon and label (63517a2)
  • ui: Summary - add size modifier (2d3aaf9)
  • ui: SummaryItem - correct font-size for size modifier (7afa5b8)
  • ui: SummaryItem - remove inline variation (4c73cbf)
  • ui: SummaryItem - show baseline value (9d9fe8c)
  • ui: SummaryItem - use Popover for help info (1a9bddd)
  • ui: Table - empty colspan based on headers (b2c0e6c)
  • ui: Table - show inherit colors for links (277a423)
  • ui: Tooltip z-index (a13436c)
  • ui/utils: BundleModules - fix chunk filtering (b02717d)
  • utils: Assets - always flag assets as chunks (45e20d4)
  • utils: Consistent type for chunk id (76f9f07)
  • utils: Tweak metric descriptions (e0f6174)

Reverts

  • Revert "build(ui): Fix package - add sideEffects" (6a597fb)