Snabbdom Versions Save

A virtual DOM library with focus on simplicity, modularity, powerful features and performance.

v3.6.2

3 months ago

3.6.2 (2024-01-31)

Bug Fixes

  • detect opportunity to insert new vnode earlier for more efficient DOM manipulation (#1106) (4383817), closes #1099

v3.6.1

3 months ago

3.6.1 (2024-01-30)

Bug Fixes

v3.6.0

3 months ago

3.6.0 (2024-01-20)

Note: Do to improvements to the JSX typings the minimum supported TypeScript version is now 4.1.

Bug Fixes

Features

  • optimise detection of data and svg names (#1058) (71813ff)

v3.5.1

1 year ago

3.5.1 (2022-06-22)

Bug Fixes

v3.5.0

2 years ago

3.5.0 (2022-04-26)

Features

  • notify hooks and modules about textContent changes (c230eb8)

v3.4.0

2 years ago

3.4.0 (2022-03-20)

Bug Fixes

  • use array access instead of string.startsWith (515bc97)

Features

v3.3.1

2 years ago

3.3.1 (2022-01-18)

Bug Fixes

v3.3.0

2 years ago

3.3.0 (2022-01-17)

Features

v3.2.0

2 years ago

3.2.0 (2021-12-13)

Bug Fixes

  • assert that fragment functions are implemented (df0f031)

Features

  • allow DocumentFragment as a container (3505879)
  • support DocumentFragment (7e86386), closes #560

v3.1.0

2 years ago

3.1.0 (2021-09-03)

Features

  • allow String and Number objects to be used as children (#979) (19d1d29), closes #977