Skip to content

Latest commit

 

History

History
220 lines (104 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

220 lines (104 loc) · 12.1 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.3.2 (2023-09-10)

Bug Fixes

1.3.1 (2023-03-23)

Bug Fixes

  • ignore DOMException by accessing localStorage (#123) (bf93b8c)

1.3.0 (2023-03-10)

Features

1.2.2 (2022-12-20)

Bug Fixes

  • send the panelshow event with SWRDevTools (#108) (ed7b643)

1.2.1 (2022-12-19)

Bug Fixes

1.1.1 (2022-07-13)

Bug Fixes

  • remove the inserted script after loading (13b4216)

Reverts

  • Revert "fix: a hydration error in SSR apps (#76)" (#78) (238244d), closes #76 #78

1.1.0 (2022-07-12)

Bug Fixes

Features

  • close a dialog when clicking outside of elements (#77) (0062d08)

0.5.0 (2022-06-01)

Features

0.4.0 (2021-12-05)

Features

  • filter cache data (#36) (acb9013)
  • swr-devtools-panel: support module and exports fields (03a3ef3)
  • swr-devtools: support module and exports fields (264ddeb)

0.3.0 (2021-10-14)

Features

0.2.2 (2021-09-16)

Bug Fixes

  • background-color for a dark theme (397c1e4)
  • reset a devtool panel when a navigation is happen (#24) (1cc108b)
  • reset local cache in the devtool panel when a content page is updated (9d4c46b)
  • sync SWRDevTools and a devtool panel (#27) (ba34e6f)

0.2.1 (2021-09-16)

Bug Fixes

  • background-color for a dark theme (397c1e4)
  • reset a devtool panel when a navigation is happen (#24) (1cc108b)
  • reset local cache in the devtool panel when a content page is updated (9d4c46b)
  • sync SWRDevTools and a devtool panel (#27) (ba34e6f)

0.2.0 (2021-09-09)

Bug Fixes

  • a wrong dependency (bc38f92)
  • add injected caches in the WeakMap (a5e770a)
  • an old path to the bundle js file (56dc413)
  • build errors (72d20a9)
  • clean directories before running build scripts (214150c)
  • example: tweak styles (8da1c62)
  • example: tweak styles (#21) (570dc4e)
  • expand clickable areas (5a55a6a)
  • filter and sort for cache data (b389dbb)
  • filter duplicated cache data and fix layouts (501a389)
  • make a key name more explicit (e263a98)
  • reflect a color theme to the sytle of the json tree (13ffa37)
  • reset a selected item if the current panel has been changed (e97e775)
  • size cache key for v0 (b3f2eae)
  • sync cache data when opening a devtool panel (40795db)
  • tweak styles (326b437)
  • tweak styles (3b6374b)
  • tweak styles (5b98fed)
  • update meta keys for v1 (13058ac)
  • works well with v1 (e7aba55)

Features

  • add a demo app and SWRDevTools (65544f2)
  • add icons (3e2365a)
  • add the [Infinote] label (2051fca)
  • aggregate key and isValidate cache data (864d6c3)
  • assign undefined when cache.delete is called (ed23f13)
  • display cache logs (4c85441)
  • display keys for useSWRInfinite (b0340bb)
  • display SWRDevTools on the devtool panel (de7e05a)
  • hello a devtool panel! (bb89d5f)
  • highlight cache data (6f97118)
  • implement tab based UI (ac75148)
  • proxy panel events to a content port (b727043)
  • send cache data from a page to a content script (97315c5)
  • separate SWRDevToolsPanel as a separate package (4ddbfdb)
  • stop using web_accessible_resources to inject a runtime script (0b5aad7)
  • support dark mode (40d96a4)
  • support swr v1 beta (9170f48)
  • use cahce APIs exposed in v1 (90a9775)
  • work on a devtools panel (98120bd)

Performance Improvements

  • remove unnecessary rendering on cache detail views (a868d9e)

BREAKING CHANGES

  • drop swr v0.x support