Componenti aggiuntivi per Firefox
  • Estensioni
  • Temi
    • per Firefox
    • Dizionari e language pack
    • Altri siti
    • Componenti aggiuntivi per Android
Accedi
Icona componente aggiuntivo

Cronologia versioni di Preact Developer Tools - 25 versioni

Preact Developer Tools di Marvin Hagemeister

Valutata 5 su 5
5 stelle su 5
5
2
4
0
3
0
2
0
1
0
Cronologia versioni di Preact Developer Tools - 25 versioni
  • Attenzione alle versioni datate. Sono visualizzate solamente per scopi di test e di riferimento.È raccomandato usare sempre l’ultima versione di un componente aggiuntivo.

  • Ultima versione

    Versione 4.7.2

    Rilasciato 25 apr 2024 - 151,73 kB
    Compatibile con firefox42.0 e successive
    Fix publish error

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Devi utilizzare Firefox per poter installare questa estensione
    Scarica Firefox e installa l’estensione
    Scarica file
  • Versioni precedenti

    Versione 4.7.1

    Rilasciato 25 apr 2024 - 151,59 kB
    Compatibile con firefox42.0 e successive
    Features

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

    Bug Fixes

    * fix: remove spread to avoid stack limit error

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.7.0

    Rilasciato 5 mar 2023 - 150,83 kB
    Compatibile con firefox42.0 e successive
    See https://github.com/preactjs/preact-devtools/releases/tag/v4.7.0

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.6.2

    Rilasciato 28 feb 2023 - 150,38 kB
    Compatibile con firefox42.0 e successive
    See https://github.com/preactjs/preact-devtools/releases/tag/v4.6.2

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.6.1

    Rilasciato 27 ott 2022 - 149,68 kB
    Compatibile con firefox42.0 e successive
    - Fix hook name applied to custom hook

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.6.0

    Rilasciato 1 ott 2022 - 149,68 kB
    Compatibile con firefox42.0 e successive
    Show a panel with the current signal subscriptions of a component if there are any

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.5.0

    Rilasciato 6 set 2022 - 147,45 kB
    Compatibile con firefox42.0 e successive
    ## Features

    * Add support for Signals

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.4.0

    Rilasciato 28 ago 2022 - 146,53 kB
    Compatibile con firefox42.0 e successive
    ### 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 sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.3.3

    Rilasciato 27 ago 2022 - 146,36 kB
    Compatibile con firefox42.0 e successive
    ## 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 sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.3.2

    Rilasciato 23 giu 2022 - 154,02 kB
    Compatibile con firefox42.0 e successive
    - Calculate auto-indent for tree view on intialization in case resize is not fired
    - Fix hooks inspection not working with 10.8.1

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.3.1

    Rilasciato 6 giu 2022 - 153,59 kB
    Compatibile con firefox42.0 e successive
    - Improve layout measurement for virtualized lists
    - Profiler UX improvements
    - Profiler(Ranked): Fix missing selection on commit change
    - Improve stats capturing

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.3.0

    Rilasciato 2 giu 2022 - 152,94 kB
    Compatibile con firefox42.0 e successive
    - Add "Rendered by" panel to the sidebar

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

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.2.0

    Rilasciato 23 mag 2022 - 152,35 kB
    Compatibile con firefox42.0 e successive
    ### 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 sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.1.0

    Rilasciato 12 mag 2022 - 154,98 kB
    Compatibile con firefox42.0 e successive
    # 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 sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.0.2

    Rilasciato 7 mag 2022 - 154,12 kB
    Compatibile con firefox42.0 e successive
    - Fix list scrolling even if item is in view #342

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 4.0.1

    Rilasciato 7 mag 2022 - 154,06 kB
    Compatibile con firefox42.0 e successive
    - Fix virtualized elements not scrolled into view

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 1.4.4

    Rilasciato 4 apr 2022 - 151,77 kB
    Compatibile con firefox42.0 e successive
    ## 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 sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 1.4.3

    Rilasciato 24 ago 2021 - 152,14 kB
    Compatibile con firefox42.0 e successive
    - Fix HTML-Elements not being displayed correctly in sidebar panel

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 1.4.2

    Rilasciato 22 ago 2021 - 152 kB
    Compatibile con firefox42.0 e successive
    - Update `useContext()` hook state property for preactjs/preact#3165

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 1.4.1

    Rilasciato 20 mag 2021 - 151,99 kB
    Compatibile con firefox42.0 e successive
    - Show custom message if no nodes left after filters
    - Show `Map` and `Set` objects properly in sidebar

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 1.4.0

    Rilasciato 15 apr 2021 - 151,36 kB
    Compatibile con firefox42.0 e successive
    ## 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 sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 1.3.0

    Rilasciato 24 gen 2021 - 150,65 kB
    Compatibile con firefox42.0 e successive
    - Add support for custom hook names via `addHookName` from `preact/devtools`. This will be supported in Preact >= 10.5.12

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 1.2.2

    Rilasciato 12 gen 2021 - 150,53 kB
    Compatibile con firefox42.0 e successive
    - Fix only first hooks shown if multiple listeners to `options._hook` were present
    - Use `pagehide` instead of `unload`

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 1.2.1

    Rilasciato 11 dic 2020 - 150,32 kB
    Compatibile con firefox42.0 e successive
    - fix: Firefox description (#273, thanks @rschristian)
    - Show usage info in the disabled popup (#272, thanks @danieldiekmeier)

    Codice sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
  • Versione 1.2.0

    Rilasciato 23 set 2020 - 149,93 kB
    Compatibile con firefox42.0 e successive
    - 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 sorgente rilasciato sotto licenza Licenza MIT

    Scarica file
Vai alla pagina principale del sito Mozilla

Componenti aggiuntivi

  • Informazioni
  • Blog sui componenti aggiuntivi per Firefox
  • Laboratorio estensioni
  • Centro di sviluppo
  • Criteri per sviluppatori
  • Blog della comunità
  • Forum
  • Segnala malfunzionamento
  • Guida per le recensioni

Browser

  • Desktop
  • Mobile
  • Enterprise

Prodotti

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Informativa sulla privacy
  • Cookie
  • Note legali

Eccetto dove diversamente indicato, i contenuti su questo sito sono distribuiti con licenza Creative Commons Attribuzione Condividi allo stesso modo 3.0 o versioni successive.