Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Return to master and release v2.0.0 #122

Merged
merged 386 commits into from
Mar 31, 2020
Merged

Return to master and release v2.0.0 #122

merged 386 commits into from
Mar 31, 2020
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 20, 2020

  1. Configuration menu
    Copy the full SHA
    390b771 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1315c67 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #52 from stencila/shared-revamp

    Reorganize shared folder and update guide for authors
    nokome authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    bf940bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    715b343 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #59 from stencila/renovate/dev

    chore(deps): update dev dependencies
    nokome authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    69ec425 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0b153d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc69db8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #62 from stencila/update-elife-styles-dependency

    chore(Deps): Update hotlink url to eLife css
    alex-ketch authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    3786cff View commit details
    Browse the repository at this point in the history
  9. Merge pull request #61 from stencila/update-commit-hook

    fix(Hooks): Update pre-commit script name to match renamed script
    alex-ketch authored Feb 20, 2020
    Configuration menu
    Copy the full SHA
    884dd76 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e622750 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07d980a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Configuration menu
    Copy the full SHA
    7efb772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42a0610 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3665f86 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #63 from stencila/update-build-process

    Update build process to use Webpack
    nokome authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    7658b7a View commit details
    Browse the repository at this point in the history
  5. chore(Examples): Add data-itemscope="root" to examples

    A change forthcoming in Encoda.
    nokome committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    f87f777 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5b18b7 View commit details
    Browse the repository at this point in the history
  7. chore(RPNG Theme): Linting

    nokome committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    2a63f31 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'rpng-theme' into next

    Nokome Bentley committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    5abced5 View commit details
    Browse the repository at this point in the history
  9. feat(Pages extension): Add the pages extension

    Closes #23.
    nokome committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    eb64e1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a0a82b2 View commit details
    Browse the repository at this point in the history
  11. chore(*): Linting

    nokome committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    f78e156 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    60962dd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2db3587 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8b8e6a1 View commit details
    Browse the repository at this point in the history
  15. chore(release): 1.6.0 [skip ci]

    # [1.6.0](v1.5.6...v1.6.0) (2020-02-21)
    
    ### Bug Fixes
    
    * **Bootstrap theme:** Do not use mixins from shared; docs ([8347907](8347907))
    * **Build:** Fix build issues due to circular dependencies ([4d7c13e](4d7c13e))
    * **Code extension:** Fix itemtype; add default language; do not style executable nodes ([1315c67](1315c67))
    * **Components:** Load components in index.html ([a32262a](a32262a))
    * **Demo:** Generate examples standalone ([a2eb9f1](a2eb9f1))
    * **Demo:** Initialize theme each time it, and  example, set ([801a7e9](801a7e9))
    * **Demo:** Make demo paths relative for use on GH Pages ([07d980a](07d980a))
    * **Docs:** Fix Publication step on TravisCI ([35cfad0](35cfad0))
    * **eLife theme:** Changes to dir names and selectors ([6ef7ac2](6ef7ac2))
    * **Examples:** Actually run the functions ([0907a34](0907a34))
    * **Extensions:** Only quote name when need to ([f189065](f189065))
    * **Generate:** Use Promise<unknown> when generating themes ([87736d1](87736d1))
    * **Hooks:** Update pre-commit script name to match renamed script ([cc69db8](cc69db8))
    * **Hooks:** Update pre-commit script name to match renamed script ([4814aea](4814aea))
    * **Javascript:** Allow themes to be loaded in Node.js ([4f307e5](4f307e5))
    * **Linting:** Add Stylelint to enforce semantic selector usage ([a6a4b89](a6a4b89))
    * **References:** Fix Reference formatting selectors and type castings ([b3e23e1](b3e23e1))
    * **Selectors:** Fix selectors import path in configuration ([c37e331](c37e331))
    * **Selectors:** Match Headings & elements with multiple itemtypes ([d35e8f1](d35e8f1))
    * **Selectors:** Prevent Prettier from mangling Custom Selectors ([45ae358](45ae358))
    * **Selectors:** Reove trailing newline to avoid stylelint error ([08728e1](08728e1))
    * **Selectors:** Update selectors after upgrade of Schema version ([b37c2fb](b37c2fb))
    * **Selectors:** Update selectors to also target data- prefixed versions ([4306d68](4306d68))
    * **Skeleton:** Do not rely on anything in shared; add README; linting ([7b238c3](7b238c3))
    * **Skeleton:** Ensure index.ts is a module ([d1d941e](d1d941e))
    * **Themes:** Remove zombie theme ([15d336e](15d336e))
    * **Types:** Type root ([f4e8160](f4e8160))
    
    ### Features
    
    * **Bootstrap:** Add bootsrap theme ([68d42ec](68d42ec))
    * **Build:** Combine & sort media queries ([16ed2b6](16ed2b6))
    * **Mathjax CSS:** Add generation of MathJax CSS ([d1fda5d](d1fda5d))
    * **Nature:** Refactor and update Nature theme to emulate new branding ([d552f57](d552f57))
    * **Pages extension:** Add the pages extension ([eb64e1a](eb64e1a)), closes [#23](#23)
    * **PLOS:** Update theme with new semantic selectors ([ca36008](ca36008))
    * **Prism addon:** Add prisom addon for syntax highlighting ([967fe53](967fe53))
    * **RPNG Theme:** Add theme for generating RPNGs. ([c5b18b7](c5b18b7)), closes [#31](#31)
    * **Selector functions:** Add module for handling custom selectors ([59be9e9](59be9e9))
    * **Selectors:** Autogenerate semantic selectors from Stencila Schema ([8c5862c](8c5862c))
    * **Selectors:** Draft: Auto-Generate semantic selectors ([1caacfd](1caacfd))
    * **Shared JS:** Add functions for DOM manipulation ([01d6d71](01d6d71))
    * **Shared scripts:** Add DOM manipulation fixes ([c049b5f](c049b5f))
    * **Skeleton:** Add Skeleton starter theme ([c70dbb4](c70dbb4))
    * **Skeleton theme:** Add all existing addons ([e73d853](e73d853))
    * **Stencila components addon:** Addon for adding Stencila Web Components for document nodes ([65d84a9](65d84a9))
    * **Themes:** Add a script to create a new theme ([5081903](5081903))
    * **Themes:** Horizontally centre eLife article ([e7fc6a7](e7fc6a7))
    * **Variables:** Add a shared layer of variables for all themes ([15bb7da](15bb7da))
    
    ### Performance Improvements
    
    * **CSS:** Reduce file sizes by using CSSNano during builds ([87f7b2b](87f7b2b))
    stencila-ci committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    24a96ee View commit details
    Browse the repository at this point in the history
  16. fix(Package): Use prepare instead of postinstall

    This avoid the following error when installing Thema in another package:
    
    ```bash
    > @stencila/[email protected] postinstall /home/nokome/stencila/source/encoda/node_modules/@stencila/thema
    > npm run update
    
    > @stencila/[email protected] update /home/nokome/stencila/source/encoda/node_modules/@stencila/thema
    > npm run update:selectors && npm run update:examples && npm run update:themes && npm run update:extensions
    
    > @stencila/[email protected] update:selectors /home/nokome/stencila/source/encoda/node_modules/@stencila/thema
    > ts-node --files src/scripts/selectors.ts
    
    Error: Cannot find module '/home/nokome/stencila/source/encoda/node_modules/@stencila/thema/src/scripts/selectors.ts'
    ```
    
    See https://docs.npmjs.com/misc/scripts
    nokome committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    1be7091 View commit details
    Browse the repository at this point in the history
  17. chore(release): 1.6.1 [skip ci]

    ## [1.6.1](v1.6.0...v1.6.1) (2020-02-21)
    
    ### Bug Fixes
    
    * **Package:** Use prepare instead of postinstall ([1be7091](1be7091))
    stencila-ci committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    7bf964d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a1ac3e3 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #64 from stencila/fix-hot-module-reloading

    Fix Hot Module Reloading during development
    nokome authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    5ed2d13 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    5aed49f View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.6.2 [skip ci]

    ## [1.6.2](v1.6.1...v1.6.2) (2020-02-22)
    
    ### Bug Fixes
    
    * **Build:** Fix production build failure due to missing plugin ([5aed49f](5aed49f))
    stencila-ci committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    9b18dc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ba3594 View commit details
    Browse the repository at this point in the history
  4. chore(*): Formatting

    nokome authored and alex-ketch committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    b0a61f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a9fc5f View commit details
    Browse the repository at this point in the history
  6. fix(Docs): Re-evaluate theme JavaScript when switching themes

    Note that this doesn‘t reset any HTML manipulation that might've been performed by the scripts
    alex-ketch committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    befaa76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e07f656 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a99c5ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6eab7cd View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Merge pull request #65 from stencila/dist-n-themes

    Separate browser and lib distributions
    nokome authored Feb 23, 2020
    Configuration menu
    Copy the full SHA
    cb12bc6 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.6.3 [skip ci]

    ## [1.6.3](v1.6.2...v1.6.3) (2020-02-23)
    
    ### Bug Fixes
    
    * **Docs:** Re-evaluate theme JavaScript when switching themes ([befaa76](befaa76))
    * **Package:** Setup for sepearate browser and lib distributions ([2ba3594](2ba3594))
    stencila-ci committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    c78395b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Configuration menu
    Copy the full SHA
    5f256f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eb59da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    927db8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c972fcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    168b1e7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #69 from stencila/update-elife-styles-dependency

    chore(Deps): Update hotlink url to eLife css
    alex-ketch authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    423e0b5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #66 from stencila/microdata

    Regenerate semantic selectors and add test for usage
    nokome authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a15238e View commit details
    Browse the repository at this point in the history
  8. chore(release): 1.6.4 [skip ci]

    ## [1.6.4](v1.6.3...v1.6.4) (2020-02-24)
    
    ### Bug Fixes
    
    * **Selectors:** Upgrade Schema version and regenerate selectors ([9eb59da](9eb59da))
    * **Themes:** Fix invalid custom selectors ([c972fcd](c972fcd))
    stencila-ci committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    16aa146 View commit details
    Browse the repository at this point in the history
  9. chore(Examples): Upgrade to Encoda 0.86.1; add README as an example

    Notes:
    
    - Only one update to HTML: `affiliations` instead of `organizations`
    - No longer generate YAML files for some examples (sometimes useful but addng noise)
    - README is still in need of work!
    nokome authored and Nokome Bentley committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    515f155 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ead6049 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #68 from stencila/update-examples

    fix(Examples): Upgrade to Encoda 0.86.1; add README as an example
    nokome authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    b56b07b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. refactor(Utility): Move utility functions to their own folder, separa…

    …te from scripts
    
    Also removes the function for converting semantic selectors to attribute selectors which were incomplete (and thus confusing).
    nokome committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    c42d28a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b8abb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4125ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7d1fd5 View commit details
    Browse the repository at this point in the history
  5. fix(Utility functions): Require spaces between attributes; better sup…

    …port for custom selectors
    nokome committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f45abb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    43ad250 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e099c44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cab70a View commit details
    Browse the repository at this point in the history
  9. Merge pull request #76 from stencila/72-dom-funcs

    Finish and document DOM utility functions
    alex-ketch authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    c3c4c38 View commit details
    Browse the repository at this point in the history
  10. chore(release): 1.7.0 [skip ci]

    # [1.7.0](v1.6.4...v1.7.0) (2020-02-25)
    
    ### Bug Fixes
    
    * **Utility functions:** Require spaces between attributes; better support for custom selectors ([f45abb9](f45abb9))
    
    ### Features
    
    * **Utility functions:** Add more, test and document ([8b8abb8](8b8abb8))
    stencila-ci committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    1f40b8a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e519b63 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4963cc6 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #75 from stencila/update-theme-resolution

    Update theme resolution logic, restructure files
    alex-ketch authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    8601d8e View commit details
    Browse the repository at this point in the history
  14. chore(release): 1.7.1 [skip ci]

    ## [1.7.1](v1.7.0...v1.7.1) (2020-02-25)
    
    ### Bug Fixes
    
    * **Semantic Selector:** Fix CSS syntax when generating selectors ([4963cc6](4963cc6))
    stencila-ci committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    2897b19 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4a9a074 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c36096a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    25d8d4a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    11538a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    64bea2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c22afa6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    760ee75 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/renovate/pin-dependencies' into …

    …next
    Nokome Bentley committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    e97c5d7 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/renovate/dev' into next

    Nokome Bentley committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    787eb9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cb3ccd View commit details
    Browse the repository at this point in the history
  7. chore(*): Linting

    nokome committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    d0bace9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e69dcd5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #82 from stencila/css-fix

    Fix CSS custom property syntax
    alex-ketch authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    9f57022 View commit details
    Browse the repository at this point in the history
  10. chore(release): 1.7.2 [skip ci]

    ## [1.7.2](v1.7.1...v1.7.2) (2020-02-26)
    
    ### Bug Fixes
    
    * **CSS:** Malformed custom property usage ([e69dcd5](e69dcd5))
    stencila-ci committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    8f7e666 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d5b31f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b96f2c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #77 from stencila/71-extensions

    Documentation for extensions
    nokome authored Feb 26, 2020
    Configuration menu
    Copy the full SHA
    b33b09f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    650da9f View commit details
    Browse the repository at this point in the history
  15. Merge remote-tracking branch 'origin/renovate/dev' into next

    Nokome Bentley committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    f2d798e View commit details
    Browse the repository at this point in the history
  16. chore(Examples): Update generated HTML for README

    nokome authored and Nokome Bentley committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    eddec64 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e7a673b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5908c8a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7ef4cdd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cbdc70a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    45473d1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    56619ee View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    71820f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    249b24d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d6e918 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70f69c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    190a891 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b03044 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f34f55 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    97f92ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4d4e079 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1317b7c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49f3d38 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    afffdbd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5bd5162 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e22a489 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5039e41 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b8be23b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bd38d09 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f7ba6ec View commit details
    Browse the repository at this point in the history
  19. Fix typo and failing test

    alex-ketch committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    4bc3138 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. refactor(Prism selectors): Define within code extension

    The advantage of putting this inside the `code` extension is that it is co-located with other aspects of integrating with PrismJS and is less invasive into other code.
    
    Also adds a test that the DOM mods are doing what is expected.
    nokome committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5648f0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #88 from stencila/elife-noto-sans

    Use Noto Sans SemiBold for eLife headings
    davidcmoulton authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    9810e47 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.8.0 [skip ci]

    # [1.8.0](v1.7.2...v1.8.0) (2020-02-28)
    
    ### Bug Fixes
    
    * **Elife:** Don't duplicate font blocks ([f7ba6ec](f7ba6ec))
    
    ### Features
    
    * **Fonts:** Use Noto Sans SemiBold for eLife headings ([bd38d09](bd38d09))
    stencila-ci committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    1e1f562 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2a9ba6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1be75d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f75003 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4bd0eb9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a72a90 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #92 from stencila/elife-authors

    eLife authors
    davidcmoulton authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    b0f71e8 View commit details
    Browse the repository at this point in the history
  10. chore(release): 1.9.0 [skip ci]

    # [1.9.0](v1.8.0...v1.9.0) (2020-02-28)
    
    ### Features
    
    * **Elife:** Add author separator ([f1be75d](f1be75d))
    * **Elife:** Temporarily remove author afflilation indicator ([1f75003](1f75003))
    * **Elife:** Use eLife corresponding author envelope icon ([0a72a90](0a72a90))
    * **Elife:** Use Person extension to style authors ([a2a9ba6](a2a9ba6))
    stencila-ci committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    31f9aec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6ed29e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42f582c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d658098 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #85 from stencila/stencila-to-wilmore

    Redesign Stencila theme and add Wilmore
    nokome authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    93c07a2 View commit details
    Browse the repository at this point in the history
  15. chore(release): 1.10.0 [skip ci]

    # [1.10.0](v1.9.0...v1.10.0) (2020-02-28)
    
    ### Bug Fixes
    
    * **Browser support:** Transform CSS4 :not() usage to CSS3 spec ([1317b7c](1317b7c))
    * **HMR:** Fix stack overflow due to double HMR instances ([190a891](190a891))
    * **Nature:** Fix monospace font-family name ([97f92ae](97f92ae))
    * **README:** Fix generation of MD table for list of Themes and Extension ([5039e41](5039e41))
    
    ### Features
    
    * **Selectors:** Generate PrismJS compatible code selectors ([5f34f55](5f34f55))
    * **Selectors:** Generate utility selectors for selecting element groups ([49f3d38](49f3d38))
    * **Skeleton:** Add basic styling to Skeleton theme ([afffdbd](afffdbd))
    * **Stencila/Wilmore:** Fork and replace existing Stencila theme ([5bd5162](5bd5162)), closes [#70](#70)
    * **Stylelint:** Allow targeting Stencila WebComponents ([4d4e079](4d4e079))
    stencila-ci committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    c9dd255 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    36302ab View commit details
    Browse the repository at this point in the history
  17. refactor(Utility functions): Allow for both null and undefined; alter…

    … semantics of `tag` when setting.
    
    See #84 (comment)
    nokome committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    31f0f93 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. chore(*): Linting

    Fixes eslint npm script args, adds `no-shadow` rule and applies fixes. See #84 (comment)
    nokome committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    8c7dc1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8291a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    059983d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cea7beb View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2020

  1. fix(Ready function): Use not loading, instead of complete

    Using `document.readyState !== 'loading'` is preferable because in both `interactive` and `complete` states the DOM is ready to be manipulated. See https://developer.mozilla.org/en-US/docs/Web/API/Document/readyState
    nokome committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    b61ceb1 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Update src/util/index.ts

    Co-Authored-By: Alex Ketch <[email protected]>
    nokome and alex-ketch authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    b7acf90 View commit details
    Browse the repository at this point in the history
  2. Merge branch '71-structure' into next

    Nokome Bentley committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    4a8b0ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51b0123 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/next' into next

    Nokome Bentley committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    1d57fa2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3a388a View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.11.0 [skip ci]

    # [1.11.0](v1.10.0...v1.11.0) (2020-03-02)
    
    ### Bug Fixes
    
    * **Cite extension:** Restructure and reorder reference properties ([0d6e918](0d6e918))
    * **Person extension:** DOM manipulations for more style-able names ([cbdc70a](cbdc70a))
    * **Ready function:** Use not loading, instead of complete ([b61ceb1](b61ceb1))
    * **Utility function:** Better type safety and more flexibility for create and append ([7ef4cdd](7ef4cdd))
    * **Utility functions:** Allow for camelCase property names ([e7a673b](e7a673b))
    
    ### Features
    
    * **Heading extension:** Add in leiu of longer tem fix in Encoda ([56619ee](56619ee))
    * **Utility functions:** Add tag() and attrs(); return undefineds ([71820f7](71820f7))
    stencila-ci committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    04a1290 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. feat(Galleria theme): Add theme for styling gallery pages

    In the first instance intended for application for the Thema gallery, but could also be applied to other, similar documents
    nokome committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    ad87a7a View commit details
    Browse the repository at this point in the history
  2. feat(Gallery): Add script to generate docs/gallery

    Also adds details to some themes to illustrate how they are used in the gallery view.
    nokome committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    da500b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53088da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaccd12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d18f1f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Configuration menu
    Copy the full SHA
    b21b8c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4096bb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e37786d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31726e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e80e2e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc4f4c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0dbfcf8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6cfb8aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b90827 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d8c884 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    447c1ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c460b3 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #97 from stencila/style-affiliations

    Reintroduce postcss-mixin and style eLife affiliations
    davidcmoulton authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    812209e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eda8a4a View commit details
    Browse the repository at this point in the history
  15. Merge pull request #96 from stencila/83-gallery

    Add gallery page
    alex-ketch authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    d4cae95 View commit details
    Browse the repository at this point in the history
  16. chore(release): 1.12.0 [skip ci]

    # [1.12.0](v1.11.0...v1.12.0) (2020-03-04)
    
    ### Features
    
    * **CSS:** Reintroduce postcss mixins to build ([53088da](53088da))
    * **Elife:** Style affiliations ([d18f1f4](d18f1f4))
    * **Elife:** Style affiliations list ([eaccd12](eaccd12))
    stencila-ci committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    672b7ce View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Configuration menu
    Copy the full SHA
    edc9653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a49a4f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4ea41e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0603a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bae762 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a85184a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71cf859 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    15910f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a8bb12 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Configuration menu
    Copy the full SHA
    2502f28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f08f194 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c549c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4c9b2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2479846 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3250c8b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d31909e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2173b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    efda1b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20f216d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3f0607a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    50f096a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    743a66d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c060c6e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. Configuration menu
    Copy the full SHA
    f142fac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81af97a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    a25fd89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    693d03d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b720a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dc1782 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #100 from stencila/elife-date-format

    eLife theme: Transform article publication date to eLife format
    davidcmoulton authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    f9e6ee1 View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.13.0 [skip ci]

    # [1.13.0](v1.12.0...v1.13.0) (2020-03-09)
    
    ### Features
    
    * **Date:** Format eLife's publication date correctly ([d0603a2](d0603a2))
    stencila-ci committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    0098d14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    160c892 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fda0f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbcb6e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8a839fe View commit details
    Browse the repository at this point in the history
  11. Merge pull request #90 from stencila/55-theme-builder-v0

    Add foundations of theme customization UI
    alex-ketch authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    8cc184e View commit details
    Browse the repository at this point in the history
  12. chore(release): 1.14.0 [skip ci]

    # [1.14.0](v1.13.0...v1.14.0) (2020-03-09)
    
    ### Bug Fixes
    
    * **Editor:** Catch color picker errors ([3f0607a](3f0607a))
    * **Editor:** Commit chosen colour when closing colour picker ([e2173b0](e2173b0))
    * **Editor:** Don't discard parameters from URL when changing themes ([2479846](2479846))
    * **Editor:** Fix asset resolution for example articles ([160c892](160c892))
    * **Editor:** Fix manual color entry conflicts with Color Picker ([20f216d](20f216d))
    * **Skeleton, Stencila:** Fix nested CSS variables not being evaluated ([a49a4f8](a49a4f8))
    * **Theme Contribution:** Fix generation of contributed CSS variable ([d31909e](d31909e))
    
    ### Features
    
    * **Demo:** Add & style theme gallery landing page ([edc9653](edc9653))
    * **Demo:** Add theme contribution modal ([9bae762](9bae762))
    * **Editor:** Add hover state for gallery thumbnails ([f08f194](f08f194))
    * **Editor:** Add theme info above customization settings ([50f096a](50f096a))
    * **Editor:** Auto focus & format theme name when contributing ([c060c6e](c060c6e))
    * **Galleria theme:** Add theme for styling gallery pages ([ad87a7a](ad87a7a))
    * **Gallery:** Add script to generate docs/gallery ([da500b3](da500b3))
    * **Theme Builder:** Inject Stencila Components scripts into preview ([31726e1](31726e1))
    * **Theme Builder:** Inject user updated variables into preview ([4096bb2](4096bb2))
    * **Theme Builder:** User can save new theme as a Github PR ([e80e2e7](e80e2e7))
    * **Themes:** Checking and fixing of themes ([cc4f4c1](cc4f4c1))
    
    ### Performance Improvements
    
    * **Demo:** Reduce number of needless re-renders ([15910f1](15910f1))
    * **Editor:** Don't reload iframe if already on chosen example content ([3250c8b](3250c8b))
    * **Editor:** Prevent needlessly re-rendering page header ([743a66d](743a66d))
    stencila-ci committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    2147671 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    88c0c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    363ab07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c7dd64 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.14.1 [skip ci]

    ## [1.14.1](v1.14.0...v1.14.1) (2020-03-10)
    
    ### Bug Fixes
    
    * **Theme Editor:** Allow serving from sub-dir by setting env.ASSET_PATH ([363ab07](363ab07))
    * **Theme Editor:** Fix file globs for Demo build ([9c7dd64](9c7dd64))
    stencila-ci committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    b033e46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c46409 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #99 from stencila/renovate/dev

    chore(dependencies): update dev dependencies
    alex-ketch authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    43ebe91 View commit details
    Browse the repository at this point in the history
  7. Revert "chore(dependencies): update dev dependencies"

    This reverts commit 8c46409.
    alex-ketch committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    a2ce3ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    884d17e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f80c209 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #102 from stencila/hotfix-broken-dependencies

    Hotfix broken dependencies
    alex-ketch authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    8dee964 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Configuration menu
    Copy the full SHA
    8f0c05d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31601b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ac535 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #105 from stencila/fix-package-release

    Fix package release
    alex-ketch authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    d8b85ee View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.14.2 [skip ci]

    ## [1.14.2](v1.14.1...v1.14.2) (2020-03-11)
    
    ### Bug Fixes
    
    * **Build:** Avoid discarding lib due to running Build:browser twice ([8f0c05d](8f0c05d))
    stencila-ci committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    eabfa8c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    cadd1a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d9c182 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #108 from stencila/107-update-dev-instructions

    docs(README): Update local development instructions
    alex-ketch authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    3447561 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.15.0 [skip ci]

    # [1.15.0](v1.14.2...v1.15.0) (2020-03-12)
    
    ### Features
    
    * **Theme Editor:** Add ability to hide UI elements from the preview ([3d9c182](3d9c182))
    stencila-ci committed Mar 12, 2020
    Configuration menu
    Copy the full SHA
    3f5e2f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Configuration menu
    Copy the full SHA
    ea70ac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40694a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be0a847 View commit details
    Browse the repository at this point in the history
  4. fix(Extensions): Upgrade Encoda and remove redundant scripts

    With Encoda v0.91.0 most of the DOM manipulations in extensions can be removed. This change also removes redundant imports in theme scripts.
    nokome committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    75dcbbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    544b8d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56fe408 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f1ae28 View commit details
    Browse the repository at this point in the history
  8. chore(Skeleton theme): Linting

    nokome committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    19b1c7e View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    ddece32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f775d96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a9f528 View commit details
    Browse the repository at this point in the history
  4. Update src/extensions/code/index.test.ts

    Co-Authored-By: Alex Ketch <[email protected]>
    nokome and alex-ketch authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    6ed20e4 View commit details
    Browse the repository at this point in the history
  5. Update src/themes/skeleton/styles.css

    Co-Authored-By: Alex Ketch <[email protected]>
    nokome and alex-ketch authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    c410f6f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #106 from stencila/encoda-upgrade

    Upgrade Encoda and make related fixes.
    nokome authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    8387687 View commit details
    Browse the repository at this point in the history
  7. build(deps): bump acorn from 5.7.3 to 5.7.4

    Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
    - [Release notes](https://github.com/acornjs/acorn/releases)
    - [Commits](acornjs/acorn@5.7.3...5.7.4)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    346b0fa View commit details
    Browse the repository at this point in the history
  8. chore(release): 1.15.1 [skip ci]

    ## [1.15.1](v1.15.0...v1.15.1) (2020-03-16)
    
    ### Bug Fixes
    
    * **Cite-APA Extension:** Add styling for pageStart, pageEnd, and pagination ([544b8d6](544b8d6))
    * **Dependencies:** Upgrade Encoda and remove DOM manipulations no longer needed ([ea70ac2](ea70ac2))
    * **Extensions:** Upgrade Encoda and remove redundant scripts ([75dcbbf](75dcbbf))
    * **Extensions, Skeleton theme:** Changes related to upgrading Encoda ([40694a2](40694a2))
    * **Gallery:** Hide datePublished and update to  new schema for list items ([56fe408](56fe408))
    * **Gallery:** Use isStandalone and content ([7f1ae28](7f1ae28))
    * **References:** Fix irregular spacing for Author references ([ddece32](ddece32))
    * **Skeleton:** Fix Headings inside non-root elements being too wide ([f775d96](f775d96))
    * **Wilmore:** Fix Code, Math, DataPublished node formatting & styles ([1a9f528](1a9f528))
    stencila-ci committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    88d5206 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Merge pull request #109 from stencila/dependabot/npm_and_yarn/acorn-5…

    ….7.4
    
    build(deps): bump acorn from 5.7.3 to 5.7.4
    alex-ketch authored Mar 17, 2020
    Configuration menu
    Copy the full SHA
    fd732c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    f8339c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7e2448 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    9ef8939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a15e6d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. chore(Deps): Upgrade Encoda

    Closes #113.
    nokome committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    31d2a82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc54727 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3228bc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Merge pull request #115 from stencila/add-missing-scripts-to-demo

    Add missing Stencila Components scripts to demo view
    nokome authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    97ee2f0 View commit details
    Browse the repository at this point in the history
  2. chore(release): 1.15.2 [skip ci]

    ## [1.15.2](v1.15.1...v1.15.2) (2020-03-26)
    
    ### Bug Fixes
    
    * **Demo:** Add missing Stencila Components JS files to preview documents ([9ef8939](9ef8939))
    * **RPNG:** Collapse source code panels in RPNG theme ([a15e6d5](a15e6d5))
    stencila-ci committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    09144ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bfc95f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #118 from stencila/113-identifiers

    chore(Deps): Upgrade Encoda
    davidcmoulton authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    f40bbe2 View commit details
    Browse the repository at this point in the history
  5. chore(release): 1.16.0 [skip ci]

    # [1.16.0](v1.15.2...v1.16.0) (2020-03-26)
    
    ### Bug Fixes
    
    * **Galleria:** Fix grid layout at medium breakpoints ([3228bc0](3228bc0))
    
    ### Features
    
    * Hide article identifiers section ([cc54727](cc54727))
    * **Elife:** Hide article identifiers section ([0bfc95f](0bfc95f))
    stencila-ci committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    8847052 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09707f6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #120 from stencila/fix-date-format

    Update eLife's date handling to match Encoda
    davidcmoulton authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    b99a767 View commit details
    Browse the repository at this point in the history
  8. chore(release): 1.16.1 [skip ci]

    ## [1.16.1](v1.16.0...v1.16.1) (2020-03-26)
    
    ### Bug Fixes
    
    * **Elife:** Match Encoda date semantics & be defensive ([09707f6](09707f6))
    stencila-ci committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    a7211f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. docs(README): Add section on committing.

    This was suggested here: #114 (comment)
    nokome committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    a1b8a63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #112 from stencila/refine-readme

    Update README.md
    nokome authored Mar 28, 2020
    Configuration menu
    Copy the full SHA
    14b0264 View commit details
    Browse the repository at this point in the history