Skip to content

Commit ea6c315

Browse files
committed
new version
1 parent 500f935 commit ea6c315

File tree

3 files changed

+74
-391
lines changed

3 files changed

+74
-391
lines changed

CHANGELOG.pod6

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
33
=head1 Upcoming
44
5+
=head1 0.2.2
6+
7+
=item average page size optimization (reduction up to 2-3 times)
8+
=item add default template C<src/defaultTemplate/defaultSiteTemplate.podlite>
9+
=item add support for C<:templateFile> configuration attribute for site in C<index.pod6>
10+
=item add C<meta>, C<link> and C<title> for each page
11+
=item add default C<robots.txt>
12+
=item fix filtering pages for publish ( now depends on publishUrl)
13+
514
=head1 0.2.1
615
716
=item move to plugins architecture
@@ -31,7 +40,7 @@
3140
=head1 0.1.22
3241
=item1 * fix types
3342
=head1 0.1.21
34-
=item1 * add support for =FOOTER block, which adds content to each page
43+
=item1 * add support for C<=FOOTER> block, which adds content to each page
3544
=item1 * update styles for links in TOC
3645
=item1 * support Google tag manager, :gtmId("GTM-XXXXX") attribute for the site (index.pod6)
3746
=item1 * add C<CookieConsent> React component

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "podlite-web",
33
"description": "📖 Create static websites with Next.js and the Podlite markup language.",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"private": true,
66
"scripts": {
77
"next_dev": "next dev",
@@ -30,10 +30,10 @@
3030
"react-dom": "17.0.2"
3131
},
3232
"devDependencies": {
33-
"@podlite/markdown": "^0.0.15",
34-
"@podlite/publisher": "^0.0.3",
35-
"@podlite/schema": "^0.0.22",
36-
"@podlite/to-jsx": "^0.0.26",
33+
"@podlite/markdown": "^0.0.17",
34+
"@podlite/publisher": "^0.0.5",
35+
"@podlite/schema": "^0.0.24",
36+
"@podlite/to-jsx": "^0.0.28",
3737
"@rollup/plugin-commonjs": "^26.0.1",
3838
"@rollup/plugin-json": "^6.1.0",
3939
"@rollup/plugin-node-resolve": "^15.2.3",
@@ -57,7 +57,7 @@
5757
"next-optimized-images": "^2.6.2",
5858
"nodemon": "^2.0.16",
5959
"pagefind": "^1.1.1",
60-
"podlite": "^0.0.35",
60+
"podlite": "^0.0.37",
6161
"prettier": "^2.5.1",
6262
"react-modal": "^3.14.4",
6363
"rimraf": "^3.0.2",

0 commit comments

Comments
 (0)