Skip to content

Commit

Permalink
Prepare for release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoreno.rodriguez committed Aug 14, 2024
1 parent 89deff5 commit db67370
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# v1.4.0
# v2.0.0
## 08/14/2024

1. [](#new)
* Removed the `custom.js` and `custom.css` files from the theme, to avoid overwriting user customizations with the release of new versions. These files are now loaded, if they exist in the theme's `assets/css` or `assets/js` folder, using the `onTwigSiteVariables` function within `future2021.php` and can be enabled from the theme settings
* New styles for buttons and boxes
* New Box, Buttons and Flex shortcodes
2. [](#improved)
* Fixed the escaping of an html string in the metadata description
* Integrated "Back to Top" button code in main.js
* Updated Shortcodes demo page
3. [](#bugfix)
* Fixed invalid value in `itemtype` field in gallery template

# v1.4.0
## 07/16/2024

1. [](#new)
* Removed the `custom.js` and `custom.css` files from the theme, to avoid overwriting user customizations with the release of new versions. These files are now loaded, if they exist in the theme's `assets/css` or `assets/js` folder, using the `onTwigSiteVariables` function within `future2021.php` and can be enabled from the theme settings.
2. [](#improved)
* Fixed the escaping of an html string in the metadata description
* Integrated "Back to Top" button code in main.js

# v1.3.3
## 05/15/2024

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Future 2021
slug: future2021
type: theme
version: 1.4.0
version: 2.0.0
description: Grav Future Imperfect by HTML5 UP (Version 2021)
icon: microchip
author:
Expand Down

0 comments on commit db67370

Please sign in to comment.