Skip to content

Releases: this-oliver/rothko-js

v0.7.4

26 Jul 14:27
v0.7.4
5732940

Choose a tag to compare

This release just brings the github release version up to the npm registry version

v0.5.3

18 Jul 14:29
a6f495d

Choose a tag to compare

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
ef4c3dd

Choose a tag to compare

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
40db313

Choose a tag to compare

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

Choose a tag to compare

  • added circles & triangle shapes
  • new interfaces
  • tweaked some math
  • tweaked rothko card props/behavior
  • added options in demo

improved shapes

11 Aug 19:58

Choose a tag to compare

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

Choose a tag to compare

  • 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

Choose a tag to compare

  • adds redraw behavior based text-input
  • real-time changes

minimal viable component

21 Jun 05:40

Choose a tag to compare

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