Releases: SU-SWS/decanter
Releases · SU-SWS/decanter
3.0.0
What's New
- Updated to latest stable release of Bourbon (5.0.0)
- Added autoprefixer and postcss for better vendor prefix support
2.1.0
What's New
- KSS Node generating style guide and pattern library
- More components, variables, and mixins
2.0.0
What's New
This is a completely new version of Decanter. Major changes include:
- Base HTML element styles
- Base component styles
- Grid system
- Revised load order of variables, vendors, mixins, and components
- Removed vendor code from repository
- Introduced Atomic Design naming conventions
1.0.0-alpha3
1.0.0-alpha3
Handoff and final contributions from Kevin for v.1
- move bourbon, neat, neat omega from variables to utilities (now that settings are called at runtime)
- Add flex overrides
- • Specifically only include the /core folder when pulling the project from NPM (We don’t need docs, examples, utilities in the node_modules folder if we’re not developing. It’s just cruft)
• Include bourbon, bourbon-neat, neat-omega, font-awesome, and normalize as part of the bundled dependencies (so that downstream implementations don’t have to specifically import them in their package.json, and to better manage potential semver conflicts if a dependency is updated) - Update semver to expected release tag.
- remove extraneous group
- add .package-lock.json file
- up version number in readme
- Modified sass lint to track https://sass-guidelin.es/
- tidy up sassdoc to be actually useful
- update sasslint
- lint and documentation pass. Mostly ensuring proper elements and functions are being linked and referenced
- dependency management
- Update and rename DOCUMENTATION.MD to DOCUMENTATION.md
- Create dependencies.md
- conform to other map—default() / map() nomenclature for consistency
- move settings maps to _variables|__settings sassdoc group
- reverse
hocus
andpocus
for better semantics - move neat variables to __settings group in sassdoc
- Regenerate docs, examples
- Document handoff changes
Alpha 2
• moved bourbon, neat, neat omega from variables
to utilities
• Fixup bourbon-neat call
• Heading level 3s were incorrectly applying H2 styling
• Added omega overrides to flexbox layouts on centered-flex-items-per-row for better forward-compatibility
1.0.0-alpha1
Just for a point in time.