Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Latest commit

 

History

History
89 lines (48 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

89 lines (48 loc) · 3.59 KB

Changelog

v0.7.0 (2020-01-06)

Full Changelog

  • Add support for Rails 7 (thanks @neumayr)

v0.6.0 (2020-07-01)

Full Changelog

  • Support nonce for Content Security Policy (thanks @parterburn)

v0.5.0 (2020-05-28)

Full Changelog

  • Add support for full EasyMDE configuration (thanks @hernanvicente)

v0.4.0 (2020-05-28)

Full Changelog

  • 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 (2020-03-16)

Full Changelog

  • Support namespaced models and injected fields (thanks @sedubois)
  • Add support for Redcarpet options (thanks @casaper)

v0.2.1 (2019-01-15)

Full Changelog

  • Require Rack greater than 2.0.8

v0.2.0 (2018-08-27)

Full Changelog

  • Update the requirements on Rails to permit the latest version

v0.1.2 (2018-05-24)

Full Changelog

  • Use snakecase when generating ID (thanks @golmansax)

v0.1.1 (2018-03-09)

Full Changelog

  • Restore list styles for Markdown elements (thanks @pedantic-git)

v0.1.0 (2018-01-23)

Full Changelog

  • Require Redcarpet
  • Add RSpec and tests
  • Handle null data
  • Update documentation

v0.0.4 (2017-04-03)

Full Changelog

  • Bump up Administrate dependency

v0.0.3 (2017-03-20)

Full Changelog

  • Bump up Administrate dependency

v0.0.2 (2016-11-22)

Full Changelog

  • Bump up Administrate dependency

v0.0.1 (2016-11-16)

First release