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)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.