Skip to content

Releases: vcync/modV

3.21.2

26 Mar 21:59
Compare
Choose a tag to compare

3.21.2 (2022-03-26)

Bug Fixes

  • color-picker: sets contextIsolation to false (#715) (037223d), closes #714

Reverts

3.21.1

24 Mar 15:08
Compare
Choose a tag to compare

3.21.1 (2022-03-24)

Bug Fixes

  • build: use node 16 which should install windows-build-tools automatically (906d866)

3.21.0

10 Mar 08:02
Compare
Choose a tag to compare

3.21.0 (2022-03-10)

Bug Fixes

Features

  • help: adds link to github discussions in help menu (#679) (c6c24bf)
  • renderer: adds three.js renderer (#684) (34b4826)

3.20.2

09 Feb 19:49
Compare
Choose a tag to compare

3.20.2 (2022-02-09)

Bug Fixes

  • gallery-group: fixes gallery group being removed on group order change (#683) (bf581ee)
  • inputlinks: fixes mutation type inputlinks (#686) (0e4e4cd)
  • presets: spreads preset data object before property deletion (#682) (a219e2e)

3.20.1

07 Jan 17:35
Compare
Choose a tag to compare

3.20.1 (2022-01-07)

Bug Fixes

  • color: fixes color props to work with new subproperties (#670) (fc10f3e)

3.20.0

06 Jan 10:41
Compare
Choose a tag to compare

3.20.0 (2022-01-06)

Bug Fixes

  • copyright: updates copyright notice in readme (#668) (d9d9621)
  • inputs: adds clean-up of inputs when modules or groups are removed (#656) (910f731)
  • modules: handle non registered modules (#661) (4748d34), closes #660 #660
  • vec2control: fixes inputlink focus (#666) (a3f47d0)

Features

  • props: adds sub-property inputs to allow input links (#658) (8bb9073)
  • text: set the default fill color to white and the stroke to red (#654) (515e4c8), closes #510

3.19.1

10 Nov 10:12
Compare
Choose a tag to compare

3.19.1 (2021-11-10)

Bug Fixes

  • build: ignore the time so that we can always do a release even after 2 hours (#652) (58da409), closes #602
  • release: use node 14 (7b3f169)

3.19.0

09 Nov 22:03
Compare
Choose a tag to compare

3.19.0 (2021-11-09)

Bug Fixes

Features

  • isf: remove unused error message & temp folder from media manager (#636) (4dfb299)
  • kick: adds option for kick as inputlink and adds u_kick uniform for shaders (#616) (6aeac7f)
  • offline-support: Include raster.css + fonts (#622) (ef217bb), closes #621

Performance Improvements

  • module-inspector: changes v-for key from id to index (#625) (c79cb81)

3.18.0

01 Jul 21:20
Compare
Choose a tag to compare

3.18.0 (2021-07-01)

Bug Fixes

  • updates a group's outputContext name when group's name is updated (#604) (a0db3c9), closes #599
  • deps: Use correct format to load vcync/interactive-shader-format-js (553f4f9)
  • fixes loading presets with textures referencing groups (#591) (9dfeff5), closes #590 #590
  • mathjs: updates mathjs to v7 from v3 (#595) (32585cc), closes #594

Features

3.17.1

24 Jun 20:55
Compare
Choose a tag to compare

3.17.1 (2021-06-24)

Bug Fixes