Skip to content

Commit

Permalink
Merge pull request #2559 from LD4P/v3.3.0
Browse files Browse the repository at this point in the history
Version bump to 3.3.0
  • Loading branch information
jermnelson authored Sep 29, 2020
2 parents dbaee89 + de48ac2 commit 560c61c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 20 deletions.
18 changes: 9 additions & 9 deletions 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": "3.2.1",
"version": "3.3.0",
"homepage": "http://github.com/LD4P/sinopia_editor/",
"repository": {
"type": "git",
Expand Down
13 changes: 3 additions & 10 deletions src/components/home/NewsItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,9 @@ const NewsItem = () => (
<h4>Sinopia Version {version} highlights</h4>
<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><strong>Redesign of Editor tab</strong>: The page where you catalog has a
new look, inspired by the recent redesign of the Library of Congress BIBFRAME
Editor. The new navigation bar gives an overview of all fields, lets you
quickly find and move to any field, shows which fields you&apos;ve filled in, and
shows missing fields upon save.</li>
<li><strong>RDF-to-MARC Conversion</strong>: For BIBFRAME Instances linked to
Works, you can convert a Sinopia description to MARC record, view the results,
and download as MARC binary or text.</li>
<li><strong>Bugs fixes</strong>: Error when editing a template from the
Recently Used list, and un-entered values not being saved.</li>
<li>Sinopia API allows external systems to request data, including query by date and type</li>
<li>Vocabulary of Sinopia-specific classes and properties published</li>
<li>Modal lookups make it easier to see context for external authorities</li>
</ul>
</div>
)
Expand Down

0 comments on commit 560c61c

Please sign in to comment.