Skip to content

Releases: tempertemper/www.tempertemper.net

Version 6.0.3

08 Jul 04:42
1b4208a
Compare
Choose a tag to compare

Removes

  • Removes 'Read more' link from testimonials

Fixes

  • Uses <ul> rather than <ol> for featured blog posts
  • Moves post in list styling to critical CSS to stop layout shift
  • Adds index list marker removal to critical CSS to stop flash

Release version 6.0.2

05 Jul 15:09
ac6c599
Compare
Choose a tag to compare

Changes

  • Makes global JavaScript inline rather than an extra file request
  • Moves page SCSS from /components/ to /base/
  • Moves link mixins to admin/mixins/_general.scss
  • Divides some stylesheets into critical and non-critical
  • Renames styles.css critical.css
  • Renames enhanced.scss non-critical.css
  • Inlines the critical CSS in the documents head
  • Moves HTML5 Shiv to separate stylesheet in conditional comments
  • Removes scripts.js from build folder and adds to .gitignore

Removes

  • Removes unused responsive nav code

Release 6.0.1

04 Jul 12:09
7af9a04
Compare
Choose a tag to compare

Changes

  • Moves more below-the-fold styling to enhanced.css
  • Puts typography mixins in the /admin/ directory
  • Moves code styling out of typography

Removes

  • Removes unnecessary or overridden CSS reset properties
  • Comments out currently unused styles in CSS reset

6.0.0

03 Jul 06:12
030a943
Compare
Choose a tag to compare

Adds

  • Adds Bold and Italic FS-Me weights
  • Adds new breakpoint dependent type scale
  • Gives teaser items highlight box on small screens
  • New fonts SCSS stylesheet
  • Creates separate async stylesheet with nice to have styles

Changes

  • Uses FS-Me instead of Georgia for body text
  • Increases code font size slightly to match x-height of FS-Me
  • Moves Updated date in post details onto a new line
  • Attaches the 'and' to the last category in a list of categories
  • Uses bold font for headings
  • Uses bold font for buttons
  • Uses an italic font for post details
  • Left-aligns whole site and tidies spacing
  • Uses mixin to make pictures, etc. wider than rest of content
  • Makes logo slightly bigger
  • Lightens some code styling CSS
  • Narrows overall site width slightly
  • Limits width of common typography elements
  • Uses CSS Grid instead of Susy
  • Stops code blocks in lists being broader than the list box
  • Uses a percentage unit for <small> text resizing, rather than Modular Scale
  • Tidies footer up a bit
  • Simplifies division maths by introducing new border radius variable
  • Moves IE8 and IE9 styles into separate stylesheets to save CSS weight
  • Uses one SCSS stylesheet for IE10 and IE11
  • Uses more generic scripts.js for main JavaScript file
  • Uses plural for styles file
  • Moves code syntax highlighting to nice-to-have stylesheet
  • Moves print styles into own async-loaded stylesheet
  • Uses default browserslist config
  • Uses SVG fill to colour logo underline
  • Moves logo animation inside the SVG itself

Removes

  • Gets rid of unused cite styling
  • Removes Light font weight
  • Removes Susy as a dependency
  • Deletes typography SCSS includes file, using main includes file instead
  • Removes some unused classes from print stylesheet
  • Removes IE stylesheet with IE10 and IE11 specific styles
  • Removes sourcemaps from production CSS
  • Removes unnecessary em and strong styling

Fixes

  • Makes button links' visited state visible
  • Stops bullets being off-screen at certain screen widths
  • Reduces space at bottom of subscribe form
  • Adds self closing forward slashes consistently in document head
  • Stops autoprefixer adding inline sourcemaps

Release 5.16.12

27 Jun 18:42
20a6545
Compare
Choose a tag to compare

Changes

  • Uses more readable font for table data

Release 5.16.8

13 Jun 09:27
2426c41
Compare
Choose a tag to compare

Changes

  • Adds large default social media image option
  • Adds generic large social media image to select posts

Fixes

  • Adds image type of jpg automatically where the summary image is a JPEG

Release 5.16.7

12 Jun 08:53
f3b0a44
Compare
Choose a tag to compare

Changes

  • Thickens default link underlines slightly

Fixes

  • Makes link underlines in h2s a normal thickness on Chromium browsers
  • Refines Sass math usage

Release version 5.16.5

03 Jun 16:07
8e93b60
Compare
Choose a tag to compare

Adds

  • Adds dark mode meta tags to document head
  • Adds fixes for HTML dark mode for Safari

Version 5.16.1

21 Apr 09:12
70402fc
Compare
Choose a tag to compare

Changes

  • Darkens embedded media drop-shadow

5.15.4

29 Mar 16:15
4b93189
Compare
Choose a tag to compare

Changes

  • Changes inline code colour to blue
  • Gets light mode link code passing AA colour contrast
  • Reduces horizontal padding on form text inputs
  • Makes form input and button focus styling more consistent

Fixes

  • Matches the outline to the background for focused links in Light Mode