Skip to content

Releases: jimniels/teamcolors

Version 2.4

09 Sep 05:40
Compare
Choose a tag to compare

New folder structure, tweaked design.

Design was made more "left-aligned", text was cut, folders and structure were realigned. This made it easier to draw a distinction between what was the "app" that needed webpack/sass to work and what was static.

Now the team data and images all live apart from the front-end application aspect, so when a team color changes from a PR or a logo, we don't have to rebuild the entire application. It just gets merged into master and github serves that instead of the old one.

TeamColors screenshot

Version 2.3

09 Sep 05:37
Compare
Choose a tag to compare

Last stable release before changing quite a few files, as well as changing the setup/deploy process, this was the last stable tag:

TeamColors screenshot

Modernize! Webpack, ES6, NPM

30 Dec 23:05
Compare
Choose a tag to compare

The following are aspects of the code cleanup/restructuring for this release:

  • Got rid of our use of gulp. Use npm scripts now for development and generating assets for deployment.
  • Moved from using browserify+gulp to using webpack+npm
  • Updated syntax to ES2015 (via babel compile)
  • CSS now works on node-sass rather than gulp plugin

Along with a few other modifications/improvements to the authoring process.

Version 2.1

30 Dec 22:53
Compare
Choose a tag to compare

This was the last stable release that worked on the gulp/browserify setup before merging the new work towards web pack and es6.

Version 2.0

16 Jun 18:37
Compare
Choose a tag to compare

This was tagged as 2.x before we switched over to gulp instead of PHP for the driving output mechanism.

Also, this was before we did CMYK, PMS colors, etc.