Releases: One-Nexus/Synergy
Releases · One-Nexus/Synergy
Version 3.4.1
Version 3.4.1
Released: 21st October 2016
Release Notes
- fixing issue with commit hash used in bower install
Version 3.4
Version 3.4.0
Released: 21st October 2016
Release Notes
- removing custom functions and adding Sass-Boost dependency
- added as npm package
- added unit tests
Version 3.3
Version 3.3.0
Released: 5th August 2016
Release Notes
- recoded using vanilla JS, removing jQuery as a dependency
- removing
isModifier()
JS function - improving
_option()
JS function - renaming global
_module
variable to_modules
- adding new
data
option tomodule
mixin for data-attributes - improving
component
mixin logic and functionality - improving
modifier
mixin logic and functionality - improving JSON output by removing superfluous keys
- adding SassDoc compatibility
- re-adding bower support
Version 3.2
Version 3.2.0
Released: 14th February ♥
Release Notes
- separating source code into individual files
- allow creation of modules without configuration
- removing
nested-modifier()
mixin - no longer needed as regularmodifier()
mixin now more intelligent - adding ability to extend entire module + modifiers within another
- adding 'this' function to access current modules config
- renaming
default
to more semanticenabled
for option mixin - adding
at-root
option tooverwrite()
mixin - renaming
stylesConfigJSON
selector tomodulesConfigJSON
- bower support dropped
Version 3.1
Version 3.1.0
Released: 18th November 2015
Release Notes
- adding
$is
and$not
options tooverwrite-component
mixin (previouslyoverwrite-sub
) - renaming
component()
mixin tomodule()
- renaming
sub-component()
mixin tocomponent()
- renaming
overwrite-sub()
mixin tooverwrite-component()
Version 3
Version 3.0.0
Released: 22nd October 2015
Release Notes
- new modular.js extension - talk betwen CSS and JS
- removing the need to define component name when including
component()
- more intelligent
overwrite()
mixin with more options - more intelligent
modifier()
mixin with more options - adding
$parent
option toextend()
mixin - removing media query option from
context()
mixin - renaming 'setting' & 'option' mixins to 'option' and 'value'
- general improvements to code and performance
Version 2.7
Version 2.7.0
Released: 10th August 2015
Release Notes
- adding ability to add basic media queries via
context()
mixin
Version 2.6
Version 2.6.0
Released: 9th August 2015
Release Notes
- adding
context()
mixin - adding
$special
parameter tooverwrite()
mixins - removing the need to define
$config
variable in each module - renaming
$config
parameter to$custom
Version 2.5
Version 2.5.0
Released: 9th August 2015
Release Notes
- adding ability to apply global sub-component styles
Version 2.4
Version 2.4.0
Released: 8th August 2015
Release Notes
- adding ability to overwrite sub-components from any main component