|
3 | 3 | Below is a detailed change-log, along with specific tasks completed, for each |
4 | 4 | version released to date. |
5 | 5 |
|
6 | | -## Version 1.0.0 (12/09/2018) |
| 6 | +## Version 1.0.0 (15/09/2018) |
7 | 7 |
|
8 | 8 | - [#enhancement](#enhancement) |
9 | | - - Linked Respond.js in Responsive & Bootstrap templates. |
10 | | - - Added plugins.js to all three theme variations. |
11 | | - - Updated Espresso Generator files and settings. |
12 | | - - Upgraded Bootstrap, H5BP and default templates to current versions. |
13 | | - - Upgraded vendor scripts to: |
14 | | - - Bootstrap 3.3.7 |
15 | | - - jQuery 3.3.1 |
16 | | - - Modernizr 3.6.0 |
17 | | - - Respond 1.4.2 |
18 | | - - html5shiv 3.7.3 |
19 | | - - Upgraded HTML5 Boilerplate from version 4.3.0 to 6.1.0. |
| 9 | + - Completed Sticky Nav. |
| 10 | + - Updated the humans.txt template and generator settings file. |
| 11 | + - Completed documentation for the README. |
| 12 | + - Removed unused vendor-scripts. |
| 13 | + - Completed Navbar Bottom. All templates are now converted. |
20 | 14 | - [#new](#new) |
21 | | - - Added `MIT` License to project as per H5BP's license file. |
22 | | - - New `README.md` with specific detail on how to get this operational along |
23 | | - with other key, project-related information. |
24 | | - - Added project files including, `.github` templates, `CHANGELOG.md`, |
25 | | - `CODE_OF_CONDUCT.md` and `CONTRIBUTING.md`. |
| 15 | + - Sticky template completed. Added original Sticky Nav template. |
| 16 | + - Added original Sticky template. |
| 17 | + - Added Experiments section. Completed offcanvas and floating templates. |
| 18 | + - Navbar Fixed completed. Original Navbar Bottom template added. |
| 19 | + - Navbar Static completed. Added original Navbar Fixed template. |
| 20 | + - Navbars completed. Added original Navbar Static template. |
| 21 | + - Added original navbars template. |
| 22 | +- [#bugfix](#bugfix) |
| 23 | + - Added Google Analytics to Sticky as I forgot it. |
| 24 | + |
| 25 | +## Version 0.4.1 (14/09/2018) |
| 26 | + |
| 27 | +- [#bugfix](#bugfix) |
| 28 | + - Fixed issue where I deleted the arrays from the generator file. |
| 29 | +- [#enhancement](#enhancement) |
| 30 | + - Restructured the placement of the arrays. |
| 31 | + |
| 32 | +## Version 0.4.0 (14/09/2018) |
| 33 | + |
| 34 | +- [#new](#new) |
| 35 | + - Dashboard completed. Original Sign-in template added. |
| 36 | + - Blog template completed. Original Dashboard template added. |
| 37 | + - Carousel template completed. Original Blog template added. |
| 38 | + - Cover template complete. Original Carousel added. |
| 39 | + - Product template complete. Original Cover template added. |
| 40 | + - Original product template added. |
| 41 | + - Checkout template complete. Added bootstrap svg to img folder for reuse. |
| 42 | + - Pricing template completed. Original Checkout template added. |
| 43 | + - Album completed. Original pricing template added. |
| 44 | + - Original album template added. |
| 45 | +- [#enhancement](#enhancement) |
| 46 | + - Using arrays in generator.js as code was not clean. Sign-in template completed. |
| 47 | + - Better code commenting. |
| 48 | + - Re-arranged ordering of arrays to be logical in terms of code positioning. |
| 49 | + - Cleaned up some of the code. |
| 50 | + |
| 51 | +## Version 0.3.0 (13/09/2018) |
| 52 | + |
| 53 | +- [#new](#new) |
| 54 | + - Added all template options. New "grid" template. |
| 55 | + - Added browser upgrade CSS and cleaned up the code. |
| 56 | +- [#enhancement](#enhancement) |
| 57 | + - Grid template completed. |
| 58 | + |
| 59 | +## Version 0.2.1 (13/09/2018) |
| 60 | + |
| 61 | +- [#new](#new) |
| 62 | + - Added a custom stylesheet for the project. |
| 63 | +- [#bugfix](#bugfix) |
| 64 | + - Fixed a mistake with the stylesheet name. |
| 65 | + |
| 66 | +## Version 0.2.0 (13/09/2018) |
| 67 | + |
| 68 | +- [#new](#new) |
| 69 | + - Adding core Bootstrap folder. |
| 70 | + - Added starter-template from Bootstrap. |
| 71 | +- [#enhancement](#enhancement) |
| 72 | + - Updated the generator settings and JS file. |
| 73 | + - Removed old templates and added jumbotron. |
| 74 | + - Removing old scripts and adding new ones for Bootstrap. |
| 75 | + - Renaming starter template. |
| 76 | + - Removing H5BP as it's not needed. |
| 77 | + - Refactored original starter template code. |
| 78 | + |
| 79 | +## Version 0.1.0 (12/09/2018) |
| 80 | + |
| 81 | +- [#enhancement](#enhancement) |
| 82 | + - Upgraded to my H5BP project which includes all the latest libraries. |
26 | 83 |
|
27 | 84 | ## Version 0.0.1 (11/09/2018) |
28 | 85 |
|
29 | 86 | - [#new](#new) |
30 | | - - First Commit to the Repo. |
| 87 | + - Initial commit, based off the HTML5 Boilerplate template. |
0 commit comments