# 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 tries to adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Additions

### Changes

### Fixes

### Removals

## 1.3.7 - Saturday, 27 March 2021 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.3.5...1.3.6))
### Fixes
- Fixed the flow of paragraphs on mobile.

## 1.3.6 - Thursday, 10 September 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.3.5...1.3.6))
### Fixes
- Elements within a `<form>` tag should now have the same styling as regular `<p>` applied (https://github.com/knuckleswtf/pastel/commit/955717d8e56741c9c8b71aafd150cf076cf4a893)

## 1.3.5 - Monday, 7 September 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.3.4...1.3.5))
### Fixes
- Lowered minimum required illuminate/view version to 5.8, which means Pastel (and by extension Scribe) now supports Laravel 5.8! (https://github.com/knuckleswtf/pastel/commit/1ff6b1ca78e7b9fb277d4a649a6ce83aaa07904c)
- Text within the `<details>` tag should now have the same styling as regular `<p>` applied (https://github.com/knuckleswtf/pastel/commit/cf573a5666b2dc3aa1850a97432a18476ff38b0d)

## 1.3.4 - Tuesday, 14 July 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.3.3...1.3.4))
### Fixed
- Fixed shadows on badges. (https://github.com/knuckleswtf/pastel/pull/4)

## 1.3.3 - Thursday, 21 May 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.3.2...1.3.3))
### Modified
- Updated dependencies to support Symfony 5.

## 1.3.2 - Sunday, 10 May 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.3.1...1.3.2))
### Modified
- Added some padding above the logo image

## 1.3.1 - Wednesday, 6 May 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.3.0...1.3.1))
### Modified
- Lowered minimum PHP level to 7.2.5

## 1.3.0 - Saturday, 11 April 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.2.1...1.3.0))
### Added
- Wildcard support for include files (https://github.com/knuckleswtf/pastel/commit/39a6cf98c51aa392defd6c6517ae0ff72e47b9fb)
- Fancy heading helper class (https://github.com/knuckleswtf/pastel/commit/24d22bf4a922d69b8ad82cd98e30aecb96df3bcb)

## 1.2.1 - Saturday, 11 April 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.2.0...1.2.1))
### Modified
- Switch to emojis to replace missing icons

## 1.2.0 - Friday, 10 April 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.1.1...1.2.0))
### Added
- CSS badge classes. Updated stub styling.

## 1.1.1 - Friday, 10 April 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.1.0...1.1.1))
### Modified
- Tweaked dependencies

## 1.1.0 - Friday, 10 April 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/1.0.0...1.1.0))
### Modified
- Tweak dependencies temporarily to allow for installation in most projects

## 1.0.0 - Thursday, 9 April 2020 ([compare to previous](https://github.com/knuckleswtf/pastel/compare/0.2.0...1.0.0))
### Modified
- Switch to Clara for console output (https://github.com/knuckleswtf/pastel/commit/6a011391262a726e147ceb99ee3e6784aaf00e01)
- Make search field non-configurable (https://github.com/knuckleswtf/pastel/commit/93fe11f414d5c9fe6c3801b63b3eea20c488c57a)
