Skip to content

Commit

Permalink
Merge pull request #1754 from LD4P/michelleif-newsitem
Browse files Browse the repository at this point in the history
Update NewsItem.jsx
  • Loading branch information
justinlittman authored Nov 15, 2019
2 parents fd01b2d + b7b4ab1 commit d3729e1
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/components/home/NewsItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,21 @@ import { version } from '../../../package.json'

const NewsItem = () => (
<div className="news-item" data-testid="news-item">
<h1>Sinopia Version {version}: new feature highlights.</h1>
<h1>Sinopia Version {version}: new features and bug fixes</h1>
<p><i>For complete release notes see the <a href="https://github.com/LD4P/sinopia/wiki/Latest-Release,-What's-Next">Sinopia help site</a>.</i></p>
<ul>
<li>Sinopia search results include type, group, and date modified.</li>
<li>All Sinopia resources are now searchable, and all literal fields are searchable.</li>
<li>Resource Templates accessible by unique URL for bookmarking and sharing.</li>
<li>Import accepts a Resource Template file.</li>
<li>Search and copy DISCOGS data.</li>
<li>Download full exports of Sinopia data.</li>
<li>You can catalog in multiple resource templates at once; each template is opened in a tab within the Editor tab</li>
<li>On Resource Templates tab, search for templates by id, label, author, or description</li>
<li>On Resource Templates tab, easy access to most recently used templates for your session</li>
<li>In Sinopia search results, Modified Date displayed as relative date</li>
<li>In Profile Editor, limit Sinopia lookups to BIBFRAME Instances or BIBFRAME Works</li>
<li>In Profile Editor, trash can icon lets you cleanly delete valueDataType</li>
<li>Error upon opening a Resource Template no longer prevents you from opening a different error-free Resource Template</li>
<li>When opening an existing description, all fields with data are opened for display</li>
<li>On Edit tab, Save and Close buttons available from bottom of screen as well as top</li>
<li>Improved checking for unsupported lookups in Resource Templates</li>
<li>For values selected from a lookup, labels are saved</li>
<li>Exports include timestamps when resource was created and modified</li>
</ul>
</div>
)
Expand Down

0 comments on commit d3729e1

Please sign in to comment.