Lịch sử phiên bản Preact Developer Tools - 25 phiên bản
Preact Developer Tools bởi Marvin Hagemeister
Hãy cẩn thận với các phiên bản cũ! Các phiên bản này được hiển thị cho mục đích thử nghiệm và tham khảo.Bạn luôn luôn phải sử dụng phiên bản mới nhất của một tiện ích.
Phiên bản mới nhất
Phiên bản 4.7.2
Đã phát hành 25 Thg 04 2024 - 151,73 KBHoạt động với firefox 42.0 và lớn hơnFix publish errorMã nguồn được phát hành dưới dạng Giấy phép MIT
Tải xuống Firefox và tải tiện ích mở rộngBạn sẽ cần Firefox để sử dụng tiện ích mở rộng nàyPhiên bản cũ hơn
Phiên bản 4.7.1
Đã phát hành 25 Thg 04 2024 - 151,59 KBHoạt động với firefox 42.0 và lớn hơnFeatures
* Feature: add commit filtering to the profiler
* Improve performance of diffed hook
Bug Fixes
* fix: remove spread to avoid stack limit errorMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.7.0
Đã phát hành 5 Thg 03 2023 - 150,83 KBHoạt động với firefox 42.0 và lớn hơnMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.6.2
Đã phát hành 28 Thg 02 2023 - 150,38 KBHoạt động với firefox 42.0 và lớn hơnMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.6.1
Đã phát hành 27 Thg 10 2022 - 149,68 KBHoạt động với firefox 42.0 và lớn hơn- Fix hook name applied to custom hookMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.6.0
Đã phát hành 1 Thg 10 2022 - 149,68 KBHoạt động với firefox 42.0 và lớn hơnShow a panel with the current signal subscriptions of a component if there are anyMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.5.0
Đã phát hành 6 Thg 09 2022 - 147,45 KBHoạt động với firefox 42.0 và lớn hơn## Features
* Add support for SignalsMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.4.0
Đã phát hành 28 Thg 08 2022 - 146,53 KBHoạt động với firefox 42.0 và lớn hơn### 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`Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.3.3
Đã phát hành 27 Thg 08 2022 - 146,36 KBHoạt động với firefox 42.0 và lớn hơn## 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 initializingMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.3.2
Đã phát hành 23 Thg 06 2022 - 154,02 KBHoạt động với firefox 42.0 và lớn hơn- Calculate auto-indent for tree view on intialization in case resize is not fired
- Fix hooks inspection not working with 10.8.1Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.3.1
Đã phát hành 6 Thg 06 2022 - 153,59 KBHoạt động với firefox 42.0 và lớn hơn- Improve layout measurement for virtualized lists
- Profiler UX improvements
- Profiler(Ranked): Fix missing selection on commit change
- Improve stats capturingMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.3.0
Đã phát hành 2 Thg 06 2022 - 152,94 KBHoạt động với firefox 42.0 và lớn hơn- Add "Rendered by" panel to the sidebar
**Full Changelog**: https://github.com/preactjs/preact-devtools/compare/v4.2.0...v4.3.0Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.2.0
Đã phát hành 23 Thg 05 2022 - 152,35 KBHoạt động với firefox 42.0 và lớn hơn### 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)Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.1.0
Đã phát hành 12 Thg 05 2022 - 154,98 KBHoạt động với firefox 42.0 và lớn hơn# 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)Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.0.2
Đã phát hành 7 Thg 05 2022 - 154,12 KBHoạt động với firefox 42.0 và lớn hơn- Fix list scrolling even if item is in view #342Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 4.0.1
Đã phát hành 7 Thg 05 2022 - 154,06 KBHoạt động với firefox 42.0 và lớn hơn- Fix virtualized elements not scrolled into viewMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 1.4.4
Đã phát hành 4 Thg 04 2022 - 151,77 KBHoạt động với firefox 42.0 và lớn hơn## 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)Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 1.4.3
Đã phát hành 24 Thg 08 2021 - 152,14 KBHoạt động với firefox 42.0 và lớn hơn- Fix HTML-Elements not being displayed correctly in sidebar panelMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 1.4.2
Đã phát hành 22 Thg 08 2021 - 152 KBHoạt động với firefox 42.0 và lớn hơn- Update `useContext()` hook state property for preactjs/preact#3165Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 1.4.1
Đã phát hành 20 Thg 05 2021 - 151,99 KBHoạt động với firefox 42.0 và lớn hơn- Show custom message if no nodes left after filters
- Show `Map` and `Set` objects properly in sidebarMã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 1.4.0
Đã phát hành 15 Thg 04 2021 - 151,36 KBHoạt động với firefox 42.0 và lớn hơn## 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)Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 1.3.0
Đã phát hành 24 Thg 01 2021 - 150,65 KBHoạt động với firefox 42.0 và lớn hơn- Add support for custom hook names via `addHookName` from `preact/devtools`. This will be supported in Preact >= 10.5.12Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 1.2.2
Đã phát hành 12 Thg 01 2021 - 150,53 KBHoạt động với firefox 42.0 và lớn hơn- Fix only first hooks shown if multiple listeners to `options._hook` were present
- Use `pagehide` instead of `unload`Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 1.2.1
Đã phát hành 11 Thg 12 2020 - 150,32 KBHoạt động với firefox 42.0 và lớn hơn- fix: Firefox description (#273, thanks @rschristian)
- Show usage info in the disabled popup (#272, thanks @danieldiekmeier)Mã nguồn được phát hành dưới dạng Giấy phép MIT
Phiên bản 1.2.0
Đã phát hành 23 Thg 09 2020 - 149,93 KBHoạt động với firefox 42.0 và lớn hơn- 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 sidebarMã nguồn được phát hành dưới dạng Giấy phép MIT