Releases: fresh-standard/fresh-themes
v0.17.0-beta
Interim release.
v0.16.0-beta
Interim release.
v0.15.1-beta
Fixed
- Fixed date glitch in TXT partials.
Changed
- More consistent use of date-related helpers
date
,dateRange
, anddateFormat
.
v0.15.0-beta
Changed
- Awesome: Updated from upstream.
- Awesome: Improved date handling.
v0.14.1-beta
Fixed
- Unsightly border in Modern:PDF.
- Theme helper warning message in Positive:DOC.
- Modern|Positive:PDF formats now correctly use PDF CSS file instead of the HTML CSS file.
v0.14.0-beta
Interim release supporting HackMyResume 1.6.0.
Added
- Continue improving coverage for all themes, including better coverage for
projects
,affiliation
, other requested sections. - Continue improving MS Word XML formats.
- Introduced additional reusable section partials across all formats for each resume section. Gaps (missing sections or elements) will be addressed in
v0.14.1-beta
orv0.15.0-beta
fresh-themes release. - Support for overridable named fonts via the
{{fontFace}}
,{{fontList}}
,{{fontSize}}
, and{{color}}
partials. - Themes can now declared strongly-named stylized fonts in the
theme.json
file and reference them via the above helpers.
Changed
- Built-in FRESH themes now assume a FRESCA 0.6.0 object model.
- Refactored all existing themes to use section partials and new helpers, where appropriate.
- Removed
hello-world
theme and relocated to https://github.com/fluentdesk/fresh-theme-hello-world. - Removed
underscore
theme and relocated to https://github.com/fluentdesk/fresh-theme-underscore.
Fixed
- Numerous encoding and resume output glitches.
v0.13.0-beta
Added
- Better resume coverage.
Changed
- Reduced duplication / improved DRYness across all themes and formats.
v0.12.0-beta
Added
-
Predefined global partials. FRESH themes can now use partials from the
/partials
folder. -
Continue fleshing out formats and eliminating duplication.
v0.11.0-beta
Added
-
FRESH themes can now inherit specific formats from other themes. For example, the
Modern
andPositive
themes both inherit text and Markdown formats from theBasis
theme. Inheritance can be configured in thetheme.json
file for the theme. See the Positive theme.json file for an example."inherits": { "txt": "basis", "md": "basis" }
-
Introduced new
Basis
theme to support theme inheritance.Basis
contains (or will contain) default unstyled formats that other themes can inherit. -
Custom theme messages will start appearing in HackMyResume 1.4 and later (disable with
--no-tips
).
Changed
- Theme JSON file renamed to
theme.json
for all themes. - Explicit Markdown and text formats have been removed from the Positive, Compact, and Modern themes. These themes now inherit those formats from the Basis theme.
v0.10.0-beta
Changed
- Rename
some-theme.json
totheme.json
for all themes.