You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>'.
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,22 +19,18 @@ The following are the components currently provided.
19
19
`table-sortable`
20
20
: 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.
21
21
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
-
25
22
## Release Notes
26
23
27
-
- version: 0.0.12
24
+
- version: 0.0.13
28
25
- status: wip
29
-
- released: 2025-07-17
26
+
- released: 2025-07-25
30
27
31
28
This release includes a re-organization of the project source code. Editable code is now maintained in `src/`. The bundled versions
32
29
are retained in the root of the repository. Distribution versions are generating in the `dist/` directory.
33
30
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.
35
32
36
-
Additional documentation has been updated and improved in preparation for eventual integration into the Caltech Library design system.
37
-
The web component, `textarea-csv` now uses the `jsr:@std/csv` library which provides robusts CSV support.
33
+
Two new web components are now included, `<footer-global></footer-global>` and `<footer-global-lite></footer-global-lite>`.
38
34
39
35
40
36
### Authors
@@ -56,6 +52,7 @@ The web component, `textarea-csv` now uses the `jsr:@std/csv`
Copy file name to clipboardExpand all lines: about.md
+9-14Lines changed: 9 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,7 @@ The following are the components currently provided.
15
15
: This element wraps a textarea containing a list of agents expressed as JSON.
16
16
17
17
`table-sortable`
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
-
`footer-global`
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."
This release includes a re-organization of the project source code. Editable code is now maintained in `src/`. The bundled versions
61
58
are retained in the root of the repository. Distribution versions are generating in the `dist/` directory.
62
59
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.
64
61
65
-
Additional documentation has been updated and improved in preparation for eventual integration into the Caltech Library design system.
66
-
The web component, `textarea-csv` now uses the `jsr:@std/csv` library which provides robusts CSV support.
62
+
Two new web components are now included, `<footer-global></footer-global>` and `<footer-global-lite></footer-global-lite>`.
67
63
68
64
### Authors
69
65
70
66
- R. S. Doiel, <https://orcid.org/0000-0003-0900-6903>
- R. S. Doiel, <https://orcid.org/0000-0003-0900-6903>
@@ -93,10 +91,6 @@ The following are the components currently provided.
93
91
`table-sortable`
94
92
: 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.
95
93
96
-
`footer-global`
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.
0 commit comments