Extensões do Navegador Firefox
  • Extensões
  • Temas
    • Firefox
    • Dicionários e Pacotes de Idioma
    • Outros navegadores
    • Extensões para Android
Entrar
Ícone da extensão

Histórico de versões do Preact Developer Tools - 25 versões

Preact Developer Tools por Marvin Hagemeister

Avaliado em 5 de 5
5 de 5 estrelas
5
2
4
0
3
0
2
0
1
0
Histórico de versões do Preact Developer Tools - 25 versões
  • Cuidado com versões antigas! Essas versões são exibidas com propósito de referência e testes.Devemos sempre usar a versão mais recente de uma extensão.

  • Versão mais recente

    Versão 4.7.2

    Lançado em 25 de abr de 2024 - 151,73 KB
    Funciona em firefox 42.0 em diante
    Fix publish error

    Código fonte publicado sob Licença MIT

    Você precisa do Firefox para usar esta extensão
    Baixe o Firefox e instale a extensão
    Baixar arquivo
  • Versões mais antigas

    Versão 4.7.1

    Lançado em 25 de abr de 2024 - 151,59 KB
    Funciona em firefox 42.0 em diante
    Features

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

    Bug Fixes

    * fix: remove spread to avoid stack limit error

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.7.0

    Lançado em 5 de mar de 2023 - 150,83 KB
    Funciona em firefox 42.0 em diante
    See https://github.com/preactjs/preact-devtools/releases/tag/v4.7.0

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.6.2

    Lançado em 28 de fev de 2023 - 150,38 KB
    Funciona em firefox 42.0 em diante
    See https://github.com/preactjs/preact-devtools/releases/tag/v4.6.2

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.6.1

    Lançado em 27 de out de 2022 - 149,68 KB
    Funciona em firefox 42.0 em diante
    - Fix hook name applied to custom hook

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.6.0

    Lançado em 1 de out de 2022 - 149,68 KB
    Funciona em firefox 42.0 em diante
    Show a panel with the current signal subscriptions of a component if there are any

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.5.0

    Lançado em 6 de set de 2022 - 147,45 KB
    Funciona em firefox 42.0 em diante
    ## Features

    * Add support for Signals

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.4.0

    Lançado em 28 de ago de 2022 - 146,53 KB
    Funciona em firefox 42.0 em diante
    ### 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`

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.3.3

    Lançado em 27 de ago de 2022 - 146,36 KB
    Funciona em firefox 42.0 em diante
    ## 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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.3.2

    Lançado em 23 de jun de 2022 - 154,02 KB
    Funciona em firefox 42.0 em diante
    - Calculate auto-indent for tree view on intialization in case resize is not fired
    - Fix hooks inspection not working with 10.8.1

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.3.1

    Lançado em 6 de jun de 2022 - 153,59 KB
    Funciona em firefox 42.0 em diante
    - Improve layout measurement for virtualized lists
    - Profiler UX improvements
    - Profiler(Ranked): Fix missing selection on commit change
    - Improve stats capturing

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.3.0

    Lançado em 2 de jun de 2022 - 152,94 KB
    Funciona em firefox 42.0 em diante
    - Add "Rendered by" panel to the sidebar

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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.2.0

    Lançado em 23 de mai de 2022 - 152,35 KB
    Funciona em firefox 42.0 em diante
    ### 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)

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.1.0

    Lançado em 12 de mai de 2022 - 154,98 KB
    Funciona em firefox 42.0 em diante
    # 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)

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.0.2

    Lançado em 7 de mai de 2022 - 154,12 KB
    Funciona em firefox 42.0 em diante
    - Fix list scrolling even if item is in view #342

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 4.0.1

    Lançado em 7 de mai de 2022 - 154,06 KB
    Funciona em firefox 42.0 em diante
    - Fix virtualized elements not scrolled into view

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 1.4.4

    Lançado em 4 de abr de 2022 - 151,77 KB
    Funciona em firefox 42.0 em diante
    ## 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)

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 1.4.3

    Lançado em 24 de ago de 2021 - 152,14 KB
    Funciona em firefox 42.0 em diante
    - Fix HTML-Elements not being displayed correctly in sidebar panel

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 1.4.2

    Lançado em 22 de ago de 2021 - 152 KB
    Funciona em firefox 42.0 em diante
    - Update `useContext()` hook state property for preactjs/preact#3165

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 1.4.1

    Lançado em 20 de mai de 2021 - 151,99 KB
    Funciona em firefox 42.0 em diante
    - Show custom message if no nodes left after filters
    - Show `Map` and `Set` objects properly in sidebar

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 1.4.0

    Lançado em 15 de abr de 2021 - 151,36 KB
    Funciona em firefox 42.0 em diante
    ## 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)

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 1.3.0

    Lançado em 24 de jan de 2021 - 150,65 KB
    Funciona em firefox 42.0 em diante
    - Add support for custom hook names via `addHookName` from `preact/devtools`. This will be supported in Preact >= 10.5.12

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 1.2.2

    Lançado em 12 de jan de 2021 - 150,53 KB
    Funciona em firefox 42.0 em diante
    - Fix only first hooks shown if multiple listeners to `options._hook` were present
    - Use `pagehide` instead of `unload`

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 1.2.1

    Lançado em 11 de dez de 2020 - 150,32 KB
    Funciona em firefox 42.0 em diante
    - fix: Firefox description (#273, thanks @rschristian)
    - Show usage info in the disabled popup (#272, thanks @danieldiekmeier)

    Código fonte publicado sob Licença MIT

    Baixar arquivo
  • Versão 1.2.0

    Lançado em 23 de set de 2020 - 149,93 KB
    Funciona em firefox 42.0 em diante
    - 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

    Código fonte publicado sob Licença MIT

    Baixar arquivo
Ir para a página inicial da Mozilla

Extensões

  • Sobre
  • Blog de extensões do Firefox
  • Workshop de extensões
  • Central do desenvolvedor
  • Diretivas do desenvolvedor
  • Blog da comunidade
  • Fórum
  • Relatar um erro
  • Guia de análise

Navegadores

  • Desktop
  • Mobile
  • Enterprise

Produtos

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacidade
  • Cookies
  • Jurídico

Exceto onde de outra forma notado, o conteúdo deste site está licenciado sob a Creative Commons Licença de Atribuição Compartilha-Igual v3.0 ou qualquer versão posterior.