eleventy-plugin-emoji
Version:
An accessibly emoji shortcode and filter for Eleventy projects
27 lines (19 loc) • 911 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.0] - 2021-01-30
### Added
- Filter support for emoji label (@seanmcp in [#4])
- `eleventy-plugin` keyword to `package.json` (@pdehaan in [#2])
### Changed
- Changed default class name from `11ty-emoji` to `eleventy-emoji` (@seanmcp in [#4])
## [1.0.0] - 2020-12-11
### Added
- Emoji shortcode and filter
- Documentation and changelog
- Tests that build and are manually validated
[Unreleased]: https://github.com/seanmcp/eleventy-plugin-emoji/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/olivierlacan/eleventy-plugin-emoji/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/seanmcp/eleventy-plugin-emoji/releases/tag/v1.0.0