Skip to content

Commit

Permalink
Merge pull request #90 from kunai-consulting/changeset-release/main
Browse files Browse the repository at this point in the history
Release QDS - v0.0.1
  • Loading branch information
thejackshelton-kunaico authored Jan 8, 2025
2 parents 6fe7148 + 2fb6084 commit 3686b29
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 49 deletions.
47 changes: 0 additions & 47 deletions .changeset/grumpy-coats-appear.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
53 changes: 53 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,58 @@
# @kunai-consulting/qwik-headless

## 0.0.1

### Patch Changes

- 4806309: • 🔢 OTP (One-Time Password)

- Hidden native input for mobile keyboards
- Paste support from password managers
- Keyboard navigation (Left/Right/Up/Down)
- Customizable caret indicator
- onChange$ and onComplete$ callbacks
- Disabled state support

• ✅ Checkbox

- Mixed/indeterminate state support
- Form binding with hidden native input
- Error message handling
- Custom description text
- Two-way data binding
- Custom indicator support
- WAI-ARIA compliant

• 📋 Checklist

- Select all functionality
- Individual item selection
- Nested checkbox structure
- Context-based state management
- Mixed state propagation
- Form validation support
- Error message handling

• 📄 Pagination

- Dynamic page calculation
- Customizable sibling count
- First/Last page navigation
- Custom ellipsis support
- Controlled and uncontrolled modes
- Page range customization
- WAI-ARIA compliant navigation

• 📜 Scroll Area

- Both vertical and horizontal scrolling
- Smooth thumb dragging
- Click-to-scroll track support
- Auto-hiding scrollbars
- Dynamic thumb sizing
- Custom scrollbar styling
- Native keyboard shortcuts support

## 0.0.5

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kunai-consulting/qwik",
"version": "0.0.0",
"version": "0.0.1",
"description": "Create a Qwik library",
"main": "./lib/index.qwik.mjs",
"qwik": "./lib/index.qwik.mjs",
Expand All @@ -12,7 +12,10 @@
"types": "./lib-types/index.d.ts"
}
},
"files": ["lib", "lib-types"],
"files": [
"lib",
"lib-types"
],
"engines": {
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
},
Expand Down

0 comments on commit 3686b29

Please sign in to comment.