Releases: OrionReed/dom3d
Releases · OrionReed/dom3d
v0.0.4
v0.0.3
New:
- Tested support for Brave, Edge, and Opera, initiated thanks to @julien-deramond
- README is now more useful with options table, support badges and improved instructions
Fixes:
- Many sites which appeared flat now work now thanks to @krzentner on #10
- Extension icon click-to-toggle replaced with click-to-enable, as it always just reloaded the page anyway.
Improvements:
- Many refactors/small legibility improvements for better maintainability in the future while keeping compatible with the Gist version.
v0.0.2
New in this release:
- A new "Choose Selectors" option which lets you more set color based on CSS selectors
- The option to rotate the DOM with Alt+Drag (disabled by default) which lets you rotate freely around the whole DOM, useful when trying to select an element or when you want to keep your perspective fixed and do other things.
Improvements:
- Usage of Biome as a formatter for consistency
- A new build.js script that simplifies the previous, verbose build step
- Refactor of code to improve maintainability and compatibility with the single function Gist
The Selectors input takes a JSON array with objects in the following format:
{
"selector": "input *",
"hue": 190
}
v0.0.1
update build script to require tag