Skip to content

Commit c4de418

Browse files
author
R. S. Doiel
committed
prep for v0.0.15, This release includes an improved <footer-global> component. This include better support for social media representation. A new CSS file was added, 'css/code-blocks.css' and JavaScript modules, 'copyToClipboard.js' for enhancing codeblocks. A publish_to_s3.bash script was added to make management more convient for where we retrieve our production assets.
1 parent 9f83d55 commit c4de418

11 files changed

+34
-50
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ contacts:
4141
4242

4343
repository-code: "https://github.com/caltechlibrary/CL-web-components"
44-
version: 0.0.14
45-
date-released: 2025-08-05
44+
version: 0.0.15
45+
date-released: 2025-08-07
4646

4747
license-url: "https://caltechlibrary.github.io/CL-web-components/LICENSE"
4848
keywords:

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,16 @@ The following are the components currently provided.
2626

2727
## Release Notes
2828

29-
- version: 0.0.14
29+
- version: 0.0.15
3030
- status: wip
31-
- released: 2025-08-05
31+
- released: 2025-08-07
3232

33-
This release includes a re-organization of the project source code. Editable code is now maintained in &#x60;src/&#x60;. The bundled versions
34-
are retained in the root of the repository. Distribution versions are generating in the &#x60;dist/&#x60; directory.
35-
36-
Deno 2.4.3 or better is now a requirement to build the bundled versions.
37-
38-
Two new web components are now included, &#x60;&lt;footer-global&gt;&lt;/footer-global&gt;&#x60; and &#x60;&lt;footer-global-lite&gt;&lt;/footer-global-lite&gt;&#x60;.
33+
This release includes an improved &lt;footer-global&gt; component. This include better support for social media representation.
3934

4035
A new CSS file was added, &#x60;css/code-blocks.css&#x60; and JavaScript modules, &#x60;copyToClipboard.js&#x60; for enhancing codeblocks.
4136

37+
A publish_to_s3.bash script was added to make management more convient for where we retrieve our production assets.
38+
4239

4340
### Authors
4441

@@ -57,7 +54,7 @@ A new CSS file was added, &#x60;css/code-blocks.css&#x60; and JavaScript modules
5754

5855
### Software Suggestions
5956

60-
- CMTools >= 0.0.39
57+
- CMTools >= 0.0.40
6158
- Pandoc >= 3.1
6259
- PageFind >= 1.3
6360

about.html

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,14 @@
2525
</nav>
2626
<section>
2727
<h1 id="about-this-software">About this software</h1>
28-
<h2 id="cl-web-components-0.0.14">CL-web-components 0.0.14</h2>
29-
<p>This release includes a re-organization of the project source code.
30-
Editable code is now maintained in <code>src/</code>. The bundled
31-
versions are retained in the root of the repository. Distribution
32-
versions are generating in the <code>dist/</code> directory.</p>
33-
<p>Deno 2.4.3 or better is now a requirement to build the bundled
34-
versions.</p>
35-
<p>Two new web components are now included,
36-
<code>&lt;footer-global&gt;&lt;/footer-global&gt;</code> and
37-
<code>&lt;footer-global-lite&gt;&lt;/footer-global-lite&gt;</code>.</p>
28+
<h2 id="cl-web-components-0.0.15">CL-web-components 0.0.15</h2>
29+
<p>This release includes an improved <footer-global> component. This
30+
include better support for social media representation.</p>
3831
<p>A new CSS file was added, <code>css/code-blocks.css</code> and
3932
JavaScript modules, <code>copyToClipboard.js</code> for enhancing
4033
codeblocks.</p>
34+
<p>A publish_to_s3.bash script was added to make management more
35+
convient for where we retrieve our production assets.</p>
4136
<h3 id="authors">Authors</h3>
4237
<ul>
4338
<li>R. S. Doiel, <a href="https://orcid.org/0000-0003-0900-6903"
@@ -110,7 +105,7 @@ <h3 id="software-requirements">Software Requirements</h3>
110105
</ul>
111106
<h3 id="software-suggestions">Software Suggestions</h3>
112107
<ul>
113-
<li>CMTools &gt;= 0.0.39</li>
108+
<li>CMTools &gt;= 0.0.40</li>
114109
<li>Pandoc &gt;= 3.1</li>
115110
<li>PageFind &gt;= 1.3</li>
116111
</ul>

about.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ maintainer:
3636
id: https://orcid.org/0000-0003-0900-6903
3737

3838
repository_code: https://github.com/caltechlibrary/CL-web-components
39-
version: 0.0.14
39+
version: 0.0.15
4040
license_url: https://caltechlibrary.github.io/CL-web-components/LICENSE
4141

4242
programming_language:
@@ -51,23 +51,20 @@ keywords:
5151
- ES6
5252
- Web Components
5353

54-
date_released: 2025-08-05
54+
date_released: 2025-08-07
5555
---
5656

5757
About this software
5858
===================
5959

60-
## CL-web-components 0.0.14
60+
## CL-web-components 0.0.15
6161

62-
This release includes a re-organization of the project source code. Editable code is now maintained in `src/`. The bundled versions
63-
are retained in the root of the repository. Distribution versions are generating in the `dist/` directory.
64-
65-
Deno 2.4.3 or better is now a requirement to build the bundled versions.
66-
67-
Two new web components are now included, `<footer-global></footer-global>` and `<footer-global-lite></footer-global-lite>`.
62+
This release includes an improved <footer-global> component. This include better support for social media representation.
6863

6964
A new CSS file was added, `css/code-blocks.css` and JavaScript modules, `copyToClipboard.js` for enhancing codeblocks.
7065

66+
A publish_to_s3.bash script was added to make management more convient for where we retrieve our production assets.
67+
7168
### Authors
7269

7370
- R. S. Doiel, <https://orcid.org/0000-0003-0900-6903>
@@ -123,7 +120,7 @@ The following are the components currently provided.
123120

124121
### Software Suggestions
125122

126-
- CMTools &gt;&#x3D; 0.0.39
123+
- CMTools &gt;&#x3D; 0.0.40
127124
- Pandoc &gt;&#x3D; 3.1
128125
- PageFind &gt;&#x3D; 1.3
129126

codemeta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
}
2929
],
3030
"dateCreated": "2025-02-26",
31-
"dateModified": "2025-08-05",
32-
"datePublished": "2025-08-05",
31+
"dateModified": "2025-08-07",
32+
"datePublished": "2025-08-07",
3333
"description": "CL-web-components provides a collection of Web Components used by Caltech Library across sites and projects.\n\nThe following are the components currently provided.\n\n`footer-global`\n: This component provides a standard footer with detailed information about the library\n\n`footer-global-lite`\n: This component provides a lighter weight version of the `footer-global` component\n\n`ul-a-to-z`\n: This component takes an innerHTML containing a UL list. The UL list is then turned into an A to Z navigatable UL List. If JavaScript is unavailable then the innerHTML UL remains as a fallback.\n\n`textarea-csv`\n: This is a textarea like component who's innerHTML content is CSV data. The component will display this as an editable table. \n\n`textarea-agent-list`\n: This element wraps a textarea containing a list of agents expressed as JSON. \n\n`table-sortable`\n: This is a component that takes an innerHTML containing table. It makes the table sortable by the column headings and provides a filter input that lets you enter text to filter by and pick a column to filter on.",
3434
"funder": [
3535
"Caltech Library"
@@ -57,15 +57,15 @@
5757
"Deno >= 2.4.3 (for bundling dependencies)"
5858
],
5959
"softwareSuggestions": [
60-
"CMTools >= 0.0.39",
60+
"CMTools >= 0.0.40",
6161
"Pandoc >= 3.1",
6262
"PageFind >= 1.3"
6363
],
64-
"version": "0.0.14",
64+
"version": "0.0.15",
6565
"developmentStatus": "wip",
6666
"issueTracker": "https://github.com/caltechlibrary/CL-web-components/issues",
6767
"downloadUrl": "https://github.com/caltechlibrary/CL-web-components/releases",
68-
"releaseNotes": "This release includes a re-organization of the project source code. Editable code is now maintained in `src/`. The bundled versions\nare retained in the root of the repository. Distribution versions are generating in the `dist/` directory.\n\nDeno 2.4.3 or better is now a requirement to build the bundled versions.\n\nTwo new web components are now included, `<footer-global></footer-global>` and `<footer-global-lite></footer-global-lite>`.\n\nA new CSS file was added, `css/code-blocks.css` and JavaScript modules, `copyToClipboard.js` for enhancing codeblocks.",
68+
"releaseNotes": "This release includes an improved <footer-global> component. This include better support for social media representation.\n\nA new CSS file was added, `css/code-blocks.css` and JavaScript modules, `copyToClipboard.js` for enhancing codeblocks.\n\nA publish_to_s3.bash script was added to make management more convient for where we retrieve our production assets.",
6969
"copyrightYear": 2025,
7070
"copyrightHolder": "California Institute of Technology"
7171
}

index.html

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,16 @@ <h1 id="cl-web-components">CL-web-components</h1>
6464
</dl>
6565
<h2 id="release-notes">Release Notes</h2>
6666
<ul>
67-
<li>version: 0.0.14</li>
67+
<li>version: 0.0.15</li>
6868
<li>status: wip</li>
69-
<li>released: 2025-08-05</li>
69+
<li>released: 2025-08-07</li>
7070
</ul>
71-
<p>This release includes a re-organization of the project source code.
72-
Editable code is now maintained in `src/`. The bundled versions are
73-
retained in the root of the repository. Distribution versions are
74-
generating in the `dist/` directory.</p>
75-
<p>Deno 2.4.3 or better is now a requirement to build the bundled
76-
versions.</p>
77-
<p>Two new web components are now included,
78-
`&lt;footer-global&gt;&lt;/footer-global&gt;` and
79-
`&lt;footer-global-lite&gt;&lt;/footer-global-lite&gt;`.</p>
71+
<p>This release includes an improved &lt;footer-global&gt; component.
72+
This include better support for social media representation.</p>
8073
<p>A new CSS file was added, `css/code-blocks.css` and JavaScript
8174
modules, `copyToClipboard.js` for enhancing codeblocks.</p>
75+
<p>A publish_to_s3.bash script was added to make management more
76+
convient for where we retrieve our production assets.</p>
8277
<h3 id="authors">Authors</h3>
8378
<ul>
8479
<li>Doiel, R. S.</li>
@@ -94,7 +89,7 @@ <h2 id="software-requirements">Software Requirements</h2>
9489
</ul>
9590
<h3 id="software-suggestions">Software Suggestions</h3>
9691
<ul>
97-
<li>CMTools &gt;= 0.0.39</li>
92+
<li>CMTools &gt;= 0.0.40</li>
9893
<li>Pandoc &gt;= 3.1</li>
9994
<li>PageFind &gt;= 1.3</li>
10095
</ul>
1.14 KB
Binary file not shown.
1.13 KB
Binary file not shown.
25.5 KB
Binary file not shown.

pagefind/pagefind-entry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.3.0","languages":{"en-US":{"hash":"en-US_336268894459c","wasm":"en-US","page_count":39}}}
1+
{"version":"1.3.0","languages":{"en-US":{"hash":"en-US_c759b278ee849","wasm":"en-US","page_count":39}}}

0 commit comments

Comments
 (0)