Releases: this-oliver/rothko-js
Releases · this-oliver/rothko-js
v0.7.4
26 Jul 14:27
Compare
Sorry, something went wrong.
No results found
This release just brings the github release version up to the npm registry version
v0.5.3
18 Jul 14:29
Compare
Sorry, something went wrong.
No results found
0.5.3 (2025-07-18)
Bug Fixes
npm failing to publish package because of auth (#24 ) (481a1ec )
v0.5.2
18 Jul 14:19
Compare
Sorry, something went wrong.
No results found
0.5.2 (2025-07-18)
Bug Fixes
not able to publish package because of release version tag (#22 ) (889d1e3 )
v0.5.1
18 Jul 14:06
Compare
Sorry, something went wrong.
No results found
0.5.1 (2025-07-18)
Bug Fixes
cicd: cicd automations not working (#12 ) (d3d8fd1 )
separates dependencies between component and demo (#15 ) (55a3fb6 )
new shapes
21 Aug 12:39
Compare
Sorry, something went wrong.
No results found
added circles & triangle shapes
new interfaces
tweaked some math
tweaked rothko card props/behavior
added options in demo
improved shapes
11 Aug 19:58
Compare
Sorry, something went wrong.
No results found
new and improved rothko-js 🖌️
improves coordinate generation in a reproducible manner
uses hash to decide number of shapes
draws shape in the shapeGenerator function
deterministic shapes
07 Aug 14:39
Compare
Sorry, something went wrong.
No results found
root seed is used to generate sub-seeds which are then used to for each shape
shape coordinates and dimensions are determined by each shape's seed
Adds `redraw` behaviour
07 Aug 14:31
Compare
Sorry, something went wrong.
No results found
adds redraw behavior based text-input
real-time changes
minimal viable component
21 Jun 05:40
Compare
Sorry, something went wrong.
No results found
This release marks the start of rothko-js, a vue component that generates colors/patterns based on text-input. The current release includes:
minimal viable product (component) that deterministically generates a color based on text input
a demo page for users to experiment with component