Skip to content

Releases: OrionReed/dom3d

v0.0.4

01 Apr 15:20
Compare
Choose a tag to compare

Changes:

  • Dragging now required by default to rotate
  • Removed option to disable zooming
  • Separated "Require Alt+Drag" into separate Alt and Drag options

v0.0.3

30 Mar 19:56
7cc66c9
Compare
Choose a tag to compare

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

29 Mar 05:19
6d77824
Compare
Choose a tag to compare

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

28 Mar 19:34
Compare
Choose a tag to compare
update build script to require tag