Skip to content

Releases: caltechlibrary/CL-web-components

v0.0.15

07 Aug 20:37
Compare
Choose a tag to compare

This release includes an improved 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.

What's Changed

  • Merging search fixes by @rsdoiel in #15
  • code-blocks.css improvements by @rsdoiel in #16
  • corrected typos in codemeta.json, update README.md, about.md and CITA… by @rsdoiel in #17
  • feat: add support for optional RSS icon and self-hosted Hind font by @camp5456 in #18
  • Added script to manage publishing content to media.library.caltech.edu by @rsdoiel in #19

New Contributors

Full Changelog: v0.0.14...v0.0.15

v0.0.14

05 Aug 21:25
Compare
Choose a tag to compare

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.3 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>.

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

Full Changelog: v0.0.13...v0.0.14

v0.0.13

25 Jul 17:32
Compare
Choose a tag to compare

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>.

Full Changelog: v0.0.12...v0.0.13

v0.0.12

17 Jul 23:40
Compare
Choose a tag to compare

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.1 or better is now a requirement to build the bundled versions.

Additional documentation has been updated and improved in preparation for eventual integration into the Caltech Library design system.
The web component, textarea-csv now uses the jsr:@std/csv library which provides robusts CSV support.

Full Changelog: v0.0.11...v0.0.12

v0.0.11

07 Jul 18:15
Compare
Choose a tag to compare

Renamed components to use a prefix of the standard element name they are extending.

Full Changelog: v0.0.10...v0.0.11

v0.0.10

03 Jul 22:23
Compare
Choose a tag to compare

Added support for "people-only" and "organization-only" attributes in <input-agent-list></input-agent-list>.

Full Changelog: v0.0.9...v0.0.10

v0.0.9

03 Jul 21:36
Compare
Choose a tag to compare

Fix a bug in my regex for validating the ORCID element of a person agent input for the new <input-agent-list></input-agent-list> web component.

Full Changelog: v0.0.8...v0.0.9

v0.0.8

03 Jul 20:56
Compare
Choose a tag to compare

Added a new <input-agent-list></input-agent-list> web component. This allows you to use a textarea containing a list of agents (people and organizations)
to be presented as a friendly editing element while preserving the textarea with JSON as a fallback.

Full Changelog: v0.0.7...v0.0.8

v0.0.7

20 Jun 21:30
Compare
Choose a tag to compare

The files for the web components were normalized around the web componant name.

  • csvtextaraa.js became csv-textarea.js for <csv-textarea></csv-textarea>
  • a-to-z-ul.js became a-to-z-list.js for <a-to-z-list></a-to-z-list>

Observer method setup was added to <a-to-z-list>. <csv-textarea> was updated with a form setup and observer method setup.

Full Changelog: v0.0.6...v0.0.7

v0.0.6 sortable-table

13 May 22:35
Compare
Choose a tag to compare

This release include a new web component called sortable-table. It wraps a standard HTML table element
allowing you sort the table by clicking on the column headings and provides a search filter for columns.

Full Changelog: v0.0.5...v0.0.6