Skip to content

Commit 1a1175b

Browse files
committed
Patch 0.3.5 along with Release notes
1 parent 0e0ad71 commit 1a1175b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"editor",
77
"rdf"
88
],
9-
"version": "0.3.4",
9+
"version": "0.3.5",
1010
"homepage": "http://github.com/LD4P/sinopia_editor/",
1111
"repository": {
1212
"type": "git",

src/components/home/NewsItem.jsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ const NewsItem = () => (
99
<ul>
1010
<li>Release {version} is live, including these features</li>
1111
<ul>
12-
<li>User login.
12+
<li>New component for linking to Sinopia created entities.
1313
</li>
14-
<li>Adding and updating Resource Templates.
14+
<li>Input Lookup components allow users to enter a URI if not found in the lookup
1515
</li>
16-
<li>Opening Resource Templates to see how they behave in cataloging.
16+
<li>Validation of embedded Resource Templates
1717
</li>
18+
<li>Numerous bug fixes and test improvements</li>
1819
</ul>
1920
<li>For release notes and the latest point releases, see the <a href="https://github.com/LD4P/sinopia/wiki/">Sinopia help site</a>.
2021
</li>

0 commit comments

Comments
 (0)