Skip to content

Releases: riot/util

v10.1.2

21 Nov 21:33
v10.1.2
d9f4d4b

Choose a tag to compare

  • Fix the old insertBefore method keeping its backward compatibility
  • Add the new moveBefore method to the DOM module

v10.1.1

21 Nov 21:02
v10.1.1
e78208f

Choose a tag to compare

  • Fix the Element.prototype detection in Node environments

v10.1.0

21 Nov 20:58
v10.1.0
2ccc3a6

Choose a tag to compare

  • Update the DOM insertBefore method using the new moveBefore API if available

v10.0.0

18 Jul 19:51
v10.0.0
e00bd8c

Choose a tag to compare

  • Update the utils to support the new Riot.js 10v
  • Drop support for node < 22v

v2.5.1

30 May 20:27
v2.5.1
41ea420

Choose a tag to compare

  • Fix riot/riot#3060 skip the Ref from the attributes/props evaluation

v2.5.0

28 Feb 20:20
v2.5.0
1651ca3

Choose a tag to compare

  • Add the REF expression type constant

v2.4.0

21 Jun 20:21

Choose a tag to compare

  • Add the new Object.pick method

v2.3.0

14 Jun 21:42

Choose a tag to compare

  • Add the Object.filter helper
  • Update use structuredClone to clone objects

v2.2.4

01 Dec 21:46

Choose a tag to compare

  • Improve the isNode check

v2.2.3

25 Aug 23:03

Choose a tag to compare

  • Use the cjs extension for commonjs exports