Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Releases: getchopchop/chopchop

v2.4.1

02 Feb 14:44
Compare
Choose a tag to compare

Bugs:

v2.4.0

30 Jan 08:41
Compare
Choose a tag to compare

New:

  • Adding ratio utility #168
  • Added Magento/WordPress bridge #107
  • Added placeholders to all classes #174
  • Added fixed and fluid gutters #173
  • Widgetised js Toggles #66

Other changes:

  • Checked all demo pages #70
  • Improved comments using DocBlocks standards #111
  • Remove .nav__item class from HTML nav components #170
  • Improving data demos #124
  • Cleaning up mixins #167

Deprecated:

  • Replaced embed containers with ratio utility #168

v2.3.0

16 Dec 16:16
Compare
Choose a tag to compare

New:

  • Adding grid center y and x #153
  • Adding warning contextual colours
  • Added List Utility Demo #165

Bug fixes:

  • Text colour utility now displays correct classes #150
  • Inputs and buttons are now the same height

Other changes:

  • Removed sourcemaps from gulp #152
  • Colours no longer uses cards to render #130
  • Renamed g-justify to g-space to be more descriptive #154
  • Using inherit much more #151
  • Making grids use flex mixins instead of their own
  • Renamed colour groupings #160
  • Reworked field groups #163

Deprecated:

  • Removed priority nav #159
  • Removed flags. Now part of grids #154

v2.2.0

25 Nov 10:29
Compare
Choose a tag to compare

New features:

  • Flags now part of utilities and redesigned from the ground up #136
  • Adding responsive versions of toggles. Use .u-toggle-* #141

Bug fixes:

  • Tidied grid helper display #125

Other changes:

  • Moved all patterns to their own folders as part of refactoring #131
  • Added background colour to patterns #127
  • Added max width to field groups #135
  • All images resize responsively by default #121
  • Moved select and file upload to components #134
  • Moved logo into demo and removed sass #129
  • Tidied up cards CSS
  • Tidied up navigation #142
  • Added colour hex to colour pattern #149

v2.1.0

04 Nov 09:42
Compare
Choose a tag to compare

New features:

  • Code previews for each pattern #64
  • Data integration #4

v2.0.1

03 Nov 15:08
Compare
Choose a tag to compare

Bug fixes:

  • Fixing print pattern function broken by fixing preview links in past release.

v2.0.0

27 Oct 13:13
Compare
Choose a tag to compare

New features:

  • Remove atomic folder structure in place of ITCSS #108
  • Stop robots indexing #113

Bug fixes:

  • Fix preview links #112

Other changes:

  • Vectors now have their own folder outside images #91
  • Headings size fluidly between two typescales and breakpoints #110
  • Section utility size fluidly between a min and max value #109
  • Split table patterns to base/component and responsive #116
  • Hardcoded min and max screen values are now dynamic #117

v1.4.0

29 Sep 15:32
Compare
Choose a tag to compare

New features:

  • Flex mixin. All previous uses of flex now use these mixins. #67
  • New folder structure to isolate patterns from PHP code. #20

Bug fixes:

  • Overlay demo now works on mobile. #75
  • Replace commas in color class incase you use extends. #79
  • Stopped cursor pointer recursively being set when using toggles. #80
  • Removing redeclaration of margins on field groups. #88
  • Hard link to https on youtube embeds to fix published site video. #76
  • Removing empty div when pattern doesn't have a title. #99
  • Make overlay work #103
  • Make work from any subdirectory #104

Other changes:

  • Added EditorConfig to keep consistency when contributing. #82
  • Standardised indentation of code. #85
  • Forms now use variable colours. #86
  • Alerts now have extends available. #87
  • Gulp now recognises new files without restarting it. #58
  • General improvements to build processes. #93
  • Improved github documentation. #94
  • Removed permalink from each pattern as unused. #96
  • Removing double slash in preview links #78
  • Add display: block; to .u-block class #97
  • Version package.json correctly #92
  • Removed placeholders #100
  • Improved default success and error colours. #101

v1.3.1

13 Sep 15:01
Compare
Choose a tag to compare

Bug fixes:

  • Fixing iOS bug where main bar is lost when menu drawer open #90

v1.3.0

25 Aug 13:27
Compare
Choose a tag to compare

New features:

  • Redesigned interface. #52
  • Added cookie to keep nav open when refreshing.
  • SVG symbols are created per sub folder of icons #57

Bug fixes:

  • Fixed z-index numbering on variables page 7e40c74
  • Fixed range output displaying in IE11. #9
  • Fixed left position of middle bar of hamburger shape mixin. #63
  • Fixed incorrect variable references in gutter mixins. #59
  • Fixed vertical grid rhythm in Edge by adding @supports that changes units. #56
  • FIxed full height HTML demo. Pattern itself is fine. #68

Other changes:

  • Spacing variables are now an array. Use spacing(sm) to retrieve value. #38
  • Containers variables are now an array. Use container(sm) to retrieve value. #38
  • Sections variables are now an array. Use section(sm) to retrieve value. #38
  • Removed the need for base values for type scale variables. #49
  • Renamed styles and scripts includes to head and footer #55
  • Made colors use color function by default #62
  • Added in enquire.js and element-queries.js for demo but comment out. #60
  • Pages redirect to start page.
  • Fill styling on buttons now uses currentColor to reduce code. #72
  • Moved logo variations to ecommerce branch. #65
  • Adding demo CSS for shape helpers. #69
  • Make overlay it's own pattern #73