Skip to content

Commit

Permalink
Patch 0.3.7 with release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
peetucket committed Jul 25, 2019
1 parent d780d1d commit 4598d2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"editor",
"rdf"
],
"version": "0.3.6",
"version": "0.3.7",
"homepage": "http://github.com/LD4P/sinopia_editor/",
"repository": {
"type": "git",
Expand Down
15 changes: 8 additions & 7 deletions src/components/home/NewsItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ const NewsItem = () => (
<div className="news-item">
<h1> What&#8217;s New </h1>
<ul>
<li>Release {version} is live, including these features</li>
<li>Release {version} is live, including these features:</li>
<ul>
<li>You can now enter URIs and literals in input boxes that previously only allowed selections from LC lookups.
</li>
<li>Improved validation and display of validation errors
</li>
<li>List of Available Resource Templates has additional columns and sorts automatically</li>
<li>You can now enter URIs and literals in lookup fields</li>
<li>Editor validates whether mandatory fields are filled in within nested Resource Templates</li>
<li>Improved validation and display of validation errors</li>
<li>Editor provides confirmation message including newly minted URI when you click Save</li>
<li>New Load RDF feature</li>
</ul>
<li>For complete release notes see the <a href="https%3A%2F%2Fgithub.com%2FLD4P%2Fsinopia%2Fwiki%2FLatest-Release%2C-What's-Next
">Sinopia help site</a>.
<li>For complete release notes see the <a href="https://github.com/LD4P/sinopia/wiki/Latest-Release,-What's-Next">Sinopia help site</a>.
</li>
</ul>
</div>
Expand Down

0 comments on commit 4598d2b

Please sign in to comment.