Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Latest commit

 

History

History
55 lines (37 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

55 lines (37 loc) · 2.46 KB

1.1.23

  • Adds support for a CURRENT_USER varible prose#1051

1.1.21

  • No longer include unset metadata fields in frontmatter prose#958
  • Refactor build scripts, start using travis-ci.org to deploy prose#949
  • Fix bug where select elements could accept multiple values, where multiselects would show null when there was no value, and placeholders in select elements prose#954
  • Fix bug where hidden metadata fields with no defaults would crash prose#955
  • Fix session storage bug where save would not properly get called prose#956
  • Started a deployment doc that currently includes Gatekeeper prose#957

1.1.20

  • Upgrade CodeMirror version to v5.11, include it using NPM prose#943
  • Use node 4.2 prose#943
  • Upgrade Mocha, Mocha-phantomjs, and phantomjs versions prose#943
  • Fix how list button works when inserting new markdown prose#926

1.1.19

  • Improve npm start script prose#920
  • Fixes issue where yaml parser would keep inserting extra lines at the top of the document prose#919
  • Toggle preview and edit modes with CTRL-Enter prose#875
  • Increase width of editor prose#927
  • Increase width of metadata editor prose#933
  • Use SASS to decouple CSS assets prose#942
  • Stop textarea meta elements from endlessly escaping characters prose#941

1.1.18

Note, due to many reasons we didn't record changelogs for many versions. If you have a specific question and can't find the answer from the commit history, please open an issue. Thanks!

1.1.5

  • Adds basic testing and fixes includes with more than one argument. Generates source maps for prose.js and test/index.js prose#692

1.1.4

  • Update to use jekyll style includes for live previews prose#651

1.1.3

1.1.0

  • Add support for ignore in YAML config prose#632