Skip to content

Bug Fixes

Pre-release
Pre-release
Compare
Choose a tag to compare
@thewildmage thewildmage released this 07 Oct 21:21
· 18 commits to main since this release
800c983

What's Changed

  • Updated URLs by @thewildmage in #82
    • Updated coding-camp-wiki URLs to point to custom domain. Closes #77
    • Fixed broken link in license
    • Converted bare links to named links in license
    • Upgraded any and all http URLs to https
  • Corrected Mont's unicode-range by @thewildmage in #83. Closes #53.
  • Limit topic row styling to topic rows by @thewildmage in #84. Closes #35.
  • Fixed skewed and squished images by @thewildmage in #85. Closes #76.
    • In tinder-swipe.html, width: 100% on the name span was the culprit here
    • In topic rows, by changing min-content to auto
    • In cell-2-img.html, with flex-shrink: 0
    • In cell-1.html, with flex-shrink: 0
    • In board stats, with flex-shrink: 0
  • Fixed cell 2 template's overrun by @thewildmage in #85. Closes #60.
    • Changed top section's height to min-height
    • Adjusted sizing to accommodate
  • Removed/fixed various unused or redundant declarations by @thewildmage in #85

Full Changelog: v0.16.0...v0.16.1