Skip to content

Commit

Permalink
Merge pull request #10 from justgeek/development
Browse files Browse the repository at this point in the history
[1.2.3] release 1.2.3
  • Loading branch information
justgeek authored Apr 25, 2021
2 parents c900760 + 7b03bd4 commit 0cd0ed9
Show file tree
Hide file tree
Showing 5 changed files with 866 additions and 1,188 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Release] 1.2.3
### Added
- Added postfix to genrated html ID elements
### Fixed
- Fixed some security vulnerabilities

## [Hotfix] 1.2.2
### Changed
- Updated README.md file to install package as dev dependency
Expand Down
2 changes: 1 addition & 1 deletion lib/blueprints/component/temp.tpl.extension
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% if filesType.html === 'jade' || filesType.html === 'pug' %}
section(id="{{name | kebabCase}}" class="page")
section(id="{{name | kebabCase}}-{{postfix | kebabCase}}" class="page")
h1 {{name | kebabCase}} Component
{% else %}
<section id="{{name | kebabCase}}" class="page">
Expand Down
Loading

0 comments on commit 0cd0ed9

Please sign in to comment.