Release/v2.3.0 comprehensive features#1
Merged
Conversation
|
Visit the preview URL for this PR (updated for commit 44fdb2b): https://angular-perfect-select--pr1-release-v2-3-0-compr-kz3sxiz9.web.app (expires Wed, 21 Jan 2026 16:54:04 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 5d97b84f2c967f297cb3a0865fa9ac9ae98b16fe |
- Fuzzy search integration with configurable threshold - Dark mode with auto-detection support - Loading skeleton configuration - Compact mode layout variant - Option checkbox mode with multiple styles - Bulk actions with event emission - Option sorting with multiple modes - 27 new Input props and 1 new Output event
- Dark mode theme with CSS custom properties - Skeleton loader animations - Compact mode adjustments - Option checkbox styles (default, filled, outlined) - Bulk actions bar styling
- Bulk actions bar with configurable position - Dark mode and compact mode class bindings - Resolved theme binding for auto-detection
4a7396a to
44fdb2b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[2.3.0] - 2026-01-14
✨ New Features
Fuzzy Search
enableFuzzySearch,fuzzySearchThreshold,fuzzySearchCaseSensitivefuzzyMatch()andsortByFuzzyScore()exported for external useDark Mode
colorSchemeprop ('auto', 'light', 'dark')DarkModeProviderservice for theme managementenableAutoThemeDetection,colorScheme,darkModeTheme,lightModeThemeLoading Skeleton
enableLoadingSkeleton,skeletonItemCount,skeletonItemHeight,skeletonAnimationDelayCompact Mode
compactModeCustom Tag Templates
<ng-template #tagTemplate let-option>...</ng-template>Option Checkbox Mode
showOptionCheckboxes,checkboxPosition,checkboxStyleBulk Actions
bulkActions,enableBulkActions,bulkActionsPosition,bulkActionsLabelbulkActionSelectedBulkActionOption Sorting
sortMode,customSortComparator,recentlyUsedLimitsortOptions()exported for external use📦 New Exports
DarkModeProvider- Injectable service for dark mode managementColorScheme- Type for color scheme preferenceBulkAction- Interface for bulk action configurationSelectBulkActionEvent- Event interface for bulk actionsfuzzyMatch()- Utility function for fuzzy string matchingFuzzyMatchResult- Interface for fuzzy match resultssortByFuzzyScore()- Utility to sort items by fuzzy scoresortOptions()- Utility function for option sortingSortMode- Type for sorting modesSortConfig- Interface for sort configuration🔧 Improvements
resolvedThemecomputed signal for automatic theme resolutionhasBulkActionscomputed signal for conditional renderingrecentlyUsedIdssignal for tracking usage historyfilteredOptionsto support fuzzy search and sorting🎨 Styles
📊 Statistics
🔄 Demo App Updates
v2.3-featurescategory