Skip to content

Releases: coding-camp-wiki/care-package-001

v0.20.0

20 Mar 01:05
8022b10
Compare
Choose a tag to compare
v0.20.0 Pre-release
Pre-release

What's Changed

  • Remove excess whitespace from SVG titles by @thewildmage in #107
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #108
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #109
  • Update pre-commit by @thewildmage in #114
  • Style settings pages (#110) by @thewildmage in #113
    • style all settings pages, styles are mostly global and some targeted
      • global styling:
        • inherit font styling in inputs and buttons
        • default table bordered background
          • add exception for tables in tables
        • simplify table border ruleset
        • style headings in tables
        • style form elements
        • tables: add global default background color and remove gaps between cells. override inline padding
        • add tiger striping to tables
        • table cells: apply padding-block more globally, remove unneeded padding-inline
        • style pformstrip
        • style darkrow3
        • style row1 (with exception for PM inbox page)
        • style bbcode-buttons
        • adjust button size and spacing
      • settings pages specifically:
        • make settings borders match guidebook
        • hide extra line breaks in ucpcontent
        • friends page: remove excess spacing from headings, resize avatars
        • style PM avatar, fix PM miniprofile width
        • PM: add borders, adjust spacing
    • use unitless number for default line-height
    • add visually hidden "you are here" to start of breadcrumbs
    • set theme-color meta
    • run super-linter on any and all PRs
    • let prettier handle css indentation

Full Changelog: v0.19.0...v0.20.0

v0.19.0

21 Nov 00:41
bcbf2c5
Compare
Choose a tag to compare
v0.19.0 Pre-release
Pre-release

What's Changed

  • Made menu items contextual by @thewildmage in #100
  • Brought CSS into compliance with stylelint-config-standard v24.0.0 by @thewildmage in #101
  • Updated outdated utility script URLs and pinned to major version by @thewildmage in #103
  • Refactored topbar, sidebar, banner. Audited z-indices. Miscellaneous additional adjustments by @thewildmage in #105
    • Refactored topbar, sidebar, and banner to address bugs and consolidate code
    • Full audit of all z-index declarations so they're only used where needed
    • Negated extra space Jcink automatically adds at beginning of breadcrumbs
    • Added body background color (which shows on overscroll)
    • Added skip link
    • Found and converted overlooked custom element names to classes in member directory entry template

Full Changelog: v0.18.0...v0.19.0

v0.18.0

10 Nov 04:22
8e03d74
Compare
Choose a tag to compare
v0.18.0 Pre-release
Pre-release

What's Changed

  • Added index link to header by @thewildmage in #93
    • Closed #9
  • Placed and styled member list pagination by @thewildmage in #95
    • Closed #19.
    • Actually linked member list rows to main profiles
    • Uses subresource integrity to make pulling in the wrap-word.js script more secure
  • Added and applied member group colors by @thewildmage in #96
    • Closed #20
    • Applied to member list rows, main profiles, mini-profiles, and post rows
    • In member list rows, moved member group names from CSS to HTML. Closed #79

Full Changelog: v0.17.0...v0.18.0

Add and Improve Link Styling

08 Nov 22:56
91c3efb
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Linked post author name to profile by @thewildmage in #87
  • Added and improved link styling by @thewildmage in #92
    • Added default link styling. Closed #34
    • Applied :hover styles on :focus as well
    • Made sure that links are obviously links
    • Made sure that hovered or focused links stand out as such
    • Closed #33

Full Changelog: v0.16.1...v0.17.0

Bug Fixes

07 Oct 21:21
800c983
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release

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

Add Super-Linter, Fix Bugs

03 Oct 17:06
b378c60
Compare
Choose a tag to compare
Pre-release
  • Added Super-Linter to define and enforce style consistency
    • Fixed resulting linter errors
    • Opened #80 and #81 for future consideration
  • Fixed #70: Topbar in guidebook now accounts for nav stickines
  • Closed #72: guidebook-start and guidebook-end files combined for better readability and linting
  • Updated to Prettier v2.4.1

Migrate Abi's Webpages

13 Sep 03:04
89b9117
Compare
Choose a tag to compare
Pre-release
v0.15.0

Migrate Rose's Dev Pack

13 Sep 02:02
a0395aa
Compare
Choose a tag to compare
Pre-release

Also rearranges content-templates directory structure to group like templates together and make it clearer what goes where.

Migrate Izzy's Dev Pack, Plus Misc. Fixes

10 Sep 14:10
e870e94
Compare
Choose a tag to compare
  • Migrated Izzy's dev pack
  • Added guardrail on all images to keep them from overflowing container width
  • Fixed incorrect : (instead of ::) syntax found on some pseudo-elements
  • Removed unneeded browser-prefixed declarations

Migrate Jaslene's RP Pack

09 Sep 01:18
8a74550
Compare
Choose a tag to compare
Pre-release

Also updates the naming scheme and organization of updated/added pieces to follow the CUBE CSS methodology for better consistency and ease of use.