Skip to content

Releases: podlite/podlite-web

v0.2.1

03 Oct 18:11
@zag zag
Compare
Choose a tag to compare
  • move to plugins architecture
  • add support template file for each page
  • add index of terms React component
=useReact {IndexTerms} from '@Components/indexTerms'
=for React :component<IndexTerms> :id<index>
  • highlight code modules
=begin code :lang< javascript >

print(JSON.stringify([1,2]]));

=end code 

introduce a new project that showcases all the above-mentioned Podlite-web features in action -

raku-knowledge-base-social

thank you

Full Changelog: v0.1.25...v0.2.1

v0.1.25

18 Aug 17:17
@zag zag
Compare
Choose a tag to compare
  • API for plugins

  • react plugin ( =useReact=React)

  • pubdate plugin ( publish document based on :pubdate attribute)

  • image plugin, links plugin

  • state-version plugin ( get a version for a set of documents )

  • plugin for preparing data for publication

  • add support doc: scheme for L<>

  • new cli tool based on plugins

v0.1.24

26 May 17:06
@zag zag
Compare
Choose a tag to compare
  • add support for formulas

  • add support for HTML entities in E<> code

  • improve support for :nested

  • adjust :caption for =toc

Full Changelog: v0.1.23...v0.1.24

v0.1.23

14 Apr 15:38
@zag zag
Compare
Choose a tag to compare
  • fix CookieConsent align-content

Full Changelog: v0.1.22...v0.1.23

v0.1.22

14 Apr 14:06
@zag zag
Compare
Choose a tag to compare
  • fix types

Full Changelog: v0.1.21...v0.1.22

v0.1.21

14 Apr 13:07
@zag zag
Compare
Choose a tag to compare
  • add support for =FOOTER block, which adds content to each page

  • update styles for links in TOC

  • support Google tag manager, :gtmId("GTM-XXXXX") attribute for the site (index.pod6)

  • add CookieConsent React component

Full Changelog: v0.1.20...v0.1.21

v0.1.20

25 Mar 05:43
@zag zag
Compare
Choose a tag to compare
  • update styles for code block

Full Changelog: v0.0.19...v0.1.20

v0.0.19

21 Mar 08:49
@zag zag
Compare
Choose a tag to compare
  • update styles to support notification blocks

Full Changelog: v0.1.18...v0.0.19

v0.1.18

27 Feb 17:44
@zag zag
Compare
Choose a tag to compare
  • update dependencies

v0.1.17

25 Feb 19:34
@zag zag
e61671e
Compare
Choose a tag to compare
  • fix =toc linking