- 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
- 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
- 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
- Implement CSV editing prose#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!
- Adds basic testing and fixes includes with more than one argument. Generates source maps for prose.js and test/index.js prose#692
- Update to use jekyll style includes for live previews prose#651
- Fixes live previews prose#648
- Add support for ignore in YAML config prose#632