6
6
7
7
Useful links: Docsy [ releases] [ ] & [ tags] [ ] . Jump to the [ latest] [ ] release.
8
8
9
- For a list of issues targeted for the next release, see the [ 23Q1 ] [ ] milestone.
9
+ For a list of issues targeted for the next release, see the [ 23Q2 ] [ ] milestone.
10
10
11
- ## 0.7.0 - next planned release (unpublished yet)
11
+ ## [ 0.8.0 ] [ releases ] - next major release (unpublished yet)
12
12
13
13
** New** :
14
14
15
15
** Breaking changes** :
16
16
17
+ ** Other changes** :
18
+
19
+ ## [ 0.7.1] [ ]
20
+
21
+ Followup changes to ** Bootstrap (BS) 5.2 upgrade** ([ #470 ] ):
22
+
23
+ - ` td-blog-posts-list__item ` and ` td-blog-posts-list__body ` replace the ` .media `
24
+ and ` .media-body ` classes, dropped by BS 5 [ #1560 ] .
25
+ - Docsy test for Bootstrap version has been made more robust, and can be
26
+ disabled. For details, see [ #1579 ] .
27
+
28
+ [ #1560 ] : https://github.com/google/docsy/issues/1560
29
+ [ #1579 ] : https://github.com/google/docsy/issues/1579
30
+
31
+ ## [ 0.7.0] [ ]
32
+
33
+ ** New** :
34
+
35
+ - ** Click to copy button for Chroma-highlighted code blocks** : If you already
36
+ implemented this functionality on your website, you can disable it. For
37
+ details see [ Chroma highlighting docs] [ chroma-docsy ] .
38
+
39
+ ** Breaking changes:**
40
+
41
+ - [ ** Hugo** release] [ hugo-releases ] ** 0.110.0** or later is required.
17
42
- ** Upgraded Bootstrap ([ #470 ] )** to v5.2. For a list of Bootstrap's breaking
18
- changes, see the [ Bootstrap migration guide] [ bsv5mig ] . Other Docsy-specific
19
- changes are listed below:
43
+ changes, see the [ Bootstrap migration page] [ bsv5mig ] . Docsy-specific changes:
20
44
- Clean up of unused, or rarely used, variables, functions, and mixins:
21
45
- Dropped ` $primary-light `
22
46
- Dropped ` color-diff() `
@@ -29,29 +53,40 @@ For a list of issues targeted for the next release, see the [23Q1][] milestone.
29
53
- Dropped support for pre-Hugo-0.54.x behavior of ` {{% %}} ` . ([ #939 ] )
30
54
- ` blocks/section ` : ** default** and accepted values of the ` type ` argument
31
55
have changed! For details see [ blocks/section] ([ #1472 ] ).
56
+ - ** Card shortcodes** ([ #1376 ] )] :
57
+ - Renamed CSS class ` td-card-deck ` to ` td-card-group ` .
58
+ - ` card ` , ` card-code ` : markup of inner content (HTML/markdown) now depends
59
+ on the syntax of the calling shortcode, not on extension of page file any
60
+ more [ #906 ] .
61
+ - ` card-code ` is deprecated; use ` card ` with named parameter ` code=true `
62
+ instead.
63
+
64
+ [ chroma-docsy] :
65
+ https://www.docsy.dev/docs/adding-content/lookandfeel/#code-highlighting-with-chroma
32
66
33
- - ** [ Adaptation of shortcodes for diplay of cards (#1376 )] [ 1376 ] :
34
- - shortcode ` cardpane ` : renamed CSS class ` td-card-deck ` to ` td-card-group ` .
35
- - shortcode ` card ` , ` card-code ` : markup of inner content (html/markdown)
36
- now depends on the syntax of the calling shortcode, not on extension
37
- of page file any more [ #906 ] [ 906 ] .
38
- - shortcode ` card-code ` is now deprecated, use shortcode ` card ` with named
39
- parameter ` code=true ` instead.
67
+ - ** Detection of draw.io diagrams** is now ** disabled** by default [ #1185 ] [ ]
40
68
41
69
** Other changes** :
42
70
71
+ - ` $list-inline-padding ` is increased in support of footer icons ([ #1523 ] ). If
72
+ this global adjustment is a problem for your project, let us know and we can
73
+ contextualize the adjustment to the footer.
43
74
- Non-breaking changes that result from the Bootstrap v5 upgrade:
44
75
- Draw.io diagram edit button: replaced custom colors by BS's outline primary.
45
76
46
77
[ #470 ] : https://github.com/google/docsy/issues/470
47
78
[ #906 ] : https://github.com/google/docsy/issues/906
48
79
[ #939 ] : https://github.com/google/docsy/issues/939
80
+ [ #1185 ] : https://github.com/google/docsy/issues/1185
49
81
[ #1369 ] : https://github.com/google/docsy/issues/1369
82
+ [ #1376 ] : https://github.com/google/docsy/issues/1369
50
83
[ #1442 ] : https://github.com/google/docsy/issues/1442
51
84
[ #1472 ] : https://github.com/google/docsy/issues/1472
85
+ [ #1523 ] : https://github.com/google/docsy/pull/1523
52
86
[ blocks/section] :
53
87
https://www.docsy.dev/docs/adding-content/shortcodes/#blockssection
54
88
[ bsv5mig ] : https://getbootstrap.com/docs/5.2/migration/
89
+ [ hugo-releases ] : https://github.com/gohugoio/hugo/releases
55
90
56
91
## [ 0.6.0] [ ]
57
92
@@ -147,12 +182,16 @@ submodules. This has an impact on your project-build setup. To migrate your
147
182
site, follow these steps (execute commands from your project's root directory):
148
183
149
184
1 . Delete obsolete Docsy Git submodules:
150
- ``` console
151
- $ rm -Rf themes/docsy/assets/vendor
185
+ ``` sh
186
+ git rm themes/docsy/assets/vendor/Font-Awesome
187
+ git rm themes/docsy/assets/vendor/bootstrap
152
188
```
189
+ These commands remove the submodules from Git' s tracking, from the
190
+ `.gitmodules` file, and deletes the submodule files under
191
+ `themes/docsy/assets/vendor`.
153
192
2. Get Docsy dependencies:
154
- ```console
155
- $ (cd themes/docsy && npm install)
193
+ ```sh
194
+ (cd themes/docsy && npm install)
156
195
```
157
196
3. Update your build scripts to fetch Docsy dependencies automatically. For
158
197
example, if your site build uses NPM scripts, consider getting Docsy
@@ -223,14 +262,16 @@ For a full list of the changes to this release, see the [release notes][0.x.y].
223
262
224
263
[@deining]: https://github.com/deining
225
264
[@lisafc]: https://github.com/LisaFC
265
+ [0.7.1]: https://github.com/google/docsy/releases/v0.7.1
266
+ [0.7.0]: https://github.com/google/docsy/releases/v0.7.0
226
267
[0.6.0]: https://github.com/google/docsy/releases/v0.6.0
227
268
[0.5.1]: https://github.com/google/docsy/releases/v0.5.1
228
269
[0.5.0]: https://github.com/google/docsy/releases/v0.5.0
229
270
[0.4.0]: https://github.com/google/docsy/releases/v0.4.0
230
271
[0.3.0]: https://github.com/google/docsy/releases/v0.3.0
231
272
[0.2.0]: https://github.com/google/docsy/releases/v0.2.0
232
273
[0.x.y]: #
233
- [23q1 ]: https://github.com/google/docsy/milestone/6
274
+ [23q2 ]: https://github.com/google/docsy/milestone/7
234
275
[hugo modules]: https://gohugo.io/hugo-modules/
235
276
[latest]: https://github.com/google/docsy/releases/latest
236
277
[releases]: https://github.com/google/docsy/releases
0 commit comments