mavo
mavo copied to clipboard
Create web applications entirely by writing HTML and CSS!
Reduced testcase: https://codepen.io/dmitrysharabin/pen/ZExZaOJ
This would allow things like `mv-markdown-options="ellipsis: false"` to be processed correctly.
Closes #475. I believe this feature is a nice to have in the upcoming release. I tested it on several examples, including [SVG Path Builder](https://mavo.io/demos/svgpath/). It looks like it's working....
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. Changelog Sourced from nanoid's changelog. Change Log This project adheres to Semantic Versioning. 3.2 Added --size and --alphabet arguments to binary (by Vitaly Baev)....
This PR is a solution for #793 issue. Function calls are tested after renaming and working exact the same way as before. There are extra warnings on the console for...
This update also includes a bug to the duration function providing too many terms (i.e. for duration(10000000,1) it provides "2 hours, 46 minutes, 40 seconds"), but that was fixed with...
To addresss Issue #47 For example: datetime can be set to "P5DT2H4S", "5 days 2 hours 4 seconds", or "5d 2h 4s"
This is to fix #438. I believe this works and is DRY. My only gripe is that I used `serialized + ""` in two places. If you want I can...
Right now, mv-init triggers requests for authentication, even if it will never be used for data because mv-source includes data. Testcase: https://codepen.io/leaverou/pen/xxWJKJR?editors=1100 (open Network panel of dev tools, you will...