Skip to content

v2.8.0

Compare
Choose a tag to compare
@vio vio released this 27 Mar 09:47
· 3148 commits to master since this release

2.8.0 (2021-03-27)

Overview

  1. Module info - show module information on path click (chunks with module links, full path)
  2. Improved filters - show filters and their selection inline
  3. MetricsTable options - reset filters and view all entries
  4. Fixes & dependency updates

Bug Fixes

  • ui: Dropdown - consistent usage and styling (46082d6)
  • ui: DuplicatePackagesWarning - skip delta when 0 (e5ebc46)
  • ui: Export TotalSizeTypeTitle (6c40752)
  • ui: Filters - active styles for custom selection (a0ea03a)
  • ui: Filters - crop long dropdown labels (cfd3292)
  • ui: Filters - overflow if there more than 20 items (a6bdfd2)
  • ui: Increase color palette saturation (0465ab4)
  • ui: Loader - update colors (c3f10f4)
  • ui: MetricsTable - show count and total count (11e4ca6)
  • ui: Popover - pass aria-label (547c4f1)
  • ui: Remove dropdown label right margin (b9eb061)
  • ui: Search - merge filters param to all entries filters (024d05d)
  • ui: SummaryItem - correct loading state (c053b89)
  • ui: SummaryItem - prevent delta value from wrapping (ddd63a1)
  • ui: withSearch - update state when props are changing (4f16adb)
  • utils: Component link - set chunk ids filters (2643fd3)
  • utils: ComponentLinks - packages change filter (cb93c85)
  • utils: Webpack metrics info (8b06dd5)

Features

  • ui: Add MetricsTableOptions (edff4eb)
  • ui: BundleModules - add ModuleInfo on click (a3ae754)
  • ui: MetricsTableOptions component (8b30c1f)
  • ui: ModuleInfo component (29e6694)

Performance Improvements

  • ui: BundleModules - render Popover on mouse enter (8c0f2ce)