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.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.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The following are the components currently provided.
8
8
9
9
10
10
`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.
12
12
13
13
`textarea-csv`
14
14
: 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
31
31
Deno 2.4.1 or better is now a requirement to build the bundled versions.
32
32
33
33
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.
0 commit comments