Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [4.0.0](v3.4.0...v4.0.0) (2024-07-11) ### Bug Fixes * **context:** review c.config contents ([4938926](4938926)) * **core:** cursor positioning bug with empty spaces before and after cursor marker ([969cb87](969cb87)) * **core:** cursor positioning find order ([61d572c](61d572c)) * **core:** cursor positioning when including templates: corner case for head ([9832fa1](9832fa1)) * **core:** order of code execution: as block follows ([a753c9d](a753c9d)) * **docs:** scrolling to anchor bug ([334fa2d](334fa2d)) * **docs:** toc scroll highlighting bug ([51a694d](51a694d)) * escaping named args while transcluding templates ([1482583](1482583)) * improve nacro mode pattern matching ([5ea6083](5ea6083)) * insertion ui: losing focus on tab key ([d6bf556](d6bf556)) * propper work of escaping regex ([55792b2](55792b2)) * **query:** filtering by value for includes, starts with & ends with operations ([7f253ce](7f253ce)) * remove autoselection of syntax ([76499f7](76499f7)) * remove template-list-as and template-usage properties when template-including-parent is YES ([1ae4566](1ae4566)), closes [#39](#39) * rendering template when user return custom value within template ([68e1f74](68e1f74)) * sometimes dumping context variables fails to render in logseq ([fba29f1](fba29f1)) * **tags:** changing default value for .countby & .groupby ([b3d8262](b3d8262)) * **tags:** complete review of include and layout template tags + docs ([26dd906](26dd906)) * **tags:** dev.dump and context objects displaying issues with spaces ([26fea51](26fea51)) * **tags:** dev.get now could return an array of strings ([041851d](041851d)) * **views:** fix support of highlighting text ([2ea6445](2ea6445)) * **views:** improve compilation of logseq markup to HTML ([7d55f87](7d55f87)) ### Build System * make version increment ([3918f27](3918f27)) ### Features * change ui appearence according to sellected blocks ([991b7e6](991b7e6)) * **core:** cross-block scoped js vars ([446c413](446c413)) * **core:** inserting new blocks at runtime ([31b0bad](31b0bad)) * **core:** make returnin values from templates look pretty ([0200fbe](0200fbe)) * **core:** passing execution environment back to template tags ([b27cc05](b27cc05)) * **core:** pretty printing values returning from templates ([955c66e](955c66e)) * **core:** set cursor position ([16a9b36](16a9b36)), closes [#13](#13) * **docs:** scroll rigth toc sidebar according to current view ([c076344](c076344)) * macro mode ([f258c02](f258c02)) * prototype of Action template ([6de9754](6de9754)) * **query:** .referenceCount filter ([c49e89c](c49e89c)) * support locales based on logseq settings ([cc90aba](cc90aba)), closes [#40](#40) * **tags:** `array.countby` & wrap to object option ([c1f62af](c1f62af)) * **tags:** add dev.tree.* namespace & dev.tree.getNode template tags with docs ([bf3588d](bf3588d)) * **tags:** added cursor() template tag to position cursor from ``{...}`` ([4c83f2c](4c83f2c)) * **tags:** dev.compileMarkup, dev.cleanMarkup template tags ([a4a33d3](a4a33d3)) * **tags:** dev.dump template tag ([d51fbeb](d51fbeb)) * **tags:** improve `query.refs.pages` & `query.refs.journals` to retrieve block props ([5858a4d](5858a4d)) * **tags:** include.veiw, include,inlineView and lazy param for include & layout ([b315c6c](b315c6c)) * **tags:** layout.args ([ced84e1](ced84e1)) * **tags:** new template tag `date.fromJournal` ([5d43b87](5d43b87)) * **tags:** now `layout.args` could have specified values for arguments ([58b5a8f](58b5a8f)) * **tags:** parse.links, parse.refs, dev.refs template tags ([f9b75f6](f9b75f6)) * **tags:** review dev.get template tag ([c95fe4e](c95fe4e)) * **tags:** spawn and append whole tree template tags ([d8b5857](d8b5857)) * **views:** resolve page aliases when clicking on refs ([c2eeff8](c2eeff8)) ### BREAKING CHANGES * see change log for details
- Loading branch information