Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 620 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 620 Bytes

0.2.2

  • Export NoGrammarFoundError from dart_prism.
  • Add dark style PrismStyle.dark.

0.2.1

  • Update to dart_prism 0.2.1.
  • Change PrismStyle to constant constructor.
  • New public method mergeWith(...) for PrismStyle class.
  • Set default style for Prism.
  • Add a new option mouseCursor for Prism class.

0.2.0

  • Update to dart_prism 0.2.0.
  • Breaking change: Remove root from PrismStyle.
  • Breaking change: Change return type of Prism.render from TextSpan to List.

0.1.1

  • Improve PrismStyle and it's default text styles.

0.1.0

Initial version.