Skip to content

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 #1051

1.1.21

  • No longer include unset metadata fields in frontmatter #958
  • Refactor build scripts, start using travis-ci.org to deploy #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 #954
  • Fix bug where hidden metadata fields with no defaults would crash #955
  • Fix session storage bug where save would not properly get called #956
  • Started a deployment doc that currently includes Gatekeeper #957

1.1.20

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

1.1.19

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

1.1.18

  • Implement CSV editing #911

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 #692

1.1.4

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

1.1.3

  • Fixes live previews #648

1.1.0

  • Add support for ignore in YAML config #632