Skip to content

Commit cdde793

Browse files
author
R. S. Doiel
committed
prep for v0.0.12, 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.
1 parent dac929b commit cdde793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The following are the components currently provided.
88

99

1010
`ul-a-to-z`
11-
: This component takes an innerHTML containing a UL list. The UL list is then turned into an A to Z navigable UL List. If JavaScript is unavailable then the innerHTML UL remains as a fallback.
11+
: 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.
1212

1313
`textarea-csv`
1414
: This is a textarea like component who's innerHTML content is CSV data. The component will display this as an editable table.
@@ -31,7 +31,7 @@ are retained in the root of the repository. Distribution versions are generating
3131
Deno 2.4.1 or better is now a requirement to build the bundled versions.
3232

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

3636

3737
### Authors

0 commit comments

Comments
 (0)