# Changelog ## [v0.7.0](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.7.0) (2020-01-06) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.6.0...v0.7.0) - Add support for Rails 7 (thanks @neumayr) ## [v0.6.0](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.6.0) (2020-07-01) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.5.0...v0.6.0) - Support nonce for Content Security Policy (thanks @parterburn) ## [v0.5.0](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.5.0) (2020-05-28) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.4.0...v0.5.0) - Add support for full EasyMDE configuration (thanks @hernanvicente) ## [v0.4.0](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.4.0) (2020-05-28) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.3.0...v0.4.0) - Revert initialization logic to HTML ID. This won’t be compatible with other Administrate plugin (e.g. Administrate::Field::NestedHasMany) - Switch to EasyMDE (thanks @casaper) ## [v0.3.0](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.3.0) (2020-03-16) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.2.1...v0.3.0) - Support namespaced models and injected fields (thanks @sedubois) - Add support for Redcarpet options (thanks @casaper) ## [v0.2.1](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.2.1) (2019-01-15) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.2.0...v0.2.1) - Require Rack greater than 2.0.8 ## [v0.2.0](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.2.0) (2018-08-27) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.1.2...v0.2.0) - Update the requirements on Rails to permit the latest version ## [v0.1.2](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.1.2) (2018-05-24) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.1.1...v0.1.2) - Use snakecase when generating ID (thanks @golmansax) ## [v0.1.1](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.1.1) (2018-03-09) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.1.0...v0.1.1) - Restore list styles for Markdown elements (thanks @pedantic-git) ## [v0.1.0](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.1.0) (2018-01-23) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.0.4...v0.1.0) - Require Redcarpet - Add RSpec and tests - Handle null data - Update documentation ## [v0.0.4](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.0.4) (2017-04-03) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.0.3...v0.0.4) - Bump up Administrate dependency ## [v0.0.3](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.0.3) (2017-03-20) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.0.2...v0.0.3) - Bump up Administrate dependency ## [v0.0.2](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.0.2) (2016-11-22) [Full Changelog](https://github.com/zooppa/administrate-field-simple_markdown/compare/v0.0.1...v0.0.2) - Bump up Administrate dependency ## [v0.0.1](https://github.com/zooppa/administrate-field-simple_markdown/tree/v0.0.1) (2016-11-16) First release