Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

Preact Developer Tools のバージョン履歴 - 全 25 バージョン

Preact Developer Tools 作成者: Marvin Hagemeister

5 段階中 5 の評価
5 段階中 5 の評価
5
2
4
0
3
0
2
0
1
0
Preact Developer Tools のバージョン履歴 - 全 25 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 4.7.2

    リリース日 : 2024年4月25日 - 151.73 KB
    firefox バージョン 42.0 以降 で動作
    Fix publish error

    ソースコードは MIT License に従いリリースされています

    この拡張機能を使用するには Firefox が必要です
    Firefox をダウンロードして拡張機能を入手する
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 4.7.1

    リリース日 : 2024年4月25日 - 151.59 KB
    firefox バージョン 42.0 以降 で動作
    Features

    * Feature: add commit filtering to the profiler
    * Improve performance of diffed hook

    Bug Fixes

    * fix: remove spread to avoid stack limit error

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.7.0

    リリース日 : 2023年3月5日 - 150.83 KB
    firefox バージョン 42.0 以降 で動作
    See https://github.com/preactjs/preact-devtools/releases/tag/v4.7.0

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.6.2

    リリース日 : 2023年2月28日 - 150.38 KB
    firefox バージョン 42.0 以降 で動作
    See https://github.com/preactjs/preact-devtools/releases/tag/v4.6.2

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.6.1

    リリース日 : 2022年10月27日 - 149.68 KB
    firefox バージョン 42.0 以降 で動作
    - Fix hook name applied to custom hook

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.6.0

    リリース日 : 2022年10月1日 - 149.68 KB
    firefox バージョン 42.0 以降 で動作
    Show a panel with the current signal subscriptions of a component if there are any

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.5.0

    リリース日 : 2022年9月6日 - 147.45 KB
    firefox バージョン 42.0 以降 で動作
    ## Features

    * Add support for Signals

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.4.0

    リリース日 : 2022年8月28日 - 146.53 KB
    firefox バージョン 42.0 以降 で動作
    ### Features

    - Print Preact version that rendered the selected component in sidebar
    - Design: Tweak spacing and alignment

    ### Bug Fixes

    - Fix incorrect highlight bounds checks
    - Add missing changelog entry in `CHANGELOG.md` for `v4.3.3`

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.3.3

    リリース日 : 2022年8月27日 - 146.36 KB
    firefox バージョン 42.0 以降 で動作
    ## Bug Fixes

    * Fix sidebar data not cleared on disconnect
    * Fix roots displayed by render order instead of ordering them based on the DOM structure
    * Fix DevTools panel height not filling viewport if smaller than available space
    * Fix rare case of DevTools not initializing

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.3.2

    リリース日 : 2022年6月23日 - 154.02 KB
    firefox バージョン 42.0 以降 で動作
    - Calculate auto-indent for tree view on intialization in case resize is not fired
    - Fix hooks inspection not working with 10.8.1

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.3.1

    リリース日 : 2022年6月6日 - 153.59 KB
    firefox バージョン 42.0 以降 で動作
    - Improve layout measurement for virtualized lists
    - Profiler UX improvements
    - Profiler(Ranked): Fix missing selection on commit change
    - Improve stats capturing

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.3.0

    リリース日 : 2022年6月2日 - 152.94 KB
    firefox バージョン 42.0 以降 で動作
    - Add "Rendered by" panel to the sidebar

    **Full Changelog**: https://github.com/preactjs/preact-devtools/compare/v4.2.0...v4.3.0

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.2.0

    リリース日 : 2022年5月23日 - 152.35 KB
    firefox バージョン 42.0 以降 で動作
    ### Features

    - **Profiler:** Add new layout algorithm for FlameGraph (#366, thanks @marvinhagemeister)

    ### Bug Fixes

    - **Profiler:** Accurately track rendered nodes in a commit (#368, thanks @marvinhagemeister)
    - **Profiler:** Fix deep FlameGraph leaf nodes sometimes not visible (#370, thanks @marvinhagemeister)
    - **Profiler:** Simplify ranked layout (#371, thanks @marvinhagemeister)
    - **Profiler:** Fix gaps in FlameGraph caused by incorrect timings (#373, thanks @marvinhagemeister)
    - **Profiler:** Resize static subtrees to available space in FlameGraph (#377, thanks @marvinhagemeister)
    - **Profiler:** Simplify static space calculation (#378, thanks @marvinhagemeister)
    - Dynamically resize virtual list buffer (#369, thanks @marvinhagemeister)
    - Fix duplicate HOC labels on update (#379, thanks @marvinhagemeister)
    - Fix serialization of complex debug values from `useDebugValue` (#380, thanks @marvinhagemeister)
    - Fix unable to scroll to item if out of view (#381, thanks @marvinhagemeister)
    - Fix HOCs disappearing on update (#382, thanks @marvinhagemeister)
    - Fix memo render reasons (#350, thanks @marconi1992, @marvinhagemeister)

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.1.0

    リリース日 : 2022年5月12日 - 154.98 KB
    firefox バージョン 42.0 以降 で動作
    # 4.1.0

    ## Features

    - Add support for HOC-component filters (#347, #351, #357, #354, #360, thanks @marvinhagemeister)
    - Modernize filter panel styling (#349, thanks @marvinhagemeister)

    ## Bug Fixes

    - Fix elements list scrolling even if item is in view (#342, thanks @marvinhagemeister)
    - Fix unable to scroll settings page (#344, thanks @marvinhagemeister)
    - Fix not all filters synced on startup (#348, thanks @marvinhagemeister)
    - Fix highlight error if child is a placeholder (#353, thanks @marvinhagemeister)
    - Fix double parsed commit stats (#356, thanks @marvinhagemeister)
    - Profiler: Only collect timings for components (#357, thanks @marvinhagemeister)

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.0.2

    リリース日 : 2022年5月7日 - 154.12 KB
    firefox バージョン 42.0 以降 で動作
    - Fix list scrolling even if item is in view #342

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 4.0.1

    リリース日 : 2022年5月7日 - 154.06 KB
    firefox バージョン 42.0 以降 で動作
    - Fix virtualized elements not scrolled into view

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.4.4

    リリース日 : 2022年4月4日 - 151.77 KB
    firefox バージョン 42.0 以降 で動作
    ## 1.4.4

    ### Bug Fixes

    - Handle plain objects that look like collections (#322, thanks @r-frederick)
    - Respect `box-sizing: content-box` in highlighter (#327, thanks @marvinhagemeister)
    - Fix hook detection when the patch is under 1 (#335, thanks @JoviDeCroock)

    ### Maintenance

    - Upgrade deps (#321, thanks @andrewiggins)
    - Minor code cleanups (#325, thanks @marvinhagemeister)
    - Remove `MultiRender` abstraction (#326, thanks @marvinhagemeister)

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.4.3

    リリース日 : 2021年8月24日 - 152.14 KB
    firefox バージョン 42.0 以降 で動作
    - Fix HTML-Elements not being displayed correctly in sidebar panel

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.4.2

    リリース日 : 2021年8月22日 - 152 KB
    firefox バージョン 42.0 以降 で動作
    - Update `useContext()` hook state property for preactjs/preact#3165

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.4.1

    リリース日 : 2021年5月20日 - 151.99 KB
    firefox バージョン 42.0 以降 で動作
    - Show custom message if no nodes left after filters
    - Show `Map` and `Set` objects properly in sidebar

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.4.0

    リリース日 : 2021年4月15日 - 151.36 KB
    firefox バージョン 42.0 以降 で動作
    ## Features

    - Display hook type before custom name (#289, thanks @marvinhagemeister, @cmlenz)
    - Show custom useMemo hook names (#288, thanks @marvinhagemeister)

    ## Bug Fixes

    - Fix empty panel in Firefox (#294, thanks @marvinhagemeister)
    - Fix hook names being reversed with addHookNames from preact/devtools (#287, thanks @marvinhagemeister, @cmlenz)

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3.0

    リリース日 : 2021年1月24日 - 150.65 KB
    firefox バージョン 42.0 以降 で動作
    - Add support for custom hook names via `addHookName` from `preact/devtools`. This will be supported in Preact >= 10.5.12

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.2.2

    リリース日 : 2021年1月12日 - 150.53 KB
    firefox バージョン 42.0 以降 で動作
    - Fix only first hooks shown if multiple listeners to `options._hook` were present
    - Use `pagehide` instead of `unload`

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.2.1

    リリース日 : 2020年12月11日 - 150.32 KB
    firefox バージョン 42.0 以降 で動作
    - fix: Firefox description (#273, thanks @rschristian)
    - Show usage info in the disabled popup (#272, thanks @danieldiekmeier)

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.2.0

    リリース日 : 2020年9月23日 - 149.93 KB
    firefox バージョン 42.0 以降 で動作
    - Lots of improvements to Suspense integration
    - Fragments are now properly detected
    - Fixed crashes in relation to highlighting nodes
    - Experimental HOC-Component filter
    - Display keys in sidebar

    ソースコードは MIT License に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。