Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Updated CHANGELOG. Releasing version 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhartman committed Sep 14, 2018
1 parent 7ca0eeb commit 72b160f
Showing 1 changed file with 75 additions and 18 deletions.
93 changes: 75 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,85 @@
Below is a detailed change-log, along with specific tasks completed, for each
version released to date.

## Version 1.0.0 (12/09/2018)
## Version 1.0.0 (15/09/2018)

- [#enhancement](#enhancement)
- Linked Respond.js in Responsive & Bootstrap templates.
- Added plugins.js to all three theme variations.
- Updated Espresso Generator files and settings.
- Upgraded Bootstrap, H5BP and default templates to current versions.
- Upgraded vendor scripts to:
- Bootstrap 3.3.7
- jQuery 3.3.1
- Modernizr 3.6.0
- Respond 1.4.2
- html5shiv 3.7.3
- Upgraded HTML5 Boilerplate from version 4.3.0 to 6.1.0.
- Completed Sticky Nav.
- Updated the humans.txt template and generator settings file.
- Completed documentation for the README.
- Removed unused vendor-scripts.
- Completed Navbar Bottom. All templates are now converted.
- [#new](#new)
- Added `MIT` License to project as per H5BP's license file.
- New `README.md` with specific detail on how to get this operational along
with other key, project-related information.
- Added project files including, `.github` templates, `CHANGELOG.md`,
`CODE_OF_CONDUCT.md` and `CONTRIBUTING.md`.
- Sticky template completed. Added original Sticky Nav template.
- Added original Sticky template.
- Added Experiments section. Completed offcanvas and floating templates.
- Navbar Fixed completed. Original Navbar Bottom template added.
- Navbar Static completed. Added original Navbar Fixed template.
- Navbars completed. Added original Navbar Static template.
- Added original navbars template.
- [#bugfix](#bugfix)
- Added Google Analytics to Sticky as I forgot it.

## Version 0.4.1 (14/09/2018)

- [#bugfix](#bugfix)
- Fixed issue where I deleted the arrays from the generator file.
- [#enhancement](#enhancement)
- Restructured the placement of the arrays.

## Version 0.4.0 (14/09/2018)

- [#new](#new)
- Dashboard completed. Original Sign-in template added.
- Blog template completed. Original Dashboard template added.
- Carousel template completed. Original Blog template added.
- Cover template complete. Original Carousel added.
- Product template complete. Original Cover template added.
- Original product template added.
- Checkout template complete. Added bootstrap svg to img folder for reuse.
- Pricing template completed. Original Checkout template added.
- Album completed. Original pricing template added.
- Original album template added.
- [#enhancement](#enhancement)
- Using arrays in generator.js as code was not clean. Sign-in template completed.
- Better code commenting.
- Re-arranged ordering of arrays to be logical in terms of code positioning.
- Cleaned up some of the code.

## Version 0.3.0 (13/09/2018)

- [#new](#new)
- Added all template options. New "grid" template.
- Added browser upgrade CSS and cleaned up the code.
- [#enhancement](#enhancement)
- Grid template completed.

## Version 0.2.1 (13/09/2018)

- [#new](#new)
- Added a custom stylesheet for the project.
- [#bugfix](#bugfix)
- Fixed a mistake with the stylesheet name.

## Version 0.2.0 (13/09/2018)

- [#new](#new)
- Adding core Bootstrap folder.
- Added starter-template from Bootstrap.
- [#enhancement](#enhancement)
- Updated the generator settings and JS file.
- Removed old templates and added jumbotron.
- Removing old scripts and adding new ones for Bootstrap.
- Renaming starter template.
- Removing H5BP as it's not needed.
- Refactored original starter template code.

## Version 0.1.0 (12/09/2018)

- [#enhancement](#enhancement)
- Upgraded to my H5BP project which includes all the latest libraries.

## Version 0.0.1 (11/09/2018)

- [#new](#new)
- First Commit to the Repo.
- Initial commit, based off the HTML5 Boilerplate template.

0 comments on commit 72b160f

Please sign in to comment.