Skip to content

Releases: OktarinTentakel/jig

v1.0.0

23 Sep 09:20
Compare
Choose a tag to compare

v1.0.0 - left beta state
// fixed nested declaration warnings of new DartSass in SCSS examples
// switched from legacy normalize.css to maintained csstools version
// bumped dependencies
// updated documentation

v0.1.12-beta

26 Jul 16:14
Compare
Choose a tag to compare
v0.1.12-beta Pre-release
Pre-release

v0.1.12-beta - reworked gutter-value
// unified availability of $factor parameter (mixins producing more than one value output have a $factor parameter, functions do not)
// removed $factor and $add from gutter-value function to offer uniform function interface
// fixed bug in stylus example content padding definition

v0.1.11-beta

24 Jul 15:18
Compare
Choose a tag to compare
v0.1.11-beta Pre-release
Pre-release

v0.1.11-beta - added content module
// added content module, to better provide functionality based on the "content" part of jig config
// implemented Content.content-holder() to define an element adhering to content width and content padding defined in jig config
// implemented Content.content-padding-value() to retrieve content padding value for a breakpoint
// implemented Content.content-width-value() to retrieve min/max content widths defined in jig config
// implemented Content.base-font-size-value() to quickly access the base font size defined in jig config
// updated dart sass and stylus

v0.1.10-beta

30 May 12:55
Compare
Choose a tag to compare
v0.1.10-beta Pre-release
Pre-release

v0.1.10-beta - changed breakpoint media queries from rem to em
// build-breakpoint-query functions now build queries with em (for reason see: https://zellwk.com/blog/media-query-units/)
// added to-em function
// added gitconfig
// removed docker compose version
// updated readme

v0.1.9-beta

20 Nov 15:39
Compare
Choose a tag to compare
v0.1.9-beta Pre-release
Pre-release

Stylus Version Update - upped Stylus to 0.62.0 after bugs in 0.60.0 have been fixed
// switched to docker compose v2
// bumped npm dependencies
// upped version to v0.1.9-beta

v0.1.8-beta

15 Mar 16:05
Compare
Choose a tag to compare
v0.1.8-beta Pre-release
Pre-release
GitHub Packages Publishing - reworked publishing workflow