Skip to content

Releases: WebPraktikos/universal-resume

v3.1.1

23 Jan 11:09
Compare
Choose a tag to compare

Fixes issue #20: no padding-top on the second page when printing.

v3.1.0

30 May 13:44
Compare
Choose a tag to compare

Bug Fixes

  • Project does not build or serve on Linux

Design Improvement

  • Change page height values
  • Improve spacing
  • Other changes

Chores

  • Fill the rest of package.json fields
  • Change demo content

Code Refactoring

  • Use the same classes on all parent sections

v3.0.0

31 Mar 00:08
Compare
Choose a tag to compare

Design Improvements

  • Replace Fira Sans with FiraGO
  • Change icons
  • Change spacing

Code Refactoring

  • Change filesystem to play nicely with GitHub Pages
  • Update dependencies

v2.3.0

02 Nov 18:23
Compare
Choose a tag to compare
  • design: Adjust spacing for bullet point icons
  • design: Refine skill tags

v2.2.0

21 Oct 15:22
Compare
Choose a tag to compare
  • design: Tweak lettermark
  • fix: Calculate new column height

v2.1.0

12 Oct 20:06
Compare
Choose a tag to compare

Fixes Issues

  • Keeps headline link icons for print/pdf
  • Removes unused spacing variable
  • Corrects links
  • Changes bulleted list’s second row spacing

Refactors Code

  • Moves classes from <path> to <svg> parent

v2.0.0

11 Oct 00:14
Compare
Choose a tag to compare

Improves Design

  • Changes typeface to Fira Sans

Refactors Code

  • Simplifies code for bullet points

v1.2.0

24 Sep 15:08
Compare
Choose a tag to compare

Adds Features

  • Transforms bulleted web addresses into links

Fixes Issues

  • Fixes checkmark having false color

Refactors Code

  • Converts hex to hsl
  • Changes transition-color-1 to change-color-fast

Improves Design

  • Changes headline link icon spacing & color
  • Changes inline list (bulleted) items
  • Changes hover color
  • Changes font colors to darker shades

Updates Documentation

v1.1.5

21 Sep 01:27
Compare
Choose a tag to compare

Refactors Code

  • Removes justify-content from icons
  • Reduces .icon-parent selector specificity
  • Changes text-m to text-md

Updates Documentation

v1.1.4

15 Sep 21:44
Compare
Choose a tag to compare

Fixes Issues

  • Fixes breakpoints of the third page

Updates Documentation

  • Rewrites the introduction
  • Other changes