Skip to content

Commit

Permalink
Base V5.0.0
Browse files Browse the repository at this point in the history
- Updated build tool from Webpack to Gulp 4
- Added styleguide for documentation and demoing styles
- Consolidated all modules back into central repo of Base
- Updated Mixins and naming conventions
- Major version bump for index.scss and package.json
  • Loading branch information
matthewhartman committed May 1, 2020
1 parent a3bab2b commit a902809
Show file tree
Hide file tree
Showing 53 changed files with 8,738 additions and 6,137 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.cache
.DS_Store
.idea/
scss/.sass-cache
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sudo: false
language: node_js
node_js:
- "10"
- "8"
- "13"
- "12"
cache:
directories:
- "node_modules"
Expand Down
86 changes: 7 additions & 79 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,81 +1,9 @@
# Base Change Log

## [4.1.3] - 2018-12-11
### Base V4.1.3
- Minor documentation update
- Minor version bump for index.scss/less and package.json

## [4.1.2] - 2018-12-11
### Base V4.1.2
- Minor documentation update
- Minor version bump for index.scss/less and package.json

## [4.1.1] - 2018-12-11
### Base V4.1.1
- Updated entry in package.json
- Minor version bump for index.scss/less and package.json

## [4.1.0] - 2018-12-10
### Base V4.1.0
- Removed gulp and replaced with webpack
- Updated scripts in package.json
- Minor documentation fixes
- Version bump for index.scss/less and package.json

## [4.0.10] - 2018-05-17
### Base V4.0.10
- Added Postinstall script to fix normalize.css import issue
- Minor version bump for index.scss/less and package.json

## [4.0.9] - 2018-04-24
### Base V4.0.9
- Updated name of animation mixin to animate
- Minor version bump for index.scss/less and package.json

## [4.0.8] - 2018-04-22
### Base V4.0.8
- Fixed bug with background-alpha mixin in mixins.scss
- Minor version bump for index.scss/less and package.json

## [4.0.7] - 2018-04-19
### Base V4.0.7
- Minor tweaks to readme
- Minor version bump for index.scss/less and package.json

## [4.0.6] - 2018-04-17
### Base V4.0.6
- Minor tweaks to readme
- Minor version bump for index.scss/less and package.json

## [4.0.5] - 2018-04-13
### Base V4.0.5
- Minor tweaks to readme
- Minor version bump for index.scss/less and package.json

## [4.0.4] - 2018-04-13
### Base V4.0.4
- Minor tweaks to readme
- Minor version bump for index.scss/less and package.json

## [4.0.3] - 2018-04-11
### Base V4.0.3
- Minor tweaks to readme
- Minor version bump for index.scss/less and package.json

## [4.0.2] - 2018-04-11
### Base V4.0.2
- Added screen reader helper (`.sr`) to core and updated docs
- Minor version bump for index.scss/less and package.json

## [4.0.1] - 2018-04-08
### Base V4.0.1
- Minor correction on the breakpoint variables
- Minor version bump for index.scss/less and package.json

## [4.0.0] - 2018-04-06
### Base V4.0.0
- Removed all modules from Base and moved them into independent modules / packages (review readme for more information)
- Updated Base to use latest version of Normalize.css
- Updated Mixins and Variables
- Removed support for bower (R.I.P)
- Major version bump for index.scss/less and package.json
## [5.0.0] - 2020-05-01
### Base V5.0.0
- Updated build tool from Webpack to Gulp 4
- Added styleguide for documentation and demoing styles
- Consolidated all modules back into central repo of Base
- Updated Mixins and naming conventions
- Major version bump for index.scss and package.json
1 change: 1 addition & 0 deletions code.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1rem}
1 change: 1 addition & 0 deletions containers.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions core.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions display-helpers.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions flex-helpers.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions forms.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions grid.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a902809

Please sign in to comment.