Releases: mavoweb/mavo
Releases · mavoweb/mavo
v0.1.4
- 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 liketime()
,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
- 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
- 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
Public release
v0.1.0 don't read me