Tiện ích trình duyệt Firefox
  • Tiện ích mở rộng
  • Chủ đề
    • cho Firefox
    • Từ điển & gói ngôn ngữ
    • Các trang web trình duyệt khác
    • Tiện ích cho Android
Đăng nhập
Biểu tượng tiện ích

Lịch sử phiên bản Atlassian Browser DevTools (ABD) - 16 phiên bản

Atlassian Browser DevTools (ABD) bởi Maciej Adamczak, Atlassian Browser Devtools

Chưa có xếp hạng nào
0 sao trên 5
5
0
4
0
3
0
2
0
1
0
Lịch sử phiên bản Atlassian Browser DevTools (ABD) - 16 phiên bản
  • 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 2.8.0

    Đã phát hành 2 Thg 08 2022 - 2,64 MB
    Hoạt động với firefox 48.0 và lớn hơn
    ## 2.8.0 (2022-08-02)

    ### Features
    <p>Add new WRM Coverage Recorder panel. With the new panel, you can record the coverage directly in ABD without needing to use the DevTools Coverage panel.</p>
    • ABD-12 Rename "WRM coverage" to "WRM Coverage Browser" (7939e70)
    • ABD-14 Add export coverage button (99f9119)
    • ABD-14 export coverage as JSON file (5b3516a)
    • Add bottom toolbar to sidebar (e9b2e95)
    • Add Help and Feedback dialog (c19d027)
    • add webpack bundle reporter (9d6568a)
    • Better handle closing native <dialog> element and show backdrop (681172a)
    • create Code Insights reporter for webpack bundle (211cf00)
    • display previous bundle size in webpack build (7e04a76)
    • Improve Help and Support dialog (4bbbd55)
    • lint: Add "require-jsdoc-prop-types" custom ESLint rule (4166297)
    • recorder: ABD-1 Enable coverage recorder (8b1443c)
    • Send bundle entrypoints as Code Insights annotations (7da8c29)
    • show bundle chunks in Code Insights annotations (ff6ba36)
    • show bundle delta change when creating Code Insights report (b1c84fa)
    • store reports in git notes (2787b22)

    ### Bug Fixes
    • ABD-37 Fix showing web-resources on the WRM Inspector caused by the compatibility issue with WRM 5.5.0+ (128acfa)
    • ci: handle missing previous bundle reports (a0d7a4b)
    • ci: skip fetching default branch when we are on default branch already (47ba054)
    • deps: update patches (48fe2af)
    • fix fetching missing default branch and git notes on CI (ebb7ce1)
    • fix getting git notes (98bcd06)
    • fix initializing plugin (6394aae)
    • fix sending fake postMessage in dev mode (d66bbc9)
    • fix storing and reading notes (659a74e)

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Bạn sẽ cần Firefox để sử dụng tiện ích mở rộng này
    Tải xuống Firefox và tải tiện ích mở rộng
    Tải xuống tập tin
  • Phiên bản cũ hơn

    Phiên bản 2.7.1

    Đã phát hành 27 Thg 07 2022 - 2,7 MB
    Hoạt động với firefox 48.0 và lớn hơn
    ## 2.7.1 (2022-07-27)</h3>

    ### Bug Fixes
    • ABD-37 Fix showing web-resources on the WRM Inspector caused by the compatibility issue with WRM 5.5.0+ (2a90c0e)

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.7.0

    Đã phát hành 11 Thg 01 2022 - 2,7 MB
    Hoạt động với firefox 48.0 và lớn hơn
    ## 2.7.0 (2022-01-11)

    ### Features
    • coverage-browser: clear values of filters fields when clicking on "clear filters" button (37916d7)
    • show hint message when the filters didn't match any web-resources (af81d51)
    • wrm-inspector: clear values of filters fields when clicking on "clear filters" button (075571c)

    ### Bug Fixes
    • Don't block anchor event listeners on PanelHint (33ecdab)
    • table: fix rendering tables on Firefox (7cc19f4)

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.6.2

    Đã phát hành 10 Thg 01 2022 - 2,7 MB
    Hoạt động với firefox 48.0 và lớn hơn
    ### 2.6.2 (2022-01-10)

    ### Bug Fixes
    • fix initializing Sentry in content script (b5da4e0)

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.6.1

    Đã phát hành 10 Thg 01 2022 - 2,7 MB
    Hoạt động với firefox 48.0 và lớn hơn
    ### 2.6.1 (2022-01-10)

    ### Bug Fixes
    • Fix compiling coverage JSON schema for production bundle (7cb9ecf)
    • Fix display web-resource size (f193ba3)
    • Fix rendering coverage panel when recording coverage (8b7622f)
    • Fix running extension in local dev mode (803ae6a)

    ## 2.6.0 (2022-01-10)
    • Convert the project to use TypeScript with JSDoc support.
    • ABD-35 Add Sentry integration.
    • ABD-1 Add a new experimental feature for Coverage Recording.

    ### Features
    • ABD-1 Add coverage panel (7465de8)
    • ABD-1 Hide the coverage recorder behind the dev feature flag (47ac48a)
    • ABD-1: Change columns order (db15e4f)
    • ABD-1: Update the tooltips message (c128304)
    • ABD-13 Firefox does not support debugger API (6f021e4)
    • ABD-15 ABD-17 Handle debugger errors (757aef3)
    • ABD-25 Add confirmation dialog (0c7c230)
    • ABD-26 disable the toolbar buttons when collecting coverage (7708f22)
    • ABD-26 Merge coverage toolbars and panels (27b711e)
    • ABD-26 Show progress bar when recording coverage (94a9c75)

    ### Bug Fixes
    • ABD-1 Fix displaying dialog element in Firefox (f1bbeff)
    • ABD-34 Fix showing hint when WRM coverage is missing in the coverage report (a71fdb2)
    • ABD-34 Fix showing hint when WRM coverage is missing in the report (91e7426)
    • clean-up selected web-resource when the resources are removed (a2ba0c7)
    • Fix clearing coverage when resource is selected (629af27)
    • Fix WRM inspector toolbar (bd1b52b)

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.5.1

    Đã phát hành 15 Thg 12 2021 - 2,52 MB
    Hoạt động với firefox 48.0 và lớn hơn
    ## 2.5.1 (2021-12-15)</h3>

    ### Bug Fixes
    • Fix updating tab content (a46715f)

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.5.0

    Đã phát hành 2 Thg 12 2021 - 2,52 MB
    Hoạt động với firefox 48.0 và lớn hơn
    ## 2.5.0 (2021-12-02)

    ### Features
    • Add analytics events to tabs (2e661c0)
    • Add more analytics events to the WRM Coverage panel (5672f0a)
    • Add more analytics events to the WRM Inspector and Coverage panels (7aead8d)

    ### Bug Fixes
    • ABD-33 Fix rendering only first few rows on virutal tables (1d3965c)
    • Fix unmounting component (656644e)
    • Fix wrong or missing hooks dependencies (9760820)
    • Optimize rendering of the virtualized table and react-table (007b589)

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.4.1

    Đã phát hành 27 Thg 10 2021 - 2,52 MB
    Hoạt động với firefox 48.0 và lớn hơn
    ## 2.4.1 (2021-10-27)

    - Shrink the overall extension size by:
    - reducing the size of JavaScript assets
    - removing the additional static assets from the extension package
    - avoiding generating sourcemaps when building the extension for production

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.4.0

    Đã phát hành 20 Thg 10 2021 - 6,87 MB
    Hoạt động với firefox 48.0 và lớn hơn
    ## 2.4.1 (2021-10-20)

    - Shrink the extension size by reducing the size of JavaScript assets

    ## 2.4.0 (2021-10-20)

    ### Added

    - Use a dark theme in extension popup panel
    - Use a dark theme in extension guide

    ### Changed

    - We renamed the extension to **Atlassian Browser DevTools** (ABD).
    - Shrink the extension size by loading the big images from the external server.

    ## 2.3.1 (2021-10-15)

    ### Removed

    - Remove additional `tabs` permission that was never used.

    ## 2.3.0 (2021-10-13)

    ### Added

    - Improve the coverage visualization of web-resources. Now, you can quickly identify when the web-resources are quite big or unused.
    - Added `is:big` and `is:unused` keyword filters you can use in search input to find the big or unused web-resources.
    - Added two toggles to filter the big or unused web-resources quickly.

    ### Changed

    - Changed how the context selector dropdown works. Now, you can filter the list and choose to show resource that are loader by context and directly loaded without using a context.

    ### Fixed

    - Fixed a bug when the "type" said "unknown" for a web-resource that was loaded without using context.

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.2.2

    Đã phát hành 18 Thg 06 2021 - 15,44 MB
    Hoạt động với firefox 48.0 và lớn hơn
    # 2.2.2 (2021-06-18)

    ## Fixed

    - Fix selecting table rows on Firefox.

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.2.1

    Đã phát hành 18 Thg 06 2021 - 15,44 MB
    Hoạt động với firefox 48.0 và lớn hơn
    # 2.2.1 (2021-06-18)
    ## Fixed

    - Fix checking if the extension is running locally.

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.2.0

    Đã phát hành 17 Thg 06 2021 - 15,44 MB
    Hoạt động với firefox 48.0 và lớn hơn
    # 2.2.0 (2021-06-18)

    ## Added

    - Added support for a dark theme. If you prefer devtools in black you will 🖤 it!

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.1.1

    Đã phát hành 15 Thg 06 2021 - 15,17 MB
    Hoạt động với firefox 48.0 và lớn hơn
    # 2.1.1 (2021-06-16)
    ## Fixed
    Reduce the extension size by removing the unused Monaco editor features.

    # 2.1.0 (2021-06-15)
    ## Added
    We have added the Source tab to the WRM Inspector and WRM Coverage panels. You can use the new Source tab to check the content of the web-resource file.

    The new Source panel includes the "Format code" button that can help you with prettifying the minimized content of the web-resource.

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.0.1

    Đã phát hành 1 Thg 12 2020 - 10,78 MB
    Hoạt động với firefox 48.0 và lớn hơn
    Release stable version 2.0 with new WRM inspector and WRM coverage panels

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.0.0.4

    Đã phát hành 30 Thg 11 2020 - 718,6 KB
    Hoạt động với firefox 48.0 và lớn hơn
    Improved performance of table views

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
  • Phiên bản 2.0.0.3

    Đã phát hành 24 Thg 11 2020 - 732,74 KB
    Hoạt động với firefox 48.0 và lớn hơn
    Added two new panels that can help you inspect and debug web-resouces.

    Mã nguồn được phát hành dưới dạng Apache License, Version 2.0

    Tải xuống tập tin
Đi đến trang chủ Mozilla

Tiện ích

  • Giới thiệu
  • Blog tiện ích Firefox
  • Extension Workshop
  • Trung tâm nhà phát triển
  • Chính sách nhà phát triển
  • Blog cộng đồng
  • Diễn đàn
  • Báo cáo một lỗi
  • Hướng dẫn đánh giá

Trình duyệt

  • Desktop
  • Mobile
  • Enterprise

Sản phẩm

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Riêng tư
  • Cookie
  • Pháp lý

Trừ trường hợp khác đã ghi chú, nội dung trên trang này được cấp phép theo giấy phép Creative Commons Attribution Share-Alike v3.0 hoặc bất kỳ phiên bản nào sau này.