Releases: creatorsgarten/contentsgarten
Releases · creatorsgarten/contentsgarten
@contentsgarten/[email protected]
[email protected]
Minor Changes
- 060294f: Syntax change:
query
method to be changed tosearch
instead due to method conflicts with@trpc/client
[email protected]
Minor Changes
- f47e19a: Syntax change: The
getpage
filter has been renamed toget_page
. - aebab74: The
view
method now returns aperf
array which contains the performance logs - cfd983a: Added redirection support. By setting
redirect: target
in the frontmatter, will causestatus
to be 301 andtargetPageRef
to be the page to redirect to. Consumers should handle this new status and redirect the user accordingly. Consumers can choose to handle?redirect=no
to prevent redirection (thus allowing the page to be easily edited) like in MediaWiki. - aebab74: Add a
query
API to query pages from the page database. - f47e19a: Added
get_subpages
andquery_pages
Liquid filters. - cfd983a: Syntax change: The
jekyllInclude
option in Liquid.js has been turned off.
Patch Changes
- cfd983a: Fixed a bug where authorship information is temporarily lost when saving a page.
- @contentsgarten/[email protected]
@contentsgarten/[email protected]
Patch Changes
- Updated dependencies [060294f]
@contentsgarten/[email protected]
@contentsgarten/[email protected]
Patch Changes
- Updated dependencies [1010b18]
- @contentsgarten/[email protected]
@contentsgarten/[email protected]
Minor Changes
- 1010b18: Added
renderCode
option to the Html component to allow customize the rendering.
[email protected]
Minor Changes
- cac978d: Added an experimental
getpage
Liquid filter to query the existence of another page or access its front-matter.
Patch Changes
- 4fbf8a7: Fixed a bug where special pages do not return HTML content despite
render
flag set to true.- @contentsgarten/[email protected]
[email protected]
Minor Changes
-
08d7777: Added a
render
option to theview
procedure. Whentrue
, contentsgarten will render Markdown into HTML and include the rendered content inrendered
output. In addition, it will also include a list ofheadings
.Consumers no longer have to parse Markdown into HTML themselves, as it is now done by contentsgarten.
Patch Changes
- Updated dependencies [08d7777]
- Updated dependencies [08d7777]
- Updated dependencies [08d7777]
- @contentsgarten/[email protected]