Skip to content

Releases: OmarWebDev/vastate-js

Vastate JS 2.2

21 May 19:29
33c1645
Compare
Choose a tag to compare

Changes

  • Added Events

Vastate JS 2.1

14 May 14:22
f4469e8
Compare
Choose a tag to compare

Difference between Vastate JS 2 and Vastate JS 1

  • Vastate JS 2 is using Shadow DOM it is more faster than Vastate JS 1
  • Vastate JS 2 provide a more easy way to print the state to the browser, and it is more easy to use than Vastate JS 1
  • Preloader, Events is not available in Vastate JS 2 yet, but it will be available in the future
  • Mounting is not available in Vastate JS 2 because you won't type {#VALUE#} in the html

vastate-js-v1.3.0

15 Apr 21:34
76da7e7
Compare
Choose a tag to compare

Changes

  1. Fixed a bug that cause vastate-each not loop when using any element that is not div
  2. Added mounting to prevent {#VALUE#} from showing in the browser

vastate-js-v1.2.11

07 Apr 13:35
21803cf
Compare
Choose a tag to compare

Changes

  • Added Events (New)
  • Fixed a bug when you use object with vastate-print
  • Fixed a bug when you use object with vastate-print-group
  • Fixed a bug that cause vastate-each remove every child elements except first one

vastate-js-v1.2.1

07 Apr 13:13
dd45c76
Compare
Choose a tag to compare

Changes

  • Added Events (New)
  • Fixed a bug when you use object with vastate-print
  • Fixed a bug when you use object with vastate-print-group
  • Fixed a bug that cause vastate-each remove every child elements except first one

vastate-js-v1.1.0

30 Mar 22:52
a78d174
Compare
Choose a tag to compare

Changes

  1. Added non static setLoadingTemplate method to set loading template for a specific state.
  2. Fixed {#VALUE#} is shown in the browser when using vastate-each with empty array.
  3. Code is more cleaner.

vastate-js-v1.0.7

29 Mar 21:26
111a075
Compare
Choose a tag to compare

Changes

  1. Updated README.md
  2. Added grouping (check readme.md file to see how to use it)

vastate-js-v1.0.6

28 Mar 21:34
f9d47b0
Compare
Choose a tag to compare

Changes

  1. Added Error page when you forget to pass obj attribute to vastate print when printing object.
  2. Re-added html attribute feture.

vastate-js-v1.0.5

27 Mar 22:08
Compare
Choose a tag to compare

Changes

  1. Fixed vastate-print not updating when using set function.
  2. Removed HTML attribute now you don't need to use HTML attribute to print a HTML state (Removed because it was causing the vastate-print bug).

vastate-js-v1.0.4

27 Mar 14:18
Compare
Choose a tag to compare

First Stable Release