kss
Version:
The Node.js port of KSS: A methodology for documenting CSS and building style guides
93 lines (74 loc) • 3.29 kB
Markdown
# Change Log
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/).
## [3.1.0] - 2022-08-03
### Changed
- Update markdown-it to the latest version 🚀 by @greenkeeper in https://github.com/kss-node/kss-node/pull/578
- Update highlight.js to the latest version 🚀 by @greenkeeper in https://github.com/kss-node/kss-node/pull/577
- Update dependencies and add newer Node.js versions by @RobLoach in https://github.com/kss-node/kss-node/pull/581
- Update highlight.js to version 10.4.1 by @wojsmol in https://github.com/kss-node/kss-node/pull/584
## [3.0.1] - 2020-04-16
### Changed
- Update dependencies
## [3.0.0] - 2020-02-09
### Fixed
- Stable Release
## [3.0.0-beta.25] - 2019-01-11
### Fixed
- [#521](https://github.com/kss-node/kss-node/pull/521) Twig: Disable autoescape for now
## [3.0.0-beta.24] - 2019-01-10
### Fixed
- [#505](https://github.com/kss-node/kss-node/pull/505) Nunjucks: Add raw block to highlight
- [#506](https://github.com/kss-node/kss-node/pull/506) Nunjucks: Fix Nunjucks safe filter
- [#520](https://github.com/kss-node/kss-node/pull/520) Twig: Update to 1.13.0
## [3.0.0-beta.23] - 2018-07-17
### Fixed
- [#496](https://github.com/kss-node/kss-node/pull/496) Fix Handlebars template
- By [@ryuran](https://github.com/ryuran)
### Added
- [#472](https://github.com/kss-node/kss-node/pull/472) Add Highlight code block
- By [@ryuran](https://github.com/ryuran)
### Changed
- [#497](https://github.com/kss-node/kss-node/pull/497) Remove documentation from source
- By [@RobLoach](https://github.com/RobLoach)
## [3.0.0-beta.22] - 2018-07-03
### Fixed
- [#493](https://github.com/kss-node/kss-node/pull/493) Fix Color support
- By [@ryuran](https://github.com/ryuran)
- [#491](https://github.com/kss-node/kss-node/pull/491) Fix some js syntaxe in handelbars builder template
- By [@aNickzz](https://github.com/aNickzz)
- Updated yargs
- By [@RobLoach](https://github.com/robloach)
## [3.0.0-beta.21] - 2018-06-28
### Fixed
- [#482](https://github.com/kss-node/kss-node/pull/482) Color support
- By [@ryuran](https://github.com/ryuran)
- [#485](https://github.com/kss-node/kss-node/pull/485) Fix syntax error in kss-assets
- By [@Guillaume-Duchemin](https://github.com/guillaume-duchemin)
- Updated dependencies
- By [@RobLoach](https://github.com/robloach)
## [3.0.0-beta.20] - 2018-04-26
### Fixed
- path to KSS builder
- By [@ryuran](https://github.com/ryuran)
## [3.0.0-beta.19] - 2018-04-23
### Added
- Accessibility fixes
- By [@scottaohara](https://github.com/scottaohara)
- External builder support
- By [@ryuran](https://github.com/ryuran)
### Changed
- Updated dependencies
- By [@RobLoach](http://github.com/robloach)
### Fixed
- Nunjucks tests
- By [@jeremy-green](http://github.com/jeremy-green)
## [3.0.0-beta.18] - 2017-02-23
### Added
- `path` Twig builder function
- Added a [CHANGELOG](CHANGELOG.md)
### Changed
- Removed the `max-width` on components in the base builders CSS
[Unreleased]: https://github.com/kss-node/kss-node/compare/3.0.0-beta.18...HEAD
[3.0.0-beta.18]: https://github.com/kss-node/kss-node/compare/3.0.0-beta.17...3.0.0-beta.18