Releases: und-pohlen/und-css
Releases · und-pohlen/und-css
1.0.0-rc.3
What's Changed
- chore(deps): bump follow-redirects from 1.15.1 to 1.15.4 by @dependabot in #65
- chore(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #66
- chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #67
- chore(deps): bump tar from 6.1.11 to 6.2.1 by @dependabot in #68
- chore(deps): bump ejs from 3.1.8 to 3.1.10 by @dependabot in #69
- chore(deps): bump braces from 3.0.2 to 3.0.3 by @dependabot in #70
- chore(deps): bump pug from 3.0.2 to 3.0.3 by @dependabot in #71
- chore(deps): bump socket.io from 4.5.1 to 4.7.5 by @dependabot in #72
- chore(deps): bump path-to-regexp from 6.2.1 to 6.3.0 by @dependabot in #74
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #73
Full Changelog: 1.0.0-rc.2...1.0.0-rc.3
1.0.0-rc.2
Merge pull request #60 from und-pohlen/dependabot/npm_and_yarn/nunjuc…
1.0.0-rc.1
1.0.0-rc.1
- [fix] Readd dynamically generated comments (which has been removed in 0.2.3) and fix automated utility docs page creation
1.0.0-alpha.1
- [breaking] Replace RFS with a custom implementation of truly fluid type based on the approach presented by utopia.fyi (using clamps)
- adds
fluid
function to generate a clamped value (fluid(12px, 16px)
) - replaces
$typography--base-size
with$typography--base-size-min
and$typography--base-size-max
- adds
$typography--ratio-min
and$typography--ratio-max
settings variables - adds
$responsive--smallest-screen
settings variable
- adds
- [breaking] Update spacings to use fluid values as well
$layout--spacing-default
is now defined as a clamped value usingfluid
- adds
$layout--spacing-default-min
and$layout--spacing-default-max
setting variables
- [update] Remove fluid image handling from base styles.
- [breaking] Replace node-sass with dart-sass.
- [update] use sass math.div instead of slash for division
0.2.3
- [fix] Remove dynamically generated comments from utility tool, as this is not
compatible with Dart SASS. - [fix] Add License Text to Repo.
0.2.2
- [update] add
data-stretch
modifier toauto-grid
- [update] add information cross browser compatibility to docs
- [update] add
$globals--print-reset
variable to settings, so users can decide if they want to include the crude print reset in their build. - [update] update sizing of responsive images
0.2.1
- [fix] Renamed
styles.scss
to_styles.scss
to preventsrc/style.css
from
being generated in development mode.
0.2.0
- [breaking] Responsive Breakpoints are now designed to be mutually exclusive to
avoid collisions when using responsive utility classes. This means, that
breakpoints are now specified using the auxiliary setting variables
$responsive--small-screen
,$responsive--medium-screen
and
$responsive--biggest-screen
. If more breakpoints are needed the
$responsive--breakpoints
map can be overriden using(min-width: ###px) and max-width: ####px)
like statements.
0.1.0
Initial Version