Skip to content

Commit 5cceca2

Browse files
committed
prep for v0.0.16, This release adds a new '<card-layout>' component for displaying three-card layouts with images, titles, descriptions, and links. The component is responsive and uses attributes to set the content values.
1 parent f892c66 commit 5cceca2

File tree

4 files changed

+379
-262
lines changed

4 files changed

+379
-262
lines changed

codemeta.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,18 @@
2525
"givenName": "R. S.",
2626
"familyName": "Doiel",
2727
"email": "[email protected]"
28+
},
29+
{
30+
"id": "https://orcid.org/0009-0003-7975-1922",
31+
"type": "Person",
32+
"givenName": "Twila",
33+
"familyName": "Smith",
34+
"email": "[email protected]"
2835
}
2936
],
3037
"dateCreated": "2025-02-26",
31-
"dateModified": "2025-08-07",
32-
"datePublished": "2025-08-07",
38+
"dateModified": "2026-01-28",
39+
"datePublished": "2026-01-28",
3340
"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.",
3441
"funder": [
3542
"Caltech Library"
@@ -61,11 +68,11 @@
6168
"Pandoc >= 3.1",
6269
"PageFind >= 1.3"
6370
],
64-
"version": "0.0.15",
71+
"version": "0.0.16",
6572
"developmentStatus": "wip",
6673
"issueTracker": "https://github.com/caltechlibrary/CL-web-components/issues",
6774
"downloadUrl": "https://github.com/caltechlibrary/CL-web-components/releases",
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.",
69-
"copyrightYear": 2025,
75+
"releaseNotes": "This release adds a new `<card-layout>` component for displaying three-card layouts with images, titles, descriptions, and links. The component is responsive and uses attributes to set the content values.",
76+
"copyrightYear": 2026,
7077
"copyrightHolder": "California Institute of Technology"
7178
}

0 commit comments

Comments
 (0)