Releases: primer/doctocat
v2.1.0
Minor Changes
9ddaa08
#267 Thanks @colebemis! - Add support for checklists. See the checklists documentation for more details.
Patch Changes
43a78eb
#254 Thanks @dependabot! - Bump axios from 0.19.2 to 0.21.2
a730972
#258 Thanks @dependabot! - Bump tmpl from 1.0.4 to 1.0.5
5efe933
#216 Thanks @dependabot! - Bump socket.io from 2.3.0 to 2.4.1
6dcddf2
#256 Thanks @dependabot! - Bump prismjs from 1.22.0 to 1.25.0
@primer/[email protected]
Major Changes
c9e3209
#260 Thanks @colebemis! - Update from@primer/components
v20.0.0 to v30.0.0 which includes a migration to the new functional color variables.
@primer/[email protected]
Minor Changes
-
6aafb95
#225 Thanks @colebemis! - Reduce table of contents depth (only listh2
s) -
31d9e8c
#217 Thanks @srt32! - Update supported statuses- New, Experimental, Review, Stable, Deprecated + Alpha, Beta, Stable, Deprecated
Patch Changes
c97e4ed
#224 Thanks @colebemis! - Replace>
with/
in the header
@primer/[email protected]
Minor Changes
-
60a7f4a
#203 Thanks @colebemis! - Add syntax highlighting support forruby
anderb
code examples -
d4116cb
#214 Thanks @colebemis! - Add ImageContainer component
@primer/[email protected]
Minor Changes
-
eaa57f7
#211 Thanks @colebemis! - Remove Prototyping link from Design dropdown in the global navigation -
a699326
#210 Thanks @colebemis! - Add https://primer.style/desktop link to the global navigation
Patch Changes
328099e
#209 Thanks @dependabot! - Bump ini from 1.3.5 to 1.3.7
@primer/[email protected]
Minor Changes
-
44ed070
#204 Thanks @colebemis! - Add https://primer.style/view-components link to the global navigation -
79654e5
#201 Thanks @colebemis! - Add https://primer.style/mobile link to the global navigation
Patch Changes
-
e412c29
#199 Thanks @dependabot! - Bump object-path from 0.11.4 to 0.11.5 -
f35c5b3
#205 Thanks @colebemis! - Remove border-radius on bottom page border
@primer/[email protected]
Minor Changes
81978aa
#195 Thanks @colebemis! - Add https://primer.style/cli link to the global navigation
@primer/[email protected]
Major Changes
-
152402c
#184 Thanks @colebemis! - Update theDo
andDont
component APIs to allow consumers to control how images are rendered:- <Do src="https://example.com/do.png"> - Use brief and direct communication - </Do> + <Do> + <img src="https://example.com/do.png" alt="" /> + <Caption>Use brief and direct communication</Caption> + </Do>
Minor Changes
-
f6f5619
#186 Thanks @colebemis! - MakeCaption
component globally available in all markdown files as a shortcode -
ea38980
#184 Thanks @colebemis! - MakeDo
,Dont
, andDoDontContainer
components globally available in all markdown files as shortcodes -
ce82f93
#185 Thanks @colebemis! - Polish code example styles
Patch Changes
-
8ca48d1
#194 Thanks @colebemis! - Fetch contributor data on deploy builds again -
cab38c3
#190 Thanks @colebemis! - Make the navigation dropdown background color dark -
5fb29c9
#187 Thanks @mvasilkov! - Fix typo in an internal import -
cab38c3
#190 Thanks @colebemis! - Update the navigation dropdown icon from achrevon
to acaret
to follow our progressive disclosure guidelines