Skip to content

Releases: Masquerade-Circus/valyrian.js

Release 8.0.7

21 Dec 13:51
Compare
Choose a tag to compare

8.0.7 (2024-12-21)

Bug Fixes

  • v-model: fix v-model directive not updating model (ff8bc16)

Release 8.0.6

15 Dec 07:50
Compare
Choose a tag to compare

8.0.6 (2024-12-15)

Code Refactoring

Release 8.0.5

15 Dec 03:20
Compare
Choose a tag to compare

8.0.5 (2024-12-15)

Documentation

  • update pulse store documentation (7466abc)

Code Refactoring

Release 8.0.4

12 Dec 04:42
Compare
Choose a tag to compare

8.0.4 (2024-12-12)

Bug Fixes

  • fix setting class and id to svg elements (e75a3bf)

Release 8.0.3

12 Dec 00:16
Compare
Choose a tag to compare

8.0.3 (2024-12-12)

Bug Fixes

  • fix setting attributes in svg elements (e2b41d7)

Release 8.0.2

11 Dec 23:54
Compare
Choose a tag to compare

8.0.2 (2024-12-11)

Build System

  • update tsconfig and package.json (c9aee13)

Release 8.0.1

11 Dec 23:39
Compare
Choose a tag to compare

8.0.1 (2024-12-11)

Styles

Release 8.0.0

10 Dec 22:14
Compare
Choose a tag to compare

8.0.0 (2024-12-10)

⚠ BREAKING CHANGES

  • fluxstore: Change Store module to FluxStore
  • Changed the way v-model works. Now it will pass the model and the key will be
    obtained from the name of the input.

Features

  • pulse store: implement pulse store (7101fee)

Documentation

Styles

Code Refactoring

  • fluxstore: change Store module to FluxStore (c9d8883)
  • native store: refactor native store and add session storage to node environment (13f3b76)
  • refactor (828c9e6)
  • refactor main lib. Add new features (f965280)
  • refactor router, translate and main lib (bb95b37)
  • request: refactor request (5d268c4)
  • router: improve router (de3e14f)
  • router: refactor router (43972b9)
  • translate: refactor translate and add tests (0ec028e)

Build System

Continuous Integration

Release 7.2.12

09 Nov 00:08
Compare
Choose a tag to compare

7.2.12 (2023-11-09)

Code Refactoring

Release 7.2.11

27 Sep 20:59
Compare
Choose a tag to compare

7.2.11 (2023-09-27)

Bug Fixes

  • fix tree-adapter append replace and remove unexistent child (992fbd6)