Skip to content

Commit cca45d9

Browse files
author
R. S. Doiel
committed
prep for v0.0.13, This release includes a re-organization of the project source code. Editable code is now maintained in 'src/'. The bundled versions are retained in the root of the repository. Distribution versions are generating in the 'dist/' directory. Deno 2.4.2 or better is now a requirement to build the bundled versions. Two new web components are now included, '<footer-global></footer-global>' and '<footer-global-lite></footer-global-lite>'.
1 parent ed447da commit cca45d9

File tree

3 files changed

+16
-24
lines changed

3 files changed

+16
-24
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ contacts:
3636
3737

3838
repository-code: "https://github.com/caltechlibrary/CL-web-components"
39-
version: 0.0.12
40-
date-released: 2025-07-17
39+
version: 0.0.13
40+
date-released: 2025-07-25
4141

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

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,18 @@ The following are the components currently provided.
1919
`table-sortable`
2020
: 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.
2121

22-
`footer-global`
23-
: This is a component that inserts a library branded footer into applications maintained by the library. There is a full and lite version of the footer available.
24-
2522
## Release Notes
2623

27-
- version: 0.0.12
24+
- version: 0.0.13
2825
- status: wip
29-
- released: 2025-07-17
26+
- released: 2025-07-25
3027

3128
This release includes a re-organization of the project source code. Editable code is now maintained in &#x60;src/&#x60;. The bundled versions
3229
are retained in the root of the repository. Distribution versions are generating in the &#x60;dist/&#x60; directory.
3330

34-
Deno 2.4.1 or better is now a requirement to build the bundled versions.
31+
Deno 2.4.2 or better is now a requirement to build the bundled versions.
3532

36-
Additional documentation has been updated and improved in preparation for eventual integration into the Caltech Library design system.
37-
The web component, &#x60;textarea-csv&#x60; now uses the &#x60;jsr:@std/csv&#x60; library which provides robusts CSV support.
33+
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;.
3834

3935

4036
### Authors
@@ -56,6 +52,7 @@ The web component, &#x60;textarea-csv&#x60; now uses the &#x60;jsr:@std/csv&#x60
5652

5753
- CMTools &gt;&#x3D; 0.0.35
5854
- Pandoc &gt;&#x3D; 3.1
55+
- PageFind &gt;&#x3D; 1.3
5956

6057
#### Runtime platform
6158

about.md

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ The following are the components currently provided.
1515
: This element wraps a textarea containing a list of agents expressed as JSON.
1616
1717
&#x60;table-sortable&#x60;
18-
: 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.
19-
20-
&#x60;footer-global&#x60;
21-
: This is a component that inserts a library branded footer into applications maintained by the library. There is a full and lite version of the footer available."
18+
: 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."
2219
authors:
2320
- family_name: Doiel
2421
given_name: R. S.
@@ -34,7 +31,7 @@ maintainer:
3431
id: https://orcid.org/0000-0003-0900-6903
3532

3633
repository_code: https://github.com/caltechlibrary/CL-web-components
37-
version: 0.0.12
34+
version: 0.0.13
3835
license_url: https://caltechlibrary.github.io/CL-web-components/LICENSE
3936

4037
programming_language:
@@ -49,28 +46,29 @@ keywords:
4946
- ES6
5047
- Web Components
5148

52-
date_released: 2025-07-23
49+
date_released: 2025-07-25
5350
---
5451

5552
About this software
5653
===================
5754

58-
## CL-web-components 0.0.12
55+
## CL-web-components 0.0.13
5956

6057
This release includes a re-organization of the project source code. Editable code is now maintained in &#x60;src/&#x60;. The bundled versions
6158
are retained in the root of the repository. Distribution versions are generating in the &#x60;dist/&#x60; directory.
6259

63-
Deno 2.4.1 or better is now a requirement to build the bundled versions.
60+
Deno 2.4.2 or better is now a requirement to build the bundled versions.
6461

65-
Additional documentation has been updated and improved in preparation for eventual integration into the Caltech Library design system.
66-
The web component, &#x60;textarea-csv&#x60; now uses the &#x60;jsr:@std/csv&#x60; library which provides robusts CSV support.
62+
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;.
6763

6864
### Authors
6965

7066
- R. S. Doiel, <https://orcid.org/0000-0003-0900-6903>
7167
- Twila Smith, <https://orcid.org/0009-0003-7975-1922>
7268

7369

70+
71+
7472
### Maintainers
7573

7674
- R. S. Doiel, <https://orcid.org/0000-0003-0900-6903>
@@ -93,10 +91,6 @@ The following are the components currently provided.
9391
&#x60;table-sortable&#x60;
9492
: 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.
9593

96-
&#x60;footer-global&#x60;
97-
: This is a component that inserts a library branded footer into applications maintained by the library. There is a full and lite version of the footer available.
98-
99-
10094
- License: <https://caltechlibrary.github.io/CL-web-components/LICENSE>
10195
- GitHub: <https://github.com/caltechlibrary/CL-web-components>
10296
- Issues: <https://github.com/caltechlibrary/CL-web-components/issues>
@@ -119,5 +113,6 @@ The following are the components currently provided.
119113

120114
- CMTools &gt;&#x3D; 0.0.35
121115
- Pandoc &gt;&#x3D; 3.1
116+
- PageFind &gt;&#x3D; 1.3
122117

123118

0 commit comments

Comments
 (0)