-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCHANGELOG.podlite
More file actions
157 lines (110 loc) · 4.29 KB
/
Copy pathCHANGELOG.podlite
File metadata and controls
157 lines (110 loc) · 4.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
=TITLE CHANGES
=head1 Upcoming
=head1 0.10.2
=item include C<podlite-web> version in C<control.json> C<stateVersion> via C<@podlite/publisher>'s C<appVersion> param; result format C<<crc>+v<publisher>+app<web>>
=item add C<themes/product.css>, C<themes/docs.css>, C<themes/minimal.css> companions to C<themes/portrait-avatar.css>; consumed by C<:theme<X>> attribute support в C<@podlite/publisher> site-data-plugin
=head1 0.10.1
=item extract header-img portrait styling to C<@Styles/themes/portrait-avatar.css>; default is neutral. Sites relying on the previous default add C<@import "@Styles/themes/portrait-avatar.css"> to their C<page.styles.css>
=head1 0.9.18
=item bump podlite
=head1 0.9.17
=item bump podlite monorepo deps to 0.0.61
=head1 0.9.16
=item bump podlite monorepo deps to 0.0.60 — pulls in C<header> MIME parameter for CSV/TSV C<=data> blocks (C<@podlite/schema 0.0.40>) and recursive C<:folded> head section grouping with CSS margin fix (C<@podlite/to-jsx 0.0.44>)
=head1 0.9.15
=item fix image_block stretching to full screen width — small images now stay at natural size, large images capped at 38rem
=item add C<:enableFolding> attribute support for C<=PodLite> embedded editor (default C<false>)
=head1 0.9.14
=item update dependencies
=head1 0.9.12
=item fix processing symlilnks
=item fix docker image
=head1 0.9.11
=item style fixes
=item added `!enablePreview`, `:enablePreview`, `size`, and `enableAutocompletion` options for embeddable page editor
=head1 0.2.10
=item * update dependencies
=head1 0.2.9
=item adding new features to run in docker
=head1 0.2.8
=item improve C<description> header
=item fix rss generation
=head1 0.2.7
=item fix styles
=head1 0.2.6
=item fix LastArticles helper
=head1 0.2.5
=item add support for embeding Podlite editor via C<=PodLite>
=item fix sitemap and rss generation
=item refactor styles
=item added an extra command line option to specify a glob pattern for matching files to process
=head1 0.2.4
=item moved to node v22
=item fix CSS styles
=item fix default template for C<pages>
=head1 0.2.3
=item fix rss.xml file generation
=head1 0.2.2
=item average page size optimization (reduction up to 2-3 times)
=item add default template C<src/defaultTemplate/defaultSiteTemplate.podlite>
=item add support for C<:templateFile> configuration attribute for site in C<index.pod6>
=item add C<meta>, C<link> and C<title> for each page
=item add default C<robots.txt>
=item fix filtering pages for publish ( now depends on publishUrl)
=head1 0.2.1
=item move to plugins architecture
=item add support template file for page
=item add index of terms React component
=item highlight code modules
=head1 0.1.25
=item API for plugins
=item react plugin ( C<=useReact>, C<=React>)
=item pubdate plugin ( publish document based on C<:pubdate> attribute)
=item image plugin, links plugin
=item state-version plugin ( get a version for a set of documents )
=item plugin for preparing data for publication
=item add support C<doc:> scheme for C<L<>>
=item new cli tool based on plugins
=head1 0.1.24
=item1 * add support for formulas
=item1 * add support for HTML entities in C<E<>> code
=item1 * improve support for C<:nested>
=itme1 * adjust C<:caption> for C<=toc>
=head1 0.1.23
=item1 * fix C<CookieConsent> align content
=head1 0.1.22
=item1 * fix types
=head1 0.1.21
=item1 * add support for C<=FOOTER> block, which adds content to each page
=item1 * update styles for links in TOC
=item1 * support Google tag manager, :gtmId("GTM-XXXXX") attribute for the site (index.pod6)
=item1 * add C<CookieConsent> React component
=head1 0.1.20
=item * update styles for code block
=head1 0.1.19
=item * update styles to support notifications blocks
=head1 0.1.18
=item * update dependencies
=head1 0.1.17
=item * update dependencies
=head1 0.1.15
=item * update dependencies
=item * =Mermaid, =picture support
=head1 0.1.15
=item * fix detect changes at index page
=head1 0.1.14
=item * C<=toc>, C<=markdown> are now standard blocks
=item * update dependencies
=head1 0.1.13
=item * update dependencies
=head1 0.1.12
=item * fix build error
=head1 0.1.11
=item * fix styles for =table, =nested and =code
=item * update dependencies
=head1 0.1.10
=item * fix mobile styles
=item * fix style for headers
=item * fix generate anchor links
=head1 0.1.9
=item * fix :link for =Image