-
Notifications
You must be signed in to change notification settings - Fork 4
Return to master and release v2.0.0
#122
Commits on Feb 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 390b771 - Browse repository at this point
Copy the full SHA 390b771View commit details -
fix(Code extension): Fix itemtype; add default language; do not style…
… executable nodes
Configuration menu - View commit details
-
Copy full SHA for 1315c67 - Browse repository at this point
Copy the full SHA 1315c67View commit details -
Merge pull request #52 from stencila/shared-revamp
Reorganize shared folder and update guide for authors
Configuration menu - View commit details
-
Copy full SHA for bf940bb - Browse repository at this point
Copy the full SHA bf940bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 715b343 - Browse repository at this point
Copy the full SHA 715b343View commit details -
Merge pull request #59 from stencila/renovate/dev
chore(deps): update dev dependencies
Configuration menu - View commit details
-
Copy full SHA for 69ec425 - Browse repository at this point
Copy the full SHA 69ec425View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0b153d - Browse repository at this point
Copy the full SHA d0b153dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc69db8 - Browse repository at this point
Copy the full SHA cc69db8View commit details -
Merge pull request #62 from stencila/update-elife-styles-dependency
chore(Deps): Update hotlink url to eLife css
Configuration menu - View commit details
-
Copy full SHA for 3786cff - Browse repository at this point
Copy the full SHA 3786cffView commit details -
Merge pull request #61 from stencila/update-commit-hook
fix(Hooks): Update pre-commit script name to match renamed script
Configuration menu - View commit details
-
Copy full SHA for 884dd76 - Browse repository at this point
Copy the full SHA 884dd76View commit details -
Configuration menu - View commit details
-
Copy full SHA for e622750 - Browse repository at this point
Copy the full SHA e622750View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07d980a - Browse repository at this point
Copy the full SHA 07d980aView commit details
Commits on Feb 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7efb772 - Browse repository at this point
Copy the full SHA 7efb772View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42a0610 - Browse repository at this point
Copy the full SHA 42a0610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3665f86 - Browse repository at this point
Copy the full SHA 3665f86View commit details -
Merge pull request #63 from stencila/update-build-process
Update build process to use Webpack
Configuration menu - View commit details
-
Copy full SHA for 7658b7a - Browse repository at this point
Copy the full SHA 7658b7aView commit details -
chore(Examples): Add data-itemscope="root" to examples
A change forthcoming in Encoda.
Configuration menu - View commit details
-
Copy full SHA for f87f777 - Browse repository at this point
Copy the full SHA f87f777View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b18b7 - Browse repository at this point
Copy the full SHA c5b18b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a63f31 - Browse repository at this point
Copy the full SHA 2a63f31View commit details -
Merge branch 'rpng-theme' into next
Nokome Bentley committedFeb 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 5abced5 - Browse repository at this point
Copy the full SHA 5abced5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb64e1a - Browse repository at this point
Copy the full SHA eb64e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0a82b2 - Browse repository at this point
Copy the full SHA a0a82b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f78e156 - Browse repository at this point
Copy the full SHA f78e156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60962dd - Browse repository at this point
Copy the full SHA 60962ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db3587 - Browse repository at this point
Copy the full SHA 2db3587View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b8e6a1 - Browse repository at this point
Copy the full SHA 8b8e6a1View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 24a96ee - Browse repository at this point
Copy the full SHA 24a96eeView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1be7091 - Browse repository at this point
Copy the full SHA 1be7091View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 7bf964d - Browse repository at this point
Copy the full SHA 7bf964dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ac3e3 - Browse repository at this point
Copy the full SHA a1ac3e3View commit details -
Merge pull request #64 from stencila/fix-hot-module-reloading
Fix Hot Module Reloading during development
Configuration menu - View commit details
-
Copy full SHA for 5ed2d13 - Browse repository at this point
Copy the full SHA 5ed2d13View commit details
Commits on Feb 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5aed49f - Browse repository at this point
Copy the full SHA 5aed49fView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 9b18dc1 - Browse repository at this point
Copy the full SHA 9b18dc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba3594 - Browse repository at this point
Copy the full SHA 2ba3594View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a61f8 - Browse repository at this point
Copy the full SHA b0a61f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9fc5f - Browse repository at this point
Copy the full SHA 9a9fc5fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for befaa76 - Browse repository at this point
Copy the full SHA befaa76View commit details -
Configuration menu - View commit details
-
Copy full SHA for e07f656 - Browse repository at this point
Copy the full SHA e07f656View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99c5ee - Browse repository at this point
Copy the full SHA a99c5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eab7cd - Browse repository at this point
Copy the full SHA 6eab7cdView commit details
Commits on Feb 23, 2020
-
Merge pull request #65 from stencila/dist-n-themes
Separate browser and lib distributions
Configuration menu - View commit details
-
Copy full SHA for cb12bc6 - Browse repository at this point
Copy the full SHA cb12bc6View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for c78395b - Browse repository at this point
Copy the full SHA c78395bView commit details
Commits on Feb 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5f256f7 - Browse repository at this point
Copy the full SHA 5f256f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb59da - Browse repository at this point
Copy the full SHA 9eb59daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 927db8f - Browse repository at this point
Copy the full SHA 927db8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c972fcd - Browse repository at this point
Copy the full SHA c972fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 168b1e7 - Browse repository at this point
Copy the full SHA 168b1e7View commit details -
Merge pull request #69 from stencila/update-elife-styles-dependency
chore(Deps): Update hotlink url to eLife css
Configuration menu - View commit details
-
Copy full SHA for 423e0b5 - Browse repository at this point
Copy the full SHA 423e0b5View commit details -
Merge pull request #66 from stencila/microdata
Regenerate semantic selectors and add test for usage
Configuration menu - View commit details
-
Copy full SHA for a15238e - Browse repository at this point
Copy the full SHA a15238eView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 16aa146 - Browse repository at this point
Copy the full SHA 16aa146View commit details -
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!
Configuration menu - View commit details
-
Copy full SHA for 515f155 - Browse repository at this point
Copy the full SHA 515f155View commit details -
Configuration menu - View commit details
-
Copy full SHA for ead6049 - Browse repository at this point
Copy the full SHA ead6049View commit details -
Merge pull request #68 from stencila/update-examples
fix(Examples): Upgrade to Encoda 0.86.1; add README as an example
Configuration menu - View commit details
-
Copy full SHA for b56b07b - Browse repository at this point
Copy the full SHA b56b07bView commit details
Commits on Feb 25, 2020
-
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).
Configuration menu - View commit details
-
Copy full SHA for c42d28a - Browse repository at this point
Copy the full SHA c42d28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b8abb8 - Browse repository at this point
Copy the full SHA 8b8abb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4125ab - Browse repository at this point
Copy the full SHA f4125abView commit details -
Configuration menu - View commit details
-
Copy full SHA for b7d1fd5 - Browse repository at this point
Copy the full SHA b7d1fd5View commit details -
fix(Utility functions): Require spaces between attributes; better sup…
…port for custom selectors
Configuration menu - View commit details
-
Copy full SHA for f45abb9 - Browse repository at this point
Copy the full SHA f45abb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ad250 - Browse repository at this point
Copy the full SHA 43ad250View commit details -
Configuration menu - View commit details
-
Copy full SHA for e099c44 - Browse repository at this point
Copy the full SHA e099c44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cab70a - Browse repository at this point
Copy the full SHA 1cab70aView commit details -
Merge pull request #76 from stencila/72-dom-funcs
Finish and document DOM utility functions
Configuration menu - View commit details
-
Copy full SHA for c3c4c38 - Browse repository at this point
Copy the full SHA c3c4c38View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 1f40b8a - Browse repository at this point
Copy the full SHA 1f40b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e519b63 - Browse repository at this point
Copy the full SHA e519b63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4963cc6 - Browse repository at this point
Copy the full SHA 4963cc6View commit details -
Merge pull request #75 from stencila/update-theme-resolution
Update theme resolution logic, restructure files
Configuration menu - View commit details
-
Copy full SHA for 8601d8e - Browse repository at this point
Copy the full SHA 8601d8eView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 2897b19 - Browse repository at this point
Copy the full SHA 2897b19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a9a074 - Browse repository at this point
Copy the full SHA 4a9a074View commit details -
Configuration menu - View commit details
-
Copy full SHA for c36096a - Browse repository at this point
Copy the full SHA c36096aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25d8d4a - Browse repository at this point
Copy the full SHA 25d8d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11538a7 - Browse repository at this point
Copy the full SHA 11538a7View commit details
Commits on Feb 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 64bea2b - Browse repository at this point
Copy the full SHA 64bea2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c22afa6 - Browse repository at this point
Copy the full SHA c22afa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 760ee75 - Browse repository at this point
Copy the full SHA 760ee75View commit details -
Merge remote-tracking branch 'origin/renovate/pin-dependencies' into …
…next
Nokome Bentley committedFeb 26, 2020 Configuration menu - View commit details
-
Copy full SHA for e97c5d7 - Browse repository at this point
Copy the full SHA e97c5d7View commit details -
Merge remote-tracking branch 'origin/renovate/dev' into next
Nokome Bentley committedFeb 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 787eb9b - Browse repository at this point
Copy the full SHA 787eb9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb3ccd - Browse repository at this point
Copy the full SHA 9cb3ccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0bace9 - Browse repository at this point
Copy the full SHA d0bace9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e69dcd5 - Browse repository at this point
Copy the full SHA e69dcd5View commit details -
Merge pull request #82 from stencila/css-fix
Fix CSS custom property syntax
Configuration menu - View commit details
-
Copy full SHA for 9f57022 - Browse repository at this point
Copy the full SHA 9f57022View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 8f7e666 - Browse repository at this point
Copy the full SHA 8f7e666View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b31f5 - Browse repository at this point
Copy the full SHA d5b31f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b96f2c - Browse repository at this point
Copy the full SHA 6b96f2cView commit details -
Merge pull request #77 from stencila/71-extensions
Documentation for extensions
Configuration menu - View commit details
-
Copy full SHA for b33b09f - Browse repository at this point
Copy the full SHA b33b09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 650da9f - Browse repository at this point
Copy the full SHA 650da9fView commit details -
Merge remote-tracking branch 'origin/renovate/dev' into next
Nokome Bentley committedFeb 26, 2020 Configuration menu - View commit details
-
Copy full SHA for f2d798e - Browse repository at this point
Copy the full SHA f2d798eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eddec64 - Browse repository at this point
Copy the full SHA eddec64View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a673b - Browse repository at this point
Copy the full SHA e7a673bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5908c8a - Browse repository at this point
Copy the full SHA 5908c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ef4cdd - Browse repository at this point
Copy the full SHA 7ef4cddView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbdc70a - Browse repository at this point
Copy the full SHA cbdc70aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45473d1 - Browse repository at this point
Copy the full SHA 45473d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56619ee - Browse repository at this point
Copy the full SHA 56619eeView commit details
Commits on Feb 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 71820f7 - Browse repository at this point
Copy the full SHA 71820f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 249b24d - Browse repository at this point
Copy the full SHA 249b24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d6e918 - Browse repository at this point
Copy the full SHA 0d6e918View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f69c3 - Browse repository at this point
Copy the full SHA 70f69c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 190a891 - Browse repository at this point
Copy the full SHA 190a891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b03044 - Browse repository at this point
Copy the full SHA 9b03044View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f34f55 - Browse repository at this point
Copy the full SHA 5f34f55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97f92ae - Browse repository at this point
Copy the full SHA 97f92aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d4e079 - Browse repository at this point
Copy the full SHA 4d4e079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1317b7c - Browse repository at this point
Copy the full SHA 1317b7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f3d38 - Browse repository at this point
Copy the full SHA 49f3d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for afffdbd - Browse repository at this point
Copy the full SHA afffdbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd5162 - Browse repository at this point
Copy the full SHA 5bd5162View commit details -
Configuration menu - View commit details
-
Copy full SHA for e22a489 - Browse repository at this point
Copy the full SHA e22a489View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5039e41 - Browse repository at this point
Copy the full SHA 5039e41View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8be23b - Browse repository at this point
Copy the full SHA b8be23bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd38d09 - Browse repository at this point
Copy the full SHA bd38d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7ba6ec - Browse repository at this point
Copy the full SHA f7ba6ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bc3138 - Browse repository at this point
Copy the full SHA 4bc3138View commit details
Commits on Feb 28, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5648f0b - Browse repository at this point
Copy the full SHA 5648f0bView commit details -
Merge pull request #88 from stencila/elife-noto-sans
Use Noto Sans SemiBold for eLife headings
Configuration menu - View commit details
-
Copy full SHA for 9810e47 - Browse repository at this point
Copy the full SHA 9810e47View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 1e1f562 - Browse repository at this point
Copy the full SHA 1e1f562View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2a9ba6 - Browse repository at this point
Copy the full SHA a2a9ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1be75d - Browse repository at this point
Copy the full SHA f1be75dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f75003 - Browse repository at this point
Copy the full SHA 1f75003View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd0eb9 - Browse repository at this point
Copy the full SHA 4bd0eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a72a90 - Browse repository at this point
Copy the full SHA 0a72a90View commit details -
Merge pull request #92 from stencila/elife-authors
eLife authors
Configuration menu - View commit details
-
Copy full SHA for b0f71e8 - Browse repository at this point
Copy the full SHA b0f71e8View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 31f9aec - Browse repository at this point
Copy the full SHA 31f9aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ed29e - Browse repository at this point
Copy the full SHA d6ed29eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42f582c - Browse repository at this point
Copy the full SHA 42f582cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d658098 - Browse repository at this point
Copy the full SHA d658098View commit details -
Merge pull request #85 from stencila/stencila-to-wilmore
Redesign Stencila theme and add Wilmore
Configuration menu - View commit details
-
Copy full SHA for 93c07a2 - Browse repository at this point
Copy the full SHA 93c07a2View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for c9dd255 - Browse repository at this point
Copy the full SHA c9dd255View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36302ab - Browse repository at this point
Copy the full SHA 36302abView commit details -
refactor(Utility functions): Allow for both null and undefined; alter…
… semantics of `tag` when setting. See #84 (comment)
Configuration menu - View commit details
-
Copy full SHA for 31f0f93 - Browse repository at this point
Copy the full SHA 31f0f93View commit details
Commits on Feb 29, 2020
-
Fixes eslint npm script args, adds `no-shadow` rule and applies fixes. See #84 (comment)
Configuration menu - View commit details
-
Copy full SHA for 8c7dc1e - Browse repository at this point
Copy the full SHA 8c7dc1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c8291a - Browse repository at this point
Copy the full SHA 0c8291aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 059983d - Browse repository at this point
Copy the full SHA 059983dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cea7beb - Browse repository at this point
Copy the full SHA cea7bebView commit details
Commits on Mar 1, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for b61ceb1 - Browse repository at this point
Copy the full SHA b61ceb1View commit details
Commits on Mar 2, 2020
-
Co-Authored-By: Alex Ketch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7acf90 - Browse repository at this point
Copy the full SHA b7acf90View commit details -
Merge branch '71-structure' into next
Nokome Bentley committedMar 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 4a8b0ea - Browse repository at this point
Copy the full SHA 4a8b0eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b0123 - Browse repository at this point
Copy the full SHA 51b0123View commit details -
Merge remote-tracking branch 'origin/next' into next
Nokome Bentley committedMar 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 1d57fa2 - Browse repository at this point
Copy the full SHA 1d57fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3a388a - Browse repository at this point
Copy the full SHA f3a388aView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 04a1290 - Browse repository at this point
Copy the full SHA 04a1290View commit details
Commits on Mar 3, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for ad87a7a - Browse repository at this point
Copy the full SHA ad87a7aView commit details -
feat(Gallery): Add script to generate docs/gallery
Also adds details to some themes to illustrate how they are used in the gallery view.
Configuration menu - View commit details
-
Copy full SHA for da500b3 - Browse repository at this point
Copy the full SHA da500b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53088da - Browse repository at this point
Copy the full SHA 53088daView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaccd12 - Browse repository at this point
Copy the full SHA eaccd12View commit details -
Configuration menu - View commit details
-
Copy full SHA for d18f1f4 - Browse repository at this point
Copy the full SHA d18f1f4View commit details
Commits on Mar 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b21b8c8 - Browse repository at this point
Copy the full SHA b21b8c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4096bb2 - Browse repository at this point
Copy the full SHA 4096bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e37786d - Browse repository at this point
Copy the full SHA e37786dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31726e1 - Browse repository at this point
Copy the full SHA 31726e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e80e2e7 - Browse repository at this point
Copy the full SHA e80e2e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc4f4c1 - Browse repository at this point
Copy the full SHA cc4f4c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dbfcf8 - Browse repository at this point
Copy the full SHA 0dbfcf8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cfb8aa - Browse repository at this point
Copy the full SHA 6cfb8aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b90827 - Browse repository at this point
Copy the full SHA 9b90827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d8c884 - Browse repository at this point
Copy the full SHA 3d8c884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 447c1ef - Browse repository at this point
Copy the full SHA 447c1efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c460b3 - Browse repository at this point
Copy the full SHA 2c460b3View commit details -
Merge pull request #97 from stencila/style-affiliations
Reintroduce postcss-mixin and style eLife affiliations
Configuration menu - View commit details
-
Copy full SHA for 812209e - Browse repository at this point
Copy the full SHA 812209eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eda8a4a - Browse repository at this point
Copy the full SHA eda8a4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4cae95 - Browse repository at this point
Copy the full SHA d4cae95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 672b7ce - Browse repository at this point
Copy the full SHA 672b7ceView commit details
Commits on Mar 5, 2020
-
Configuration menu - View commit details
-
Copy full SHA for edc9653 - Browse repository at this point
Copy the full SHA edc9653View commit details -
Configuration menu - View commit details
-
Copy full SHA for a49a4f8 - Browse repository at this point
Copy the full SHA a49a4f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ea41e - Browse repository at this point
Copy the full SHA e4ea41eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0603a2 - Browse repository at this point
Copy the full SHA d0603a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bae762 - Browse repository at this point
Copy the full SHA 9bae762View commit details -
Configuration menu - View commit details
-
Copy full SHA for a85184a - Browse repository at this point
Copy the full SHA a85184aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71cf859 - Browse repository at this point
Copy the full SHA 71cf859View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15910f1 - Browse repository at this point
Copy the full SHA 15910f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a8bb12 - Browse repository at this point
Copy the full SHA 5a8bb12View commit details
Commits on Mar 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2502f28 - Browse repository at this point
Copy the full SHA 2502f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for f08f194 - Browse repository at this point
Copy the full SHA f08f194View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c549c3 - Browse repository at this point
Copy the full SHA 4c549c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c9b2c - Browse repository at this point
Copy the full SHA c4c9b2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2479846 - Browse repository at this point
Copy the full SHA 2479846View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3250c8b - Browse repository at this point
Copy the full SHA 3250c8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d31909e - Browse repository at this point
Copy the full SHA d31909eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2173b0 - Browse repository at this point
Copy the full SHA e2173b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for efda1b8 - Browse repository at this point
Copy the full SHA efda1b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f216d - Browse repository at this point
Copy the full SHA 20f216dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f0607a - Browse repository at this point
Copy the full SHA 3f0607aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50f096a - Browse repository at this point
Copy the full SHA 50f096aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 743a66d - Browse repository at this point
Copy the full SHA 743a66dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c060c6e - Browse repository at this point
Copy the full SHA c060c6eView commit details
Commits on Mar 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f142fac - Browse repository at this point
Copy the full SHA f142facView commit details -
Avoid duplicate selector: https://travis-ci.org/stencila/thema/builds/659405450#L977
Configuration menu - View commit details
-
Copy full SHA for 81af97a - Browse repository at this point
Copy the full SHA 81af97aView commit details
Commits on Mar 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a25fd89 - Browse repository at this point
Copy the full SHA a25fd89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 693d03d - Browse repository at this point
Copy the full SHA 693d03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b720a4 - Browse repository at this point
Copy the full SHA 0b720a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dc1782 - Browse repository at this point
Copy the full SHA 5dc1782View commit details -
Merge pull request #100 from stencila/elife-date-format
eLife theme: Transform article publication date to eLife format
Configuration menu - View commit details
-
Copy full SHA for f9e6ee1 - Browse repository at this point
Copy the full SHA f9e6ee1View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 0098d14 - Browse repository at this point
Copy the full SHA 0098d14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 160c892 - Browse repository at this point
Copy the full SHA 160c892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fda0f1 - Browse repository at this point
Copy the full SHA 1fda0f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbcb6e4 - Browse repository at this point
Copy the full SHA dbcb6e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a839fe - Browse repository at this point
Copy the full SHA 8a839feView commit details -
Merge pull request #90 from stencila/55-theme-builder-v0
Add foundations of theme customization UI
Configuration menu - View commit details
-
Copy full SHA for 8cc184e - Browse repository at this point
Copy the full SHA 8cc184eView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 2147671 - Browse repository at this point
Copy the full SHA 2147671View commit details
Commits on Mar 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 88c0c1b - Browse repository at this point
Copy the full SHA 88c0c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 363ab07 - Browse repository at this point
Copy the full SHA 363ab07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c7dd64 - Browse repository at this point
Copy the full SHA 9c7dd64View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for b033e46 - Browse repository at this point
Copy the full SHA b033e46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c46409 - Browse repository at this point
Copy the full SHA 8c46409View commit details -
Merge pull request #99 from stencila/renovate/dev
chore(dependencies): update dev dependencies
Configuration menu - View commit details
-
Copy full SHA for 43ebe91 - Browse repository at this point
Copy the full SHA 43ebe91View commit details -
Revert "chore(dependencies): update dev dependencies"
This reverts commit 8c46409.
Configuration menu - View commit details
-
Copy full SHA for a2ce3ea - Browse repository at this point
Copy the full SHA a2ce3eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 884d17e - Browse repository at this point
Copy the full SHA 884d17eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f80c209 - Browse repository at this point
Copy the full SHA f80c209View commit details -
Merge pull request #102 from stencila/hotfix-broken-dependencies
Hotfix broken dependencies
Configuration menu - View commit details
-
Copy full SHA for 8dee964 - Browse repository at this point
Copy the full SHA 8dee964View commit details
Commits on Mar 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8f0c05d - Browse repository at this point
Copy the full SHA 8f0c05dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31601b1 - Browse repository at this point
Copy the full SHA 31601b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51ac535 - Browse repository at this point
Copy the full SHA 51ac535View commit details -
Merge pull request #105 from stencila/fix-package-release
Fix package release
Configuration menu - View commit details
-
Copy full SHA for d8b85ee - Browse repository at this point
Copy the full SHA d8b85eeView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for eabfa8c - Browse repository at this point
Copy the full SHA eabfa8cView commit details
Commits on Mar 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for cadd1a0 - Browse repository at this point
Copy the full SHA cadd1a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d9c182 - Browse repository at this point
Copy the full SHA 3d9c182View commit details -
Merge pull request #108 from stencila/107-update-dev-instructions
docs(README): Update local development instructions
Configuration menu - View commit details
-
Copy full SHA for 3447561 - Browse repository at this point
Copy the full SHA 3447561View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 3f5e2f9 - Browse repository at this point
Copy the full SHA 3f5e2f9View commit details
Commits on Mar 14, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ea70ac2 - Browse repository at this point
Copy the full SHA ea70ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40694a2 - Browse repository at this point
Copy the full SHA 40694a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for be0a847 - Browse repository at this point
Copy the full SHA be0a847View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 75dcbbf - Browse repository at this point
Copy the full SHA 75dcbbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 544b8d6 - Browse repository at this point
Copy the full SHA 544b8d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56fe408 - Browse repository at this point
Copy the full SHA 56fe408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f1ae28 - Browse repository at this point
Copy the full SHA 7f1ae28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19b1c7e - Browse repository at this point
Copy the full SHA 19b1c7eView commit details
Commits on Mar 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ddece32 - Browse repository at this point
Copy the full SHA ddece32View commit details -
Configuration menu - View commit details
-
Copy full SHA for f775d96 - Browse repository at this point
Copy the full SHA f775d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9f528 - Browse repository at this point
Copy the full SHA 1a9f528View commit details -
Update src/extensions/code/index.test.ts
Co-Authored-By: Alex Ketch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6ed20e4 - Browse repository at this point
Copy the full SHA 6ed20e4View commit details -
Update src/themes/skeleton/styles.css
Co-Authored-By: Alex Ketch <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c410f6f - Browse repository at this point
Copy the full SHA c410f6fView commit details -
Merge pull request #106 from stencila/encoda-upgrade
Upgrade Encoda and make related fixes.
Configuration menu - View commit details
-
Copy full SHA for 8387687 - Browse repository at this point
Copy the full SHA 8387687View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 346b0fa - Browse repository at this point
Copy the full SHA 346b0faView commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 88d5206 - Browse repository at this point
Copy the full SHA 88d5206View commit details
Commits on Mar 17, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for fd732c9 - Browse repository at this point
Copy the full SHA fd732c9View commit details
Commits on Mar 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f8339c5 - Browse repository at this point
Copy the full SHA f8339c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e2448 - Browse repository at this point
Copy the full SHA f7e2448View commit details
Commits on Mar 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9ef8939 - Browse repository at this point
Copy the full SHA 9ef8939View commit details -
Configuration menu - View commit details
-
Copy full SHA for a15e6d5 - Browse repository at this point
Copy the full SHA a15e6d5View commit details
Commits on Mar 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 31d2a82 - Browse repository at this point
Copy the full SHA 31d2a82View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc54727 - Browse repository at this point
Copy the full SHA cc54727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3228bc0 - Browse repository at this point
Copy the full SHA 3228bc0View commit details
Commits on Mar 26, 2020
-
Merge pull request #115 from stencila/add-missing-scripts-to-demo
Add missing Stencila Components scripts to demo view
Configuration menu - View commit details
-
Copy full SHA for 97ee2f0 - Browse repository at this point
Copy the full SHA 97ee2f0View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for 09144ea - Browse repository at this point
Copy the full SHA 09144eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bfc95f - Browse repository at this point
Copy the full SHA 0bfc95fView commit details -
Merge pull request #118 from stencila/113-identifiers
chore(Deps): Upgrade Encoda
Configuration menu - View commit details
-
Copy full SHA for f40bbe2 - Browse repository at this point
Copy the full SHA f40bbe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8847052 - Browse repository at this point
Copy the full SHA 8847052View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09707f6 - Browse repository at this point
Copy the full SHA 09707f6View commit details -
Merge pull request #120 from stencila/fix-date-format
Update eLife's date handling to match Encoda
Configuration menu - View commit details
-
Copy full SHA for b99a767 - Browse repository at this point
Copy the full SHA b99a767View commit details -
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))
Configuration menu - View commit details
-
Copy full SHA for a7211f0 - Browse repository at this point
Copy the full SHA a7211f0View commit details
Commits on Mar 28, 2020
-
docs(README): Add section on committing.
This was suggested here: #114 (comment)
Configuration menu - View commit details
-
Copy full SHA for a1b8a63 - Browse repository at this point
Copy the full SHA a1b8a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b0264 - Browse repository at this point
Copy the full SHA 14b0264View commit details