Skip to content

Releases: CastleCSS/castlecss-docs

Release 1.5.2

21 Feb 09:42
Compare
Choose a tag to compare
  • #16 classes .as-space-around and .as-space-between don't exist
  • Updated dependencies

Release v1.5.0

19 Oct 12:36
Compare
Choose a tag to compare

v1.4.4

10 Oct 07:27
Compare
Choose a tag to compare
  • Fix for sidebar styling

v1.4.3

09 Oct 14:09
Compare
Choose a tag to compare

Release v1.4.3

  • Upgraded castlecss-forms to 1.0.11 (fix for autoprefixing)
  • Upgraded package.json
  • Cleanup package.json
  • Fix for sourcemaps

v1.4.2

04 Oct 14:00
Compare
Choose a tag to compare

Release 1.4.2

  • Scrolling issue on homepage
  • Upgraded castlecss-forms to 1.0.10
  • Typo's

v1.4.1

29 Sep 14:52
Compare
Choose a tag to compare

Release 1.4.1

  • Upgrade castlecss-forms to 1.0.9
  • Fixes in form pages
  • Added jQuery as external

Release 1.4 (only on npm)

  • Added sass-lint
  • Sass-lint and styleguide documentation

Release 1.3 (only npm)

New npm scripts!

"npm run create_css": "grunt create_css", 

//create html only
"npm run create_html": "grunt create_html",
 
//create js
"npm run create_js": "webpack", 

//create css, html and js
"npm run create_all": "npm run create_css & npm run create_html & npm run create_js & wait", 

//create everything and start browserSync server
"npm run start": "npm run create_js & grunt" 
  • Removed all generated files from dist and added them to the gitignore
  • Files should always be generated as written in the documentation
  • Updated the documentation with new npm scripts
  • Updated devDependencies
  • Version bumb to 1.3.0

Google Tag Manager Hotfix

15 Mar 14:31
Compare
Choose a tag to compare

Unfortunately the google tag manager scripts for castlecss.com was lost. Re-implemented the script.

Note: this is not needed for your own local checkout

Menu script fix

16 Feb 08:09
Compare
Choose a tag to compare

Removed surplus scripts from the HTML. Everything is build with webpack now

Forms

15 Feb 16:18
Compare
Choose a tag to compare

Forms released

We just released forms as an optional module! Please take a look at the website for examples or the Github Repo

Breadcrumbs

09 Feb 16:21
Compare
Choose a tag to compare

We recently added breadcrumbs as an optional module! Please take a look at the website or the Github Repo