Changelog
A log of changes that have been published with each version.
You can also view the Commit history on Github for code changes.
v 0.2
0.2.9
- Added Card component
- socks.js file now checks if you already have a comopnent script before injecting another one
- Minor optimization to socks.js
0.2.8
- Removed overflow inline styles from Modal
- Minor optimization for Modal
0.2.7
- Removed max-height inline styles from Modal
0.2.6
- Minor optimization for ToC
0.2.5
- FIX: TOC should be inside a nav landmark with a unique name (aria-label/aria-labelledby) - Title should be set on the nav, not the list
0.2.4
- TOC should be inside a nav landmark with a unique name (aria-label/aria-labelledby)
0.2.3
- Set first item in combobox as active
0.2.2
- Improved combobox filtering logic
0.2.1
- Added Combobox component
0.2.0
- Official Beta Launch
- Improved TOC last heading end positition
v 0.1
0.1.14
- Improved TOC component and add active item highlighting
- Removed unused markers in TOC Component
0.1.13
- Refactor: Improved TOC Component
0.1.12
- Added TOC Component to socks.js file
- Better component name detection
0.1.11
- Fix script source in socks.ts
0.1.10
- Update script source to include file extension in socks.ts
0.1.9
- Added Table of Contents component
0.1.8
- Update accordion and modal variable names for consistency
0.1.7
- Better exported Methods
0.1.6
- toggle accordion attributes and remove active class
0.1.5
- Accordions: prevent spacebar from scrolling the page
0.1.4
- socks.js: Always inject latest script version
0.1.3
- Change "element" to "root" for main element attributes
0.1.2
- Adjust socks js for production
0.1.1
- Changed main.js to socks.js
0.1.0
- Initialize with 2 components: Accordions, Modal