Releases: coding-camp-wiki/care-package-001
Releases · coding-camp-wiki/care-package-001
v0.20.0
What's Changed
- Remove excess whitespace from SVG titles by @thewildmage in #107
- Closes #59
- [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
- global styling:
- 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
- style all settings pages, styles are mostly global and some targeted
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- Made menu items contextual by @thewildmage in #100
- Closed #42
- 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
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
Full Changelog: v0.17.0...v0.18.0
Add and Improve Link Styling
What's Changed
- Linked post author name to profile by @thewildmage in #87
- Closed #58
- Added and improved link styling by @thewildmage in #92
Full Changelog: v0.16.1...v0.17.0
Bug Fixes
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 tohttps
- Updated
- 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
toauto
- In
cell-2-img.html
, withflex-shrink: 0
- In
cell-1.html
, withflex-shrink: 0
- In board stats, with
flex-shrink: 0
- In
- Fixed cell 2 template's overrun by @thewildmage in #85. Closes #60.
- Changed top section's
height
tomin-height
- Adjusted sizing to accommodate
- Changed top section's
- Removed/fixed various unused or redundant declarations by @thewildmage in #85
Full Changelog: v0.16.0...v0.16.1
Add Super-Linter, Fix Bugs
- Added Super-Linter to define and enforce style consistency
- Fixed #70: Topbar in guidebook now accounts for nav stickines
- Closed #72:
guidebook-start
andguidebook-end
files combined for better readability and linting - Updated to Prettier v2.4.1
Migrate Abi's Webpages
v0.15.0
Migrate Rose's Dev Pack
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
- 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
Also updates the naming scheme and organization of updated/added pieces to follow the CUBE CSS methodology for better consistency and ease of use.