Skip to content

Releases: creatorsgarten/contentsgarten

@contentsgarten/[email protected]

30 Apr 15:10
08be597
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 Apr 12:29
0ab74ab
Compare
Choose a tag to compare

Minor Changes

  • 060294f: Syntax change: query method to be changed to search instead due to method conflicts with @trpc/client

[email protected]

27 Apr 12:05
8b41d58
Compare
Choose a tag to compare

Minor Changes

  • f47e19a: Syntax change: The getpage filter has been renamed to get_page.
  • aebab74: The view method now returns a perf array which contains the performance logs
  • cfd983a: Added redirection support. By setting redirect: target in the frontmatter, will cause status to be 301 and targetPageRef 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 and query_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]

27 Apr 12:29
0ab74ab
Compare
Choose a tag to compare

Patch Changes

@contentsgarten/[email protected]

27 Apr 12:05
8b41d58
Compare
Choose a tag to compare

Patch Changes

@contentsgarten/[email protected]

27 Apr 12:05
8b41d58
Compare
Choose a tag to compare

Patch Changes

@contentsgarten/[email protected]

27 Apr 12:05
8b41d58
Compare
Choose a tag to compare

Minor Changes

  • 1010b18: Added renderCode option to the Html component to allow customize the rendering.

[email protected]

26 Apr 17:12
ce833ac
Compare
Choose a tag to compare

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.

[email protected]

26 Apr 15:49
338855f
Compare
Choose a tag to compare

Minor Changes

  • 08d7777: Added a render option to the view procedure. When true, contentsgarten will render Markdown into HTML and include the rendered content in rendered output. In addition, it will also include a list of headings.

    Consumers no longer have to parse Markdown into HTML themselves, as it is now done by contentsgarten.

Patch Changes

@contentsgarten/[email protected]

26 Apr 17:12
ce833ac
Compare
Choose a tag to compare

Patch Changes