File tree Expand file tree Collapse file tree 3 files changed +74
-391
lines changed Expand file tree Collapse file tree 3 files changed +74
-391
lines changed Original file line number Diff line number Diff line change 2
2
3
3
= head1 Upcoming
4
4
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
+
5
14
= head1 0.2.1
6
15
7
16
= item move to plugins architecture
31
40
= head1 0.1.22
32
41
= item1 * fix types
33
42
= 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
35
44
= item1 * update styles for links in TOC
36
45
= item1 * support Google tag manager, :gtmId("GTM-XXXXX") attribute for the site (index.pod6)
37
46
= item1 * add C < CookieConsent > React component
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " podlite-web" ,
3
3
"description" : " 📖 Create static websites with Next.js and the Podlite markup language." ,
4
- "version" : " 0.2.1 " ,
4
+ "version" : " 0.2.2 " ,
5
5
"private" : true ,
6
6
"scripts" : {
7
7
"next_dev" : " next dev" ,
30
30
"react-dom" : " 17.0.2"
31
31
},
32
32
"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 " ,
37
37
"@rollup/plugin-commonjs" : " ^26.0.1" ,
38
38
"@rollup/plugin-json" : " ^6.1.0" ,
39
39
"@rollup/plugin-node-resolve" : " ^15.2.3" ,
57
57
"next-optimized-images" : " ^2.6.2" ,
58
58
"nodemon" : " ^2.0.16" ,
59
59
"pagefind" : " ^1.1.1" ,
60
- "podlite" : " ^0.0.35 " ,
60
+ "podlite" : " ^0.0.37 " ,
61
61
"prettier" : " ^2.5.1" ,
62
62
"react-modal" : " ^3.14.4" ,
63
63
"rimraf" : " ^3.0.2" ,
You can’t perform that action at this time.
0 commit comments