Skip to content

Commit

Permalink
Merge pull request #1584 from LD4P/patch-1.3.0
Browse files Browse the repository at this point in the history
Upped version to 1.3.0
  • Loading branch information
justinlittman authored Oct 18, 2019
2 parents 2435786 + 3af9c7c commit ca533cd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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": "1.2.1",
"version": "1.3.0",
"homepage": "http://github.com/LD4P/sinopia_editor/",
"repository": {
"type": "git",
Expand Down
18 changes: 9 additions & 9 deletions src/components/home/NewsItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ import { version } from '../../../package.json'

const NewsItem = () => (
<div className="news-item">
<h1>Sinopia Version {version} fixes critical bugs</h1>
<h1>Sinopia Version {version} released with new features and bug fixes!</h1>
<ul>
<li>From Search tab when you try to open a Resource created with a Resource
Template that no longer exists, you will get a message explaining why the Resource cannot be opened.
</li>
<li>From Resource Template tab, Sinopia now checks for problems with a Resource Template before opening,
and reports those problems, including: nesting another Resource Template that does not exist, or referring to a lookup source that is not supported.
</li>
<li>Fixes issue where Resources were not getting saved.</li>
<li>New feature: Lookup fields now support having multiple sources that are direct lookups to id.loc.gov.</li>
<li>Friendlier preview: choice of table, N-triples ot Turtle.</li>
<li>Copy URI button to copy a URI as soon as a Resource is saved.</li>
<li>Ability to search indexed Sinopia Resources by Resource URI.</li>
<li>Sinopia search finds matching strings with and without diacritics.</li>
<li>Sinopia search is now case-insensitive.</li>
<li>Visual indication of which environment you are in (development, stage, production).</li>
<li>Fixed bug where nested Resource Templates with property type resource (not pointing to Resource Templates, but instead expecting a URI) did not work.</li>
<li>Fixed bug related to loading triples.</li>
<li>For complete {version} release notes see the <a href="https://github.com/LD4P/sinopia/wiki/Latest-Release,-What's-Next">Sinopia help site</a>.
</li>
</ul>
Expand Down

0 comments on commit ca533cd

Please sign in to comment.