WCAG Contrast checker 版本历史 - 25 个版本
WCAG Contrast checker 作者: Rumoroso
WCAG Contrast checker 版本历史 - 25 个版本
- 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。 
- 最新版本- 版本 3.8.4发布于 2024年3月2日 - 166.76 KB适用于 firefox 58.0a1 及更高版本Urgent fix related with the translations that made the extension fail to open.- 源代码遵循 保留所有权利 发布 
- 较早版本- 版本 3.8.3发布于 2024年3月1日 - 166.74 KB适用于 firefox 58.0a1 及更高版本* When expanding one row with multiple results, it remains open even when reloading results.
 * Updated the way to select color from the page.
 * Small improvements in the styles.
 * Other minor changes and fixes, that improve performance and also code quality- 源代码遵循 保留所有权利 发布 
- 版本 3.8.2发布于 2024年2月24日 - 183.87 KB适用于 firefox 58.0a1 及更高版本Fixed the default settings- 源代码遵循 保留所有权利 发布 
- 版本 3.8.1发布于 2024年2月24日 - 183.87 KB适用于 firefox 58.0a1 及更高版本Updated missing default settings- 源代码遵循 保留所有权利 发布 
- 版本 3.8.0发布于 2024年2月24日 - 183.82 KB适用于 firefox 58.0a1 及更高版本The latest udpate includes:
 * Now the results from the main document and from the ones in iframes are shown together. This makes the document selector no needed, so it was removed.
 * When the extensions opens, the fixed elements are detected and moved based in the size of the panel. This is meant to prevent them to be hidden because the panel appears covering them.
 * Resizing the panel can be done with keyboard. The resizer can get the focus. When it is focused, the arrow keys change the width of the panel.
 * Other minor changes and fixes (better dialogs, font-sizes now use relative units, etc.)- 源代码遵循 保留所有权利 发布 
- 版本 3.7.2发布于 2023年4月2日 - 179.21 KB适用于 firefox 58.0a1 及更高版本Improved the way in which the panel can be kept open- 源代码遵循 保留所有权利 发布 
- 版本 3.7.1发布于 2023年3月29日 - 178 KB适用于 firefox 58.0a1 及更高版本I have updated how the body and panel dimensions are calculated- 源代码遵循 保留所有权利 发布 
- 版本 3.7.0发布于 2023年3月21日 - 177.99 KB适用于 firefox 58.0a1 及更高版本* There is a new the option to open the extension automatically. It can be set to open it always or only in the domain of the page that is active. The way to use it is by a menu (with the "pin" icon) included in the top bar and that includes both options that is open by using the "pin" icon button.
 * The button to switch the position of the panel is now available in the main bar.
 * It includes some code changes that, although not directly impacting in the user experience, improve the maintainability of the extension.- 源代码遵循 保留所有权利 发布 
- 版本 3.6.2发布于 2023年2月27日 - 123.25 KB适用于 firefox 58.0a1 及更高版本* Fixed the bug that blocked the creation of the panel and normal execution when there were iframes with lazy-load.
 * Fixed the bug that made the extension fail when there is no body in the page but frameset.- 源代码遵循 保留所有权利 发布 
- 版本 3.6.1发布于 2022年7月6日 - 122.56 KB适用于 firefox 58.0a1 及更高版本I updated the extension to use more clear and better performance code. There is only one change in the User Interface which is how the help dialog is shown.- 源代码遵循 保留所有权利 发布 
- 版本 3.6.0发布于 2022年6月21日 - 122.45 KB适用于 firefox 58.0a1 及更高版本* Added a way to allow users to switch the position of the panel between left and right
 * Fixed one bug (related with the use of the color selector) and improve the code- 源代码遵循 保留所有权利 发布 
- 版本 3.5.6发布于 2020年10月28日 - 118.19 KB适用于 firefox 58.0a1 及更高版本Bug fix in the estimation of the visibility of the elements. The bug made all elements appear as hidden elements- 源代码遵循 保留所有权利 发布 
- 版本 3.5.5发布于 2020年10月28日 - 118.11 KB适用于 firefox 58.0a1 及更高版本Updated the way in which colors are evaluated so now it considers the opacity (not only applied directly to the element but also inherited) and the alpha channel when colors are defined.- 源代码遵循 保留所有权利 发布 
- 版本 3.5.4发布于 2020年7月5日 - 117.93 KB适用于 firefox 58.0 及更高版本Changes in the way the algorithm accesses information on each element in the DOM, so that analysis performance and time to display results are improved- 源代码遵循 保留所有权利 发布 
- 版本 3.5.3发布于 2020年6月26日 - 117.69 KB适用于 firefox 58.0a1 及更高版本Updated the way in which the colors are selected (the benefit should be improved performance)- 源代码遵循 保留所有权利 发布 
- 版本 3.5.2发布于 2020年6月26日 - 106.19 KB适用于 firefox 58.0a1 及更高版本Bug-fixing related with the document selector- 源代码遵循 保留所有权利 发布 
- 版本 3.5.1发布于 2020年6月25日 - 106.26 KB适用于 firefox 58.0a1 及更高版本Improve performance when opening the panel by ensuring only specific callbacks are executed- 源代码遵循 保留所有权利 发布 
- 版本 3.5.0发布于 2020年6月14日 - 106.13 KB适用于 firefox 63.0 及更高版本The main changes are:
 * Visible and hidden elements are shown in the same table
 * Performance improvements
 * When the option for auto-refresh is deactivated, the button for executing the analysis shows a warning icon when the tool detects changes in the DOM
 * Add help and release notes dialogs
 * Add menu
 * Layout changes
 Others (list of commits on this release):
 * execute only once initially
 * prevent function re-declaration
 * prevent update the list of documents with the DOM changes
 * generate array of results data and order it before creating the results table
 * simple refactor for making more easy to manipulate the results object per row
 * update highlight style
 * refactor how visible/hidden elements are shown
 * update styles for the scroll-bars and visibility icons opacity
 * update messages
 * do not update table while it has the focus
 * messaging on mutationObserver
 * fix bug when changing to descendant documents
 * fix bug with the mutationObservers
 * improve resizer DOM
 * improve styling
 * add dialog-panel
 * update help content and styles
 * add spinner update only tbody for results
 * add warning when DOM-mutation detected
 * update layout
 * add release-notes section- 源代码遵循 保留所有权利 发布 
- 版本 3.4.0发布于 2020年6月1日 - 108.4 KB适用于 firefox 58.0a1 及更高版本* Add scroll-into-view feature
 * Minor changes for improving performance
 * Fix bug when getting the background-color from the body
 * Fix bug related with mutation observers (there were not always disconnected when closing the panel)- 源代码遵循 保留所有权利 发布 
- 版本 3.3.2发布于 2020年1月9日 - 96.84 KB适用于 firefox 58.0a1 及更高版本- 源代码遵循 保留所有权利 发布 
- 版本 3.3.1发布于 2019年10月18日 - 96.82 KB适用于 firefox 58.0a1 及更高版本- 源代码遵循 保留所有权利 发布 
- 版本 3.2.0发布于 2018年3月27日 - 849.38 KB适用于 firefox 58.0a1 及更高版本, android 58.0a1 至 68.*Added the eyedropper to pick the color directly from the document- 源代码遵循 保留所有权利 发布 
- 版本 3.1.0发布于 2018年3月12日 - 71.72 KB适用于 firefox 58.0a1 及更高版本, android 58.0a1 至 68.** Fixed minor bugs
 * Added information- 源代码遵循 Mozilla 公共许可证 1.1 发布 
- 版本 3.0.1发布于 2018年3月7日 - 69.6 KB适用于 firefox 58.0a1 及更高版本, android 58.0a1 至 68.*- 源代码遵循 Mozilla 公共许可证 1.1 发布 
- 版本 3.0.0发布于 2018年3月6日 - 44.68 KB适用于 firefox 58.0a1 及更高版本, android 58.0a1 至 68.*- 源代码遵循 Mozilla 公共许可证 1.1 发布 
