Skip to content

Releases: podlite/podlite-web

v0.2.8

05 May 16:45
@zag zag
Compare
Choose a tag to compare
  • improve description header
  • fix rss generation

Full Changelog: v0.2.6...v0.2.8

v0.2.7

28 Apr 14:21
@zag zag
Compare
Choose a tag to compare
  • fix styles

Full Changelog: v0.2.6...v0.2.7

v0.2.6

28 Apr 08:02
@zag zag
Compare
Choose a tag to compare
  • fix LastArticles helper

Full Changelog: v0.2.5...v0.2.6

v0.2.5

27 Apr 18:26
@zag zag
Compare
Choose a tag to compare
  • add support for embedding Podlite editor
  • fix sitemap and rss generation
  • refactor styles
  • added an extra command line option to specify a glob pattern for matching files to process

Full Changelog: v0.2.4...v0.2.5

v0.2.4

13 Jan 09:09
@zag zag
Compare
Choose a tag to compare
  • moved to node v22
  • fix CSS styles
  • fix default template for pages

Full Changelog: v0.2.3...v0.2.4

v0.2.3

18 Dec 18:32
@zag zag
Compare
Choose a tag to compare
  • fix rss.xml file generation

Full Changelog: v0.2.2...v0.2.3

v0.2.2

15 Dec 19:01
@zag zag
Compare
Choose a tag to compare
  • average page size optimization (reduction up to 2-3 times)

  • add default template src/defaultTemplate/defaultSiteTemplate.podlite

  • add support for :templateFile configuration attribute for site in index.pod6

  • add metalink and title for each page

  • add default robots.txt

  • fix filtering pages for publish ( now depends on publishUrl)

Full Changelog: v0.1.25...v0.2.2

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