Skip to content

Releases: mavoweb/mavo

v0.1.4

08 Oct 14:01
Compare
Choose a tag to compare
  • Dynamic special properties that are updated independently of data! Current set of such properties is:
    • $now current time in milliseconds since 1/1/1970. Mostly useful in conjunction with date and time functions like time(), second(), date() etc.
    • $mouse for mouse position. Use $mouse.x and $mouse.y for individual coordinates.
    • $hash for the URL hash (without the # sign)
  • New url() function for getting URL parameters regardless of how they’re defined (via path or query string). $url is now deprecated and will be removed in the next release.
  • Support for optional toolbar buttons that can be enabled but are not there by default.
  • Toolbar Clear button has been moved to a plugin
  • Second argument of if() now defaults to first.
  • Several bugfixes

v0.1.3

16 Sep 00:29
Compare
Choose a tag to compare
  • Googlebot support! Data in Mavo apps is now indexed properly, thanks to @EtunaAikido’s great work!
  • [API] Ability to get to Mavo nodes from expression objects (currently behind a flag for primitives).
  • Objects are printed out as JSON instead of [object Object]
  • Descendant groups now have priority over ancestor groups in expression evaluation
  • Elements do not become editable when hovering for over 150ms anymore. It's not needed now.
  • Several bugfixes

v0.1.2

19 Jul 20:38
Compare
Choose a tag to compare
  • Localization!
  • Declarative API for localization (<datalist class="mv-phrases" lang="XX">)
  • negative values in mv-bar
  • Custom toolbar buttons
  • Automatic login to all other mavos on the same page with the same backend
  • Added mv-storage-type, mv-source-type, mv-init-type to force specific backend.
  • Github Enterprise now supported (via mv-storage-type="github")
  • Several bugfixes

v0.1.1

20 Jun 20:28
Compare
Choose a tag to compare
Attempt to fix #215

Public release

16 May 12:02
Compare
Choose a tag to compare
v0.1.0

don't read me

v0.0.7

15 Feb 23:05
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release
Bring contribution guidelines up to date

v0.0.6

12 Dec 21:17
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

About time, can't even remember how long ago 0.0.5 was.

v0.0.5

09 Sep 21:02
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

I guess it's about time, haven't done a new release for ages.

v0.0.4

07 Mar 22:32
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
Small docs updates

v0.0.3: The fix for #32 (248f394b97762139e27cc5b8abe5efe437a6bab6) basically …

22 Feb 19:58
Compare
Choose a tag to compare
…broke editing. This fixes it again