Additivos del navigator Firefox
  • Extensiones
  • Themas
    • pro Firefox
    • Dictionarios e pacchettos de lingua
    • Altere sitos de navigatores
    • Additivos pro Android
Aperir session
Icone del additivo

Historia de versiones de Preact Developer Tools - 25 versiones

Preact Developer Tools per Marvin Hagemeister

Classificate 5 de 5
5 Stellas de 5
5
2
4
0
3
0
2
0
1
0
Historia de versiones de Preact Developer Tools - 25 versiones
  • Que tu es attente con le vetere versiones! Iste versiones es monstrate pro uso de test o referentia.Tu deberea sempre usar le ultima version de un additivo.

  • Ultime version

    Version 4.7.2

    Publicate le 25. tra. 2024 - 151,73 KB
    Functiona con firefox 42.0 e plus recente
    Fix publish error

    Codice fonte publicate sub Licentia MIT

    Tu pote usar iste extension solo sur Firefox
    Discarga Firefox installa le extension
    Discargar file
  • Versiones previe

    Version 4.7.1

    Publicate le 25. tra. 2024 - 151,59 KB
    Functiona con firefox 42.0 e plus recente
    Features

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

    Bug Fixes

    * fix: remove spread to avoid stack limit error

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.7.0

    Publicate le 5. ožu. 2023 - 150,83 KB
    Functiona con firefox 42.0 e plus recente
    See https://github.com/preactjs/preact-devtools/releases/tag/v4.7.0

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.6.2

    Publicate le 28. velj. 2023 - 150,38 KB
    Functiona con firefox 42.0 e plus recente
    See https://github.com/preactjs/preact-devtools/releases/tag/v4.6.2

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.6.1

    Publicate le 27. lis. 2022 - 149,68 KB
    Functiona con firefox 42.0 e plus recente
    - Fix hook name applied to custom hook

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.6.0

    Publicate le 1. lis. 2022 - 149,68 KB
    Functiona con firefox 42.0 e plus recente
    Show a panel with the current signal subscriptions of a component if there are any

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.5.0

    Publicate le 6. ruj. 2022 - 147,45 KB
    Functiona con firefox 42.0 e plus recente
    ## Features

    * Add support for Signals

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.4.0

    Publicate le 28. kol. 2022 - 146,53 KB
    Functiona con firefox 42.0 e plus recente
    ### 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`

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.3.3

    Publicate le 27. kol. 2022 - 146,36 KB
    Functiona con firefox 42.0 e plus recente
    ## 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

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.3.2

    Publicate le 23. lip. 2022 - 154,02 KB
    Functiona con firefox 42.0 e plus recente
    - Calculate auto-indent for tree view on intialization in case resize is not fired
    - Fix hooks inspection not working with 10.8.1

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.3.1

    Publicate le 6. lip. 2022 - 153,59 KB
    Functiona con firefox 42.0 e plus recente
    - Improve layout measurement for virtualized lists
    - Profiler UX improvements
    - Profiler(Ranked): Fix missing selection on commit change
    - Improve stats capturing

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.3.0

    Publicate le 2. lip. 2022 - 152,94 KB
    Functiona con firefox 42.0 e plus recente
    - Add "Rendered by" panel to the sidebar

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

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.2.0

    Publicate le 23. svi. 2022 - 152,35 KB
    Functiona con firefox 42.0 e plus recente
    ### 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)

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.1.0

    Publicate le 12. svi. 2022 - 154,98 KB
    Functiona con firefox 42.0 e plus recente
    # 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)

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.0.2

    Publicate le 7. svi. 2022 - 154,12 KB
    Functiona con firefox 42.0 e plus recente
    - Fix list scrolling even if item is in view #342

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 4.0.1

    Publicate le 7. svi. 2022 - 154,06 KB
    Functiona con firefox 42.0 e plus recente
    - Fix virtualized elements not scrolled into view

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 1.4.4

    Publicate le 4. tra. 2022 - 151,77 KB
    Functiona con firefox 42.0 e plus recente
    ## 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)

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 1.4.3

    Publicate le 24. kol. 2021 - 152,14 KB
    Functiona con firefox 42.0 e plus recente
    - Fix HTML-Elements not being displayed correctly in sidebar panel

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 1.4.2

    Publicate le 22. kol. 2021 - 152 KB
    Functiona con firefox 42.0 e plus recente
    - Update `useContext()` hook state property for preactjs/preact#3165

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 1.4.1

    Publicate le 20. svi. 2021 - 151,99 KB
    Functiona con firefox 42.0 e plus recente
    - Show custom message if no nodes left after filters
    - Show `Map` and `Set` objects properly in sidebar

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 1.4.0

    Publicate le 15. tra. 2021 - 151,36 KB
    Functiona con firefox 42.0 e plus recente
    ## 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)

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 1.3.0

    Publicate le 24. sij. 2021 - 150,65 KB
    Functiona con firefox 42.0 e plus recente
    - Add support for custom hook names via `addHookName` from `preact/devtools`. This will be supported in Preact >= 10.5.12

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 1.2.2

    Publicate le 12. sij. 2021 - 150,53 KB
    Functiona con firefox 42.0 e plus recente
    - Fix only first hooks shown if multiple listeners to `options._hook` were present
    - Use `pagehide` instead of `unload`

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 1.2.1

    Publicate le 11. pro. 2020 - 150,32 KB
    Functiona con firefox 42.0 e plus recente
    - fix: Firefox description (#273, thanks @rschristian)
    - Show usage info in the disabled popup (#272, thanks @danieldiekmeier)

    Codice fonte publicate sub Licentia MIT

    Discargar file
  • Version 1.2.0

    Publicate le 23. ruj. 2020 - 149,93 KB
    Functiona con firefox 42.0 e plus recente
    - 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

    Codice fonte publicate sub Licentia MIT

    Discargar file
Ir al pagina principal de Mozilla

Additivos

  • A proposito
  • Blog del additivos de Firefox
  • Laboratorio de extensiones
  • Centro de disveloppatores
  • Politicas pro disveloppatores
  • Blog del communitate
  • Foro
  • Reportar un defecto
  • Guida al revision

Navigatores

  • Desktop
  • Mobile
  • Enterprise

Productos

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Confidentialitate
  • Cookies
  • Legal

Excepte ubi alteremente indicate, le contento de iste sito es publicate sub licentia Creative Commons Attribution Share-Alike v3.0 o qualcunque version plus recente.