You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/_data/releases.yml
+62Lines changed: 62 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,68 @@ revisions:
81
81
type: bugfix
82
82
part: frontend
83
83
summ: Fix handling of `site.baseurl` in head hrefs
84
+
patches:
85
+
- code: 0.2.1
86
+
date: 2021-08-22
87
+
hash: nohashyetgetahash
88
+
memo: |
89
+
Front-end cleanup and dropping the `.html`.
90
+
work:
91
+
-
92
+
hash: e841ea3e561905f9baddffe1d429a78009d6498b
93
+
tick: 64
94
+
type: improvement
95
+
part: backend
96
+
summ: Stopped Asciidoctor from appending `.html` to xrefs
97
+
-
98
+
hash: ff96b2f065070f401b367e180f4eecc3d4a842d6
99
+
tick: 62
100
+
type: bugfix
101
+
part: frontend
102
+
summ: Added the obligitory Algolia logo to search forms
103
+
-
104
+
hash: 750d7875650229e96646532fc922a1a3a28e7269
105
+
tick: 15
106
+
type: bugfix
107
+
part: frontend
108
+
summ: Stopped the top navbar from scrolling at mobile widths
109
+
-
110
+
hash: 3b7510c0f896259f2e3f316d2ed589094a6fb31f
111
+
tick: 13
112
+
type: bugfix
113
+
tags: [deprecation]
114
+
part: frontend
115
+
summ: Removed Iconic from skins selection list
116
+
note: |
117
+
Because the Iconic skin imposed an ugly box under the page header that was not obviously fixable, Iconic will no longer be an option for users to select in the AsciiDocsy demo site skin changer.
118
+
The Iconic skin source itself may be removed as early as v0.3.0.
119
+
Mostly this note was just an excuse to use the `deprecation` tag, also added in this release.
120
+
121
+
-
122
+
hash: d7e9eddc3fee360489df40b70c10764fa5095487
123
+
tick: 14
124
+
type: bugfix
125
+
part: frontend
126
+
summ: Eliminated scrolling of right sidebar in shorter browsers
127
+
-
128
+
hash: 1e3886d223849f6e7ecc978adda210498976fc18
129
+
tick: 50
130
+
type: bugfix
131
+
part: frontend
132
+
summ: Added optional labels, icons to button-based handlers
133
+
-
134
+
hash: a28686e
135
+
type: bugfix
136
+
part: frontend
137
+
summ: Fixed ticket-link template rendering in ReleaseHx
138
+
-
139
+
hash: f4346d5
140
+
type: bugfix
141
+
part: frontend
142
+
summ: Fixed Docs link feature in Changelog entries
143
+
note: |
144
+
Changelog entries with one and only one doc link will now hyperlink directly to that doc URL.
145
+
Those with 2 or more doc entries still link to the Release Note entry for the same change, but now all changes with 2+ doc entries will always appear under Release Notes, even if they have no `note` property, so their multiple docs links can appear.
0 commit comments