Skip to content

Releases: eecs485staff/primer-spec

v1.10.3+wn24

01 Apr 05:55
Compare
Choose a tag to compare

This patch release contains a bugfix for the April Fools joke for this year. It was a really embarrassing typo 😅: #264

v1.10.2+wn24

14 Mar 23:15
Compare
Choose a tag to compare

This patch release includes a quick bugfix for images with transparency in dark mode (#259).

v1.10.1+wn24

07 Jan 02:11
Compare
Choose a tag to compare

This patch release includes a new plugin with the April Fools prank for 2024 (#256).

v1.10.0+fa23

08 Nov 06:40
Compare
Choose a tag to compare

This minor update fixes an issue with Mermaid diagrams not rendering in specs. You'll need to trigger your Jekyll website to be rebuilt to see the fix! (The easiest way to trigger a re-deploy is to push a new commit.)

Many thanks to @amirkamil for reporting the issue! See #254 for more information.


I also included some JS housekeeping (#253) in this release, mostly because I had already decided to include these in the next minor version update to Primer Spec.

v1.9.3+wn23

08 Apr 21:30
Compare
Choose a tag to compare

Bugfix:

  • Prevent newlines from being duplicated after copying an enhanced codeblock by @noah-weingarden in #248

Full Changelog: v1.9.2+wn23...v1.9.3+wn23

v1.9.2+wn23

21 Jan 20:11
Compare
Choose a tag to compare

More bugfixes!

  • [Hotfix] Fix April Fools and Halloween jokes in #243
  • [Enhanced Code Blocks] Avoid showing line numbers on single-line codeblocks in #244

v1.9.1+wn23

02 Jan 18:46
Compare
Choose a tag to compare

Bug fixes for enhanced code blocks:

  • Make empty lines selectable (#238)
  • Fix highlighted lines styling in no-line-numbers variant (#239)

v1.9.0+wn23

23 Dec 22:26
bf87ede
Compare
Choose a tag to compare

Overview

In addition to code cleanup and maintenance (#210, #217)

Acknowledgements

Thanks @awdeorio, @sugihjamin / @eecs441staff and @ohjuny for the bug reports, feature requests and discussions! I really appreciate your enthusiasm and continued inputs.

v1.8.3+fa22

09 Nov 06:09
9cbf473
Compare
Choose a tag to compare

This patch release for Fall 2022 fixes a bug with the "copy" button in enhanced code blocks. (#222)

Thanks for reporting the issue @awdeorio!

v1.8.2+fa22

02 Oct 17:08
c400fba
Compare
Choose a tag to compare

This patch release fixes a bug where the Halloween plugin was rendered throughout October, instead of just after October 25 (#214). Thanks @eecs441staff for reporting!