ngxsmk-datepicker 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,1246 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ **Last updated:** June 3, 2026 - **Current stable:** v2.3.1
6
+
7
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
+
10
+ ## [Unreleased]
11
+
12
+ ## [2.3.1] - 2026-06-03
13
+
14
+ ### Added
15
+
16
+ - **Natural Language Input**: Integrated a lightweight, zero-dependency parser engine that resolves text expressions like "today", "tomorrow", relative day/week offsets, and quarter descriptors. Features a dynamic preview suggestion tooltip beneath the input field.
17
+ - **Multi-Calendar View**: Supported side-by-side calendar renders via `[calendars]="2"` or `[calendars]="3"` inputs, with seamless range highlights extending across all month boundaries.
18
+ - **Dynamic Presets Factory**: Introduced the `[rangePresetFactory]` callback input allowing developers to supply dynamic rolling ranges (e.g., fiscal quarters or rolling business-day windows).
19
+ - **Invalid Range Warning**: Highlights ranges with a warning style if a disabled date falls inside the selected range, emitting details via the `(invalidRange)` output.
20
+ - **Timezone Selector UI**: Added a searchable timezone dropdown via `[showTimezoneSelector]="true"` input, with timezone change values emitted via the `(timezoneChange)` output.
21
+ - **Shadow DOM Compatibility (Issue #268)**: Added full, native support for running inside Angular Shadow DOM containers (`ViewEncapsulation.ShadowDom`) and Custom Web Components.
22
+ - Interaction listeners now query and utilize `event.composedPath()` to correctly identify clicked targets originating inside the component shadow boundary, preventing calendar dropdowns and header custom selects from closing prematurely due to event target retargeting.
23
+ - Added new comprehensive Shadow DOM unit test suite (`shadow-dom-compatibility.spec.ts`).
24
+
25
+ ### Changed
26
+
27
+ - **AOT & AoT Compilation Boundaries**: Refactored internal component signals (`_isCalendarOpen`, `_currentMonthSignal`, and `_currentYearSignal`) to `protected` access modifiers to prevent strict production AoT compilation errors.
28
+ - **Code Quality & Cognitive Complexity Reductions**:
29
+ - Flattened highly nested condition structures in `CustomSelectComponent.onDocumentTouchStart()`, reducing cognitive complexity to well below the limit of 15.
30
+ - Decomposed monolithic date check inside `NgxsmkDatepickerComponent.containsNode()` into private helper functions (`containsNodeViaComposedPath`, `containsNodeViaDOM`), drastically improving maintainability and reducing complexity down to 2.
31
+ - **Unnecessary Type Assertions Cleanup**: Cleaned up dozens of redundant type assertions (e.g. `as keyof DatepickerTranslations`, `as HTMLElement`, `as DatepickerValue`, `as EventListenerOptions`) to fully align with standard Angular strict compiler guidelines and eliminate all IDE compiler warnings.
32
+ - **Spec Styling Overhaul**: Refactored the test suite to move the `createMockEvent` helper to the top-level outer scope and transitioned elements cleanup to the modern `insideNode.remove()` native DOM standard.
33
+
34
+ ## [2.3.0] - 2026-05-06
35
+
36
+ ### Fixed
37
+
38
+ - **npm package**: Republished with complete build artifacts (`fesm2022/`, `types/`) and release safeguards to prevent docs-only tarballs.
39
+
40
+ ### Added
41
+
42
+ - **Documentation**: Added [IMPROVEMENT_REPORT.md](IMPROVEMENT_REPORT.md) as the maintained anchor index for roadmap-linked improvements; added [FEATURE_SCOPING.md](projects/ngxsmk-datepicker/docs/FEATURE_SCOPING.md) and [REFACTOR_PLAN.md](projects/ngxsmk-datepicker/docs/REFACTOR_PLAN.md).
43
+ - **Demo**: Playground **Advanced** controls (`syncScroll`, `appendToBody`, `disabledState`, `mobileModalStyle`) and stable `id`s for E2E.
44
+ - **E2E**: [e2e/playground.spec.ts](e2e/playground.spec.ts) — RTL, multi-calendar inline, range quick picks; smoke tests target `.ngxsmk-popover-open` so inline `role="dialog"` calendars on `/examples` do not break strict locators.
45
+ - **Storybook**: `MultiCalendarInline` and `RangeWithQuickPicks` stories.
46
+ - **Examples**: [examples/ionic-test-app/README.md](examples/ionic-test-app/README.md) install and matrix notes.
47
+ - **Compatibility**: CI / peer validation checklist in [COMPATIBILITY.md](projects/ngxsmk-datepicker/docs/COMPATIBILITY.md).
48
+
49
+ ### Changed
50
+
51
+ - **Documentation**: Refreshed Markdown files across the repository with updated metadata headers (last updated/current stable), aligned compatibility wording, and contact links.
52
+ - **Roadmap**: Updated main-component line count reference; roadmap links now resolve to `IMPROVEMENT_REPORT.md`.
53
+ - **Compatibility Docs**: Clarified Vitest wording to describe compatibility without implying a default test runner requirement.
54
+ - **i18n (demo)**: New playground strings for the Advanced section (all demo-app languages).
55
+
56
+ ## [2.2.12] - 2026-05-02 [BROKEN - NPM PACKAGE]
57
+
58
+ ### Fixed
59
+
60
+ - **npm package**: The `2.2.12` tarball on the registry omitted `fesm2022/` and `types/` (only docs, styles, and package metadata). **Use `ngxsmk-datepicker@2.2.11` until `2.3.0` or later** with a full ng-packagr build ([#230](https://github.com/NGXSMK/ngxsmk-datepicker/issues/230)).
61
+
62
+ ## [2.2.11] - 2026-03-24
63
+
64
+ ### Fixed
65
+
66
+ - **Documentation**: Reduced `README.md` size to comply with npm registry metadata limits (64KB), ensuring it displays correctly on the package page.
67
+ - **Package Config**: Fixed `exports` in `package.json` to properly expose `styles/` and `types/`. This resolves "Could not resolve ngxsmk-datepicker/styles/ionic-integration.css" errors in consuming apps.
68
+
69
+ ## [2.2.10] - 2026-03-24 [BROKEN - README ISSUE]
70
+
71
+ ### Fixed
72
+ - Includes all fixes from v2.2.9.
73
+
74
+ ## [2.2.9] - 2026-03-24 [BROKEN - PUBLISHING ISSUE]
75
+
76
+ ### Fixed
77
+
78
+ - **Date Formatting**: Resolved "off-by-one" day of week shift and recursive token replacement corruption in `dateFormatPattern` logic.
79
+ - **Build**: Resolved TypeScript type mismatch in `CustomDateFormatService` that prevented production builds.
80
+
81
+ ## [2.2.8] - 2026-03-21
82
+
83
+ ### Fixed
84
+
85
+ - **npm package**: Republished with a complete ng-packagr build. Tarballs for **2.2.3–2.2.7** on the registry were missing `fesm2022/` and `types/` (published from source without build output). **Use `ngxsmk-datepicker@2.2.8` instead of 2.2.7** for installs from npm. A `prepublishOnly` check now blocks publishing without those artifacts ([#230](https://github.com/NGXSMK/ngxsmk-datepicker/issues/230)).
86
+
87
+ ## [2.2.7] - 2026-03-21
88
+
89
+ ### Fixed
90
+
91
+ - **npm package**: Release workflow builds the library before publish so tarballs include `fesm2022/` and type declarations ([#230](https://github.com/NGXSMK/ngxsmk-datepicker/issues/230)).
92
+
93
+ ### Added
94
+
95
+ - **Range mode**: `allowSameDay` input for single-day ranges (same date twice or close popover with only a start date) ([#231](https://github.com/NGXSMK/ngxsmk-datepicker/issues/231)).
96
+
97
+ ## [2.2.6] - 2026-03-10
98
+
99
+ ### Fixed
100
+ - **Type Safety**: Fixed casing of `DatepickerValue` type export to ensure consistency across the library and consuming applications.
101
+ - **Module Resolution**: Improved TypeScript module resolution for local library development.
102
+ - **Date Modal**: Fixed null pointer exception in `getSelectedDates` when handling partial date ranges.
103
+
104
+ ## [2.2.4] - 2026-03-10
105
+
106
+ ### Fixed
107
+ - **Timezone Support**: Added full support for IANA timezones in "Today" calculation. The component now correctly identifies "Today" based on the configured `timezone` input.
108
+ - **Date Validation**: Fixed an issue where "Today" was incorrectly considered invalid if `minDate` was set to the current time. Validation now normalizes to the start of the day.
109
+ - **Keyboard Shortcuts**: Updated "Today" selection shortcut to be timezone-aware.
110
+
111
+ ## [2.2.3] - 2026-03-09
112
+
113
+ ### Fixed
114
+ - **Linting**: Resolved SonarLint cognitive complexity and nesting depth issues in Material support integration.
115
+ - **Coverage**: Increased function test coverage to ~68.2% to meet project thresholds.
116
+ - **Stability**: Fixed regression in touch event handling and Material Form Field integration.
117
+ - **Maintenance**: Marked static registry as readonly and removed redundant helper methods.
118
+
119
+ ## [2.2.1] - 2026-03-03
120
+
121
+ - **Version**: Bump to 2.2.1.
122
+
123
+ ## [2.2.0] - 2026-02-25
124
+
125
+ - **Enhanced Visibility**: Fixed text contrast in dropdown options for better accessibility, ensuring high-contrast labels for month and year selections.
126
+ - **Web Component Support**: Added capability to export the library as a standard Custom Web Component using Angular Elements, enabling full support for React, Vue, Svelte, and Vanilla JS.
127
+ - **Example Applications**: Added React, Vue, and Vanilla JS implementation examples in the `/examples` directory.
128
+
129
+ ### Fixed
130
+
131
+ - **TypeScript Strictness Overhaul**: Comprehensive rewrite of library component typing to eliminate all `any` types. Ensure full compatibility with `exactOptionalPropertyTypes` strict configurations.
132
+ - Corrected `classes` input type from `Record<string, unknown>` to the concrete `DatepickerClasses` interface explicitly allowing `| undefined = undefined` to support strict assignments.
133
+ - Applied specific types everywhere (`Date[]` for timelineMonths, `{label, value: boolean}[]` for ampmOptions, explicit Event and TouchEvent payloads).
134
+ - Adjusted Angular pseudo-event `keydown.enter` handlers expecting `KeyboardEvent` to use the base `Event` type for robust type safety.
135
+ - **appendToBody positioning (Issue #206)**: When `appendToBody` is enabled, the calendar popover now positions correctly next to the input. The popover uses viewport coordinates and `position: fixed` so it is no longer misplaced on scrolled pages. Inline styles are applied with `!important` so desktop CSS rules do not override the computed position.
136
+ - **Datepicker in modal**: When the datepicker is used inside a modal (or any dialog), the popover no longer flashes in the wrong place on first open. The popover is hidden until positioned and then revealed; modal detection auto-enables `appendToBody`. Demo app Integrations page includes a "Datepicker in a modal" example with `[appendToBody]="true"`.
137
+ - **Popover width**: The calendar popover now matches the input width (with a minimum of 280px) when positioning is applied, so the dropdown aligns visually with the trigger.
138
+
139
+ ### Changed
140
+
141
+ - **Header Select Synchronization**: Migrated `CustomSelectComponent` and `CalendarHeaderComponent` to `ViewEncapsulation.None`. Consolidated all dropdown styles into `_header.scss` to enable seamless global layout control.
142
+ - **Improved Dropdown Layout**: Implemented a flexbox-based `justify-content: space-between` layout for Month/Year selectors, ensuring a professional, edge-to-edge gap between text and icons on mobile screens.
143
+ - **UI Refinement**: Unified container border radii to 12px for visual consistency, removed unnecessary borders from the popover container, and significantly reduced paddings/margins in the header, calendar grid, and footer for a tighter, more modern look.
144
+ - **Performance Optimization**: Further reduced internal calendar opening timers for faster user feedback—Mobile delay reduced from 280ms to 150ms, and Desktop delay reduced to 60ms.
145
+ - **Loading time**: Reduced opening/loading delays so the calendar appears sooner—desktop ~80–120ms (was 200–350ms), mobile ~280ms (was 800ms). Click path delay before positioning/reveal reduced from 100ms to 50ms.
146
+ - **CSS & Linting (SonarLint)**: Resolved duplicate selectors, commented-out code, duplicate properties in `datepicker.css` for cleaner styles, and resolved all 38 remaining TypeScript library lint warnings.
147
+
148
+
149
+ ## [2.1.7] - 2026-02-23
150
+
151
+ ### Added
152
+
153
+ - **Google Calendar Integration**: Added full built-in support for syncing and displaying events from Google Calendar.
154
+ - New input `enableGoogleCalendar` (boolean) to toggle the feature directly from the template.
155
+ - New input `googleClientId` (string) to configure the Google OAuth Client ID.
156
+ - New `GoogleCalendarService` responsible for GIS library loading and seamless authentication syncing.
157
+ - Displays authenticated status natively within the calendar header popup.
158
+ - Emits `googleSyncClick` for tracking user interactions.
159
+
160
+ ### Fixed
161
+
162
+ - **DatePipe Provider Issue**: Fixed `NG0201: No provider found for _DatePipe` error (Issue #193). Decoupled `DatepickerParsingService` from the root injector to ensure it correctly resolves `DatePipe` within the component context. Users no longer need to manually provide `DatePipe` in their application configuration.
163
+
164
+ ## [2.1.6] - 2026-02-17
165
+
166
+ ### Changed
167
+
168
+ - **Version**: Bump to 2.1.6 (current stable release).
169
+
170
+ ## [2.1.5] - 2026-02-17
171
+
172
+ ### Added
173
+
174
+ - **Validation messages (i18n)**: New user-facing validation strings in `DatepickerTranslations`—`invalidDateFormat`, `dateBeforeMin`, `dateAfterMax`, `invalidDate`—with full translation support across all 8 languages. The component shows a translated error message when input is invalid, before min, or after max, and emits `validationError` with `code` and `message`.
175
+ - **Calendar loading state**: Visual loading state (spinner + text) while the calendar is opening or generating. Loading state is announced to screen readers via `AriaLiveService`. A public getter is available for templates to reflect "calendar is loading."
176
+ - **Installation options**: New `docs/INSTALLATION.md` documenting all install methods (npm, Yarn, pnpm, Bun, Git, local path, CDN, tarball). Demo Installation page updated with alternative install commands and a link to the full guide.
177
+ - **Issue-reproduction app**: New minimal Angular app `angular-issue-test` (routes: Home, month-navigation, range-reselection) for manually verifying reported issues. Served via `npx ng serve angular-issue-test`.
178
+
179
+ ### Changed
180
+
181
+ - **Version**: Bump to 2.1.5 (stable release).
182
+ - **Demo app – light/dark theme**: Theme toggle now correctly switches the UI. `data-theme` is synced on the document when theme changes; `html[data-theme='light']` CSS overrides added for the light palette. Nav-link hover uses `var(--color-text-main)` for both themes. Responsive spacing variables use `clamp()`.
183
+ - **Library refactors**: Calendar grid generation and input parsing/formatting logic extracted into `CalendarGenerationService` and `DatepickerParsingService` respectively.
184
+ - **Demo styles**: New utility classes (e.g. `.link`, `.no-underline`, `.text-dim`, `.gap-xs`) and tip label layout tweak.
185
+ - **Docs**: README and library README reference `docs/INSTALLATION.md`. CHANGELOG, MIGRATION, ROADMAP, SECURITY, API_REFERENCE, BUNDLE_SIZE_REPORT, and API.md updated for 2.1.5.
186
+
187
+ ### Fixed
188
+
189
+ - **Demo theme**: Fixed light/dark theme toggle not applying—demo now correctly reflects the active theme (header toggle and system preference).
190
+
191
+ ## [2.1.4] - 2026-02-13
192
+
193
+ ### Added
194
+
195
+ - **Playground Enhancements**: Added new configuration options for `minDate`, `maxDate`, and `weekStart` to the interactive playground, allowing users to test boundary constraints and locale overrides.
196
+ - **Improved Internationalization**: Added full translation support for new playground features across all 8 supported languages (English, German, Spanish, Swedish, Korean, Chinese, Japanese, and French).
197
+
198
+ ### Fixed
199
+
200
+ - **Calendar Grid Consistency**: Ensured the calendar always generates a full 42-day (6-week) grid. This prevents layout shifts and provides a more stable UI when navigating between months with different numbers of days.
201
+ - **Locale-Specific Week Starts**: Fixed issues with manual `weekStart` overrides and locale-dependent first day of week calculations, ensuring accurate calendar generation across diverse cultural settings.
202
+
203
+ ## [2.1.3] - 2026-02-11
204
+
205
+ ### Fixed
206
+
207
+ - **Inline Datepicker Width**: Fixed an issue where the inline datepicker was constrained by container styles in some contexts, causing it to appear cramped or cut off. The inline mode now correctly fits its content.
208
+
209
+ ## [2.1.2] - 2026-02-11
210
+
211
+ ### Fixed
212
+
213
+ - **Mobile Experience**: Improved stability on mobile devices (specifically Samsung/Android/Edge).
214
+ - Fixed an issue where the calendar would close prematurely during interactions due to portaling logic.
215
+ - Added "ghost click" protection to the backdrop to prevent accidental closure right after opening.
216
+ - Standardized containment checks to handle popovers appended to the document body.
217
+ - **Circular Dependency**: Resolved `RuntimeError: NG0200: Circular dependency detected` when using `NgModel` or Reactive Forms.
218
+ - Removed `NG_VALUE_ACCESSOR` from component providers to break the circular link with `NgControl`.
219
+ - Implemented manual `valueAccessor` assignment in the constructor for safe interaction with Angular's form system.
220
+ - **Dependency Cleanup**: Removed unused `forwardRef` and `NG_VALUE_ACCESSOR` imports to improve bundle size and build performance.
221
+
222
+ ### Changed
223
+
224
+ - **UI Refinement (Premium Aesthetic)**: Improved the overall visual appearance with a "border detox."
225
+ - Reduced border thickness from 1.5px to 1px library-wide.
226
+ - Softened border colors and added subtle ghost backgrounds for interactive elements.
227
+ - Enhanced navigation buttons with a borderless-by-default look.
228
+
229
+ ### Removed
230
+
231
+ - **Range Duration Header**: Removed the "X Days" duration header from range selection mode to reduce visual clutter and simplify the UI.
232
+
233
+
234
+ ## [2.1.1] - 2026-02-09
235
+
236
+ ### Fixed
237
+
238
+ - **Material Form Field Integration**: Improved `NgxsmkDatepickerComponent` to correctly notify `mat-form-field` of state changes.
239
+ - Injected `NgControl` into the component to properly integrate with Angular's form system.
240
+ - Added `stateChanges.next()` call in `emitValue` to ensure the form field reflects internal state changes (e.g., when selecting a date).
241
+ - **Helper Function Enhancements**: Updated `provideMaterialFormFieldControl` with runtime warnings for missing or incorrect Material tokens.
242
+
243
+ ## [2.1.0] - 2026-02-05
244
+
245
+
246
+ ### Fixed
247
+
248
+ - **Package Configuration**: Corrected TypeScript declaration paths in package.json
249
+ - Updated `types` and `typings` fields to point to `types/ngxsmk-datepicker.d.ts` instead of non-existent `index.d.ts`
250
+ - Simplified `exports` field to match v2.0.9 format, removing unnecessary module export configurations
251
+ - Removed disallowed `esm2022` property from package.json
252
+ - Ensures proper TypeScript module resolution in consuming applications
253
+
254
+ ### Changed
255
+
256
+ - **Package Distribution**: Streamlined package exports configuration for better compatibility
257
+ - Aligned exports structure with stable v2.0.9 format
258
+ - Removed redundant module resolution entries for cleaner package.json
259
+
260
+ ### Important Notice
261
+
262
+ ⚠️ **Versions 2.0.10 and 2.0.11 have been unpublished from npm** due to critical package configuration issues that prevented proper TypeScript module resolution. All users should upgrade to v2.1.1 or later.
263
+
264
+ ## [2.0.11] - 2026-02-05 [BROKEN - UNPUBLISHED]
265
+
266
+ **⚠️ This version has been unpublished from npm due to incorrect package configuration. Use v2.1.1 instead.**
267
+
268
+ ### Fixed
269
+
270
+ - **TypeScript Type Declarations**: Attempted to fix "Could not find a declaration file for module 'ngxsmk-datepicker'" error
271
+ - Added proper `exports` field in package.json with correct type declaration path
272
+ - Configured exports to point to `index.d.ts` for TypeScript module resolution
273
+ - **Note**: This fix was incomplete and the version has been replaced by v2.1.1
274
+
275
+ ## [2.0.10] - 2026-02-05 [BROKEN - UNPUBLISHED]
276
+
277
+ **⚠️ This version has been unpublished from npm due to incorrect package configuration. Use v2.1.1 instead.**
278
+
279
+ ### Fixed
280
+
281
+ - **Infinite Recursion in Date Utilities**: Fixed `RangeError: Maximum call stack size exceeded` in `getEndOfDay()` function
282
+ - Refactored recursive logic to use direct date manipulation
283
+ - Replaced recursive `addMonths` calls with iterative approach
284
+ - Improves performance and eliminates stack overflow risk
285
+ - **Timezone Test Edge Cases**: Fixed date component preservation in timezone conversion tests
286
+ - Updated timezone tests to use `Date.UTC()` for consistent cross-environment behavior
287
+ - Ensures test reliability across different system timezones with non-integer offsets (UTC+5:30, etc.)
288
+
289
+ ### Optimized
290
+
291
+ - **Build and Release**: Removed unnecessary generated files from distribution
292
+ - Cleaned up coverage reports and build artifacts
293
+ - Streamlined demo app output
294
+
295
+ ## [2.0.9] - 2026-01-31
296
+
297
+ ### Optimized
298
+
299
+ - **Stylesheet Architecture**: Comprehensive optimization of CSS assets
300
+ - Replaced redundant mobile stylesheets with a unified "Responsive Overrides" system
301
+ - Removed deprecated keyframes and duplicate selectors
302
+ - Enhanced commenting standards with industrial/professional documentation style
303
+ - Reduced CSS bundle size by eliminating unused styles
304
+
305
+ ### Fixed
306
+
307
+ - **Sticky Header Overlap**: Resolved critical z-index stacking issue where sticky headers would overlap the datepicker popup
308
+ - Implemented aggressive z-index boost (`2147483647`) for the host component when active
309
+ - Ensures datepicker always floats above application navigation bars and modal backdrops
310
+ - **Mobile Dropup Positioning**: Fixed footer clipping issues on mobile devices
311
+ - Time selection dropdowns now intelligently open upwards ("dropup") on screens < 992px
312
+ - Prevents dropdown options from being cut off by the bottom of the viewport or sticky footers
313
+ - Improved touch interactions for time selection on mobile
314
+
315
+ ## [2.0.8] - 2026-01-31
316
+
317
+ ### Added
318
+
319
+ - **Ionic Integration**: Added automatic support for Ionic CSS variables
320
+ - Datepicker now automatically inherits Ionic app theme colors (primary, background, text)
321
+ - No additional configuration required for native look and feel in Ionic apps
322
+ - Documented integration steps in README
323
+
324
+ ### Optimized
325
+
326
+ - **Change Detection**: Optimized internal change detection strategy
327
+ - Removed redundant `ChangeDetectorRef` calls in favor of Signal-based updates
328
+ - Improved compatibility with Zoneless Angular applications
329
+ - Cleaner and more efficient state management
330
+
331
+ ### Fixed
332
+
333
+ - **Mobile Page Jump**: Fixed issue where selecting a date would cause the page to jump to the top on some mobile browsers (Firefox Android)
334
+ - Added `{ preventScroll: true }` to focus restoration logic
335
+ - **Dropdown Scrolling**: Fixed UX issue in month/year dropdowns
336
+ - Dropdowns now automatically scroll to the currently selected option when opened
337
+ - Improved mobile scrolling behavior within dropdowns by removing conflicting close logic
338
+
339
+ ### Changed
340
+
341
+ - **Version Update**: Updated to version 2.0.8
342
+
343
+ ## [2.0.7] - 2026-01-26
344
+
345
+ - **Version Update**: Updated to version 2.0.7
346
+
347
+ ## [2.0.6] - 2026-01-15
348
+
349
+ ### Enhanced
350
+
351
+ - **Range Picker Reselection**: Improved comprehensive range reselection behavior
352
+ - Clicking the start date when a complete range is selected now clears only the end date
353
+ - Clicking the end date when a complete range is selected now clears the start date and sets the end date as the new start date
354
+ - **NEW**: Clicking any date within the selected range now clears the end date and sets the clicked date as the new start date
355
+ - Allows users to easily redefine date ranges from any point (start, end, or within the range)
356
+ - Example scenarios:
357
+ - Range: Jan 10 - Jan 20, Click Jan 10 → Result: Jan 10 (can select new end)
358
+ - Range: Jan 10 - Jan 20, Click Jan 20 → Result: Jan 20 (can select new end)
359
+ - Range: Jan 26 - Jan 30, Click Jan 27 → Result: Jan 27 (can select new end)
360
+ - Improves usability by providing intuitive range adjustment from any direction
361
+
362
+ ### Changed
363
+
364
+ - **Code Cleanup**: Removed unnecessary inline comments from range selection logic for cleaner, more maintainable code
365
+ - **Version Update**: Updated to version 2.0.6
366
+
367
+ ## [2.0.5] - 2026-01-15
368
+
369
+ ### Enhanced
370
+
371
+ - **Range Picker Reselection**: Improved user experience when reselecting date ranges
372
+ - Clicking the start date again after selecting a complete range now clears only the end date
373
+ - Allows users to easily redefine the end date without clearing the entire selection
374
+ - The start date remains selected, and users can immediately choose a new end date
375
+ - Example: After selecting Jan 19 (start) → Jan 21 (end), clicking Jan 19 again keeps Jan 19 selected and clears Jan 21
376
+ - Improves usability by reducing clicks needed to adjust date ranges
377
+
378
+ ### Fixed
379
+
380
+ - **Range Mode Value Emission**: Fixed issue where clicking the start date again after a complete range was selected would update the visual state but not emit the value change
381
+ - The datepicker now properly emits a partial range value (`{ start: Date, end: null }`) when the end date is cleared
382
+ - Parent components and form bindings now correctly reflect the cleared end date state
383
+ - Resolves inconsistency between visual calendar state and bound values
384
+
385
+ ### Patch Changes
386
+
387
+ - **Version Update**: Updated to version 2.0.5
388
+ - **Documentation**: Added comprehensive "Form Validation" section to README to explain `readonly` input behavior and provide solutions for native browser validation (e.g., using `allowTyping="true"`).
389
+
390
+ ## [2.0.4] - 2026-01-14
391
+
392
+ ### Patch Changes
393
+
394
+ - **Version Update**: Updated to version 2.0.4
395
+ - **Validation Fix**: Fixed issue where `[field]` validation messages were not triggering because the `touched` state was not being synced to the field. Added `markAsTouched` support to `FieldSyncService` and updated `NgxsmkDatepickerComponent` to mark the field as touched on blur and value selection.
396
+
397
+ ## [2.0.3] - 2026-01-14
398
+
399
+ ### Patch Changes
400
+
401
+ - **Version Update**: Updated to version 2.0.3
402
+ - **Code Cleanup**: Removed unnecessary comments from `field-sync.service.ts` to improve code readability and maintainability.
403
+ - **Bug Fixed**: Verified fixes for issues #136, #112, #84, and #71.
404
+ - **TypeScript Compatibility**: Fixed `SignalFormField` and `SignalFormFieldConfig` types to be fully compatible with Angular 21+ `FieldTree<string | Date | null, string>` structure. The types now accept `WritableSignal<string | Date | null>` from Angular's Signal Forms, resolving TypeScript compilation errors when using `[field]` binding.
405
+
406
+ ## [2.0.2] - 2026-01-14
407
+
408
+ ### Patch Changes
409
+
410
+ - **Version Update**: Updated to version 2.0.2
411
+ - **Documentation**: Updated all documentation to reflect new version
412
+
413
+ ## [2.0.1] - 2026-01-14
414
+
415
+ ### Patch Changes
416
+
417
+ - **Version Update**: Updated to version 2.0.1
418
+ - **Bug Fixes**: Minor bug fixes and improvements
419
+ - **Documentation**: Updated all documentation to reflect new version
420
+
421
+ ## [2.0.0] - 2026-01-14
422
+
423
+ ### Major Changes
424
+
425
+ - **Version Update**: Updated to version 2.0.0
426
+ - **Breaking Changes**:
427
+ - Updated minimum Angular version requirement to 17.0.0
428
+ - Improved Signal Forms integration
429
+ - Enhanced timezone handling
430
+ - **Documentation**: Updated all documentation to reflect new version
431
+
432
+ ## [1.9.29] - 2026-01-13
433
+
434
+ ### Added
435
+
436
+ - **Angular Signal Forms Validation Support**: Full support for schema-based validation with Angular 21+ Signal Forms
437
+ - Automatically detects and responds to validation errors from the field's `errors()` signal
438
+ - Recognizes `required` validation from schema (e.g., `required(p.dateDue)`)
439
+ - Updates component's `errorState` based on field's `invalid()` signal
440
+ - Reactive updates when validation state changes
441
+ - Resolves [#136](https://github.com/NGXSMK/ngxsmk-datepicker/issues/136) - "datepicker doesn't recognise 'required' attribute in schema"
442
+ - **Validation Error Types**: Added `ValidationError` interface to support Angular Signal Forms error structure
443
+ - **Error State Callback**: Added `onErrorStateChanged` callback to `FieldSyncCallbacks` for validation state tracking
444
+ - **Comprehensive Documentation**: Added `docs/SIGNAL_FORMS_VALIDATION.md` with usage examples, API reference, and migration guide
445
+ - **Test Coverage**: Added comprehensive test suite in `signal-forms-validation.spec.ts` for validation scenarios
446
+ - **Input Attributes Support**: Added support for standard input attributes on the datepicker input element
447
+ - `inputId`: Custom ID support (defaults to component unique ID)
448
+ - `name`: Form name attribute support
449
+ - `autocomplete`: Autocomplete attribute support (defaults to 'off')
450
+ - `aria-invalid`: Accessibility support for invalid state visibility
451
+ - **Keyboard Shortcuts Help Dialog**: Added a built-in help dialog for keyboard shortcuts, accessible via `?` or `Shift + /`.
452
+ - **New Shortcut**: Added `?` keyboard shortcut to toggle the help dialog.
453
+
454
+ ### Enhanced
455
+
456
+ - **Field Sync Service**: Enhanced with new helper methods
457
+ - `readFieldErrors()`: Reads validation errors from field's `errors` signal
458
+ - `readRequiredState()`: Checks for required validation in errors or direct property (prioritizes schema validation)
459
+ - `hasValidationErrors()`: Determines if field has any validation errors
460
+ - **Backward Compatibility**: Maintains full compatibility with:
461
+ - Direct `required` attribute: `<ngxsmk-datepicker required>`
462
+ - Reactive Forms: `<ngxsmk-datepicker [formControl]="dateControl">`
463
+ - Template-driven forms: `<ngxsmk-datepicker [(ngModel)]="date">`
464
+ - Direct `required` property on field: `field.required = true`
465
+
466
+ ### Fixed
467
+
468
+ - **Header Layout**: Fixed CSS issue where the datepicker header width was not spanning the full container width, ensuring consistent layout across all screen sizes.
469
+ - **Angular Signal Forms Schema Validation**: Fixed issue where `required` attribute from schema was not properly reflected on the input and form validation
470
+ - **Month Navigation**: Fixed a critical bug where navigating to the next month would skip a month (e.g., Jan -> Mar) if the current date was the 31st (due to JS Date overflow). Navigation now correctly calculates from the start of the month.
471
+ - **Signal Forms Integration**: Critical fix for `[field]` binding where Signal fields (passed as functions) were being ignored, preventing validation metadata (like `.required`) from being read.
472
+ - **Range Navigation**: Fixed usability issue where selecting an end date in a different month would unexpectedly reset the calendar view back to the start date's month, causing confusion.
473
+ - **Field Sync Service**: Updated `readRequiredState` and `readDisabledState` to correctly process function-type fields (Signals).
474
+
475
+ ### Changed
476
+
477
+ - **Version Update**: Updated to version 1.9.29
478
+
479
+ ## [1.9.27] - 2026-01-10
480
+
481
+ ### Refactored
482
+
483
+ - **Modern Control Flow**: Fully migrated all standalone components (`NgxsmkDatepickerComponent`, `CalendarHeaderComponent`, `CalendarMonthViewComponent`, `CalendarYearViewComponent`, `TimeSelectionComponent`, `CustomSelectComponent`) to modern Angular `@if` and `@for` block syntax.
484
+ - **Optimized Imports**: Replaced monolithic `CommonModule` with individual directive and pipe imports (`NgClass`, `NgTemplateOutlet`, `DatePipe`) in all standalone components. This improves tree-shaking and resolves resolution conflicts in some environments.
485
+
486
+ ### Fixed
487
+
488
+ - **Module Resolution**: Resolved "Value could not be determined statically" error when importing standalone library components into traditional NgModules in some monorepo configurations.
489
+ - **Build Process**: Fixed library compilation error (`TS6133`) caused by unused `CommonModule` after migration to modern control flow.
490
+ - **Monorepo Compatibility**: Improved Angular core dependency resolution for example applications to prevent "duplicate symbol" and "exported symbol not found" errors during development.
491
+
492
+ ### Maintenance
493
+
494
+ - **Git**: Added `/examples` directory to `.gitignore` to prevent committing experimental test applications.
495
+
496
+ ### Changed
497
+
498
+ - **Version Update**: Updated to version 1.9.27
499
+
500
+ ## [1.9.26] - 2026-01-09
501
+
502
+ > ⚠️ **DO NOT USE**: This version contains broken styles. Please use v1.9.27 or v1.9.25 instead.
503
+
504
+ ### Refactored
505
+
506
+ - **Core Architecture**: Major refactoring of `NgxsmkDatepickerComponent` to address "God Component" issues
507
+ - Split monolithic component into dedicated sub-components: `CalendarMonthViewComponent`, `CalendarYearViewComponent`
508
+ - Integrated `CalendarHeaderComponent` and `TimeSelectionComponent` to handle specific functional areas
509
+ - Removed 1000+ lines of inline template code, significantly improving maintainability and readability
510
+ - Improved strict template type checking support
511
+ - **No breaking changes** to the public API
512
+
513
+ ### Fixed
514
+
515
+ - **Ionic Integration**: Fixed issue where `ionic-integration.css` was not exported in the package bundle
516
+ - Moved styles to allow correct exporting via package logic
517
+ - Ensures `@import 'ngxsmk-datepicker/styles/ionic-integration.css'` works as documented
518
+ - Resolves [#123](https://github.com/NGXSMK/ngxsmk-datepicker/issues/123)
519
+
520
+ ### Fixed (Mobile UI)
521
+
522
+ - **Mobile View Styles**: Enhanced mobile UI styles for both Angular and Ionic projects
523
+ - Added proper positioning and animations for `bottom-sheet` and `fullscreen` mobile modes
524
+ - Fixed missing styles in core `datepicker.css` that prevented `mobileModalStyle` from working correctly
525
+ - Improved gesture handling and transition animations for mobile devices
526
+
527
+ ### Changed
528
+
529
+ - **Version Update**: Updated to version 1.9.26
530
+
531
+ ## [1.9.25] - 2026-01-06
532
+
533
+ ### Fixed
534
+
535
+ - **IDE Support**: Fixed "This component requires inline template type-checking" error by including all source files in tsconfig
536
+ - Ensures accurate template type checking in VS Code and other IDEs
537
+ - **NPM Package**: Fixed issue where `README.md` was missing from the npm package
538
+ - Updated build scripts to ensure `README.md` is correctly included in the distribution
539
+ - Ensures proper documentation rendering on npmjs.com
540
+
541
+ ### Changed
542
+
543
+ - **Version Update**: Updated to version 1.9.25
544
+
545
+ ## [1.9.23] - 2025-12-15
546
+
547
+ ### Fixed
548
+
549
+ - **Signal Forms Dirty State Tracking (Issue #112)**: Fixed issue where Angular Signal Forms were not being marked as dirty when date values changed through the `[field]` binding
550
+ - Improved `updateFieldFromInternal()` method to always prefer `setValue()` and `updateValue()` methods over direct signal mutation
551
+ - Added dev mode warnings when falling back to direct signal mutation, which may bypass dirty state tracking
552
+ - Enhanced error handling to track which update method succeeded and provide better diagnostics
553
+ - The datepicker now properly marks forms as dirty when using `[field]` binding with Angular 21+ Signal Forms
554
+ - Added comprehensive test coverage for Signal Forms dirty state tracking
555
+ - Updated documentation with detailed guidance on proper usage patterns and troubleshooting
556
+ - Resolves [#112](https://github.com/NGXSMK/ngxsmk-datepicker/issues/112)
557
+
558
+ - **CSS Variables Theming (Issue #84)**: Fixed issue where CSS variables theming was not working when variables were defined in the global `:root` selector
559
+ - Enhanced CSS selector from `:root` to `:root, :root > body` for higher specificity
560
+ - Added `!important` flags to inline styles to ensure they override existing styles
561
+ - ThemeBuilderService now properly overrides global stylesheet variables
562
+ - Updated documentation to explain the fix and provide guidance
563
+ - Resolves [#84](https://github.com/NGXSMK/ngxsmk-datepicker/issues/84)
564
+
565
+ ### Changed
566
+
567
+ - **Version Update**: Updated to version 1.9.23
568
+
569
+ ## [1.9.22] - 2025-12-14
570
+
571
+ ### Fixed
572
+
573
+ - **Form Control Value Initialization**: Fixed issue where datepicker was not properly updating the displayed month when initialized with form control values
574
+ - Added `_updateMemoSignals()` call in `writeValue()` method to ensure month/year signals are properly updated
575
+ - Added `scheduleChangeDetection()` to trigger UI updates when form control values are set
576
+ - Ensures datepicker correctly displays the month from form control values instead of defaulting to current month
577
+ - Resolves issue where demo app datepickers were showing December instead of the correct month from form control values
578
+ - Fixes calendar month display when using Reactive Forms with initial values
579
+
580
+ - **Locale Week Start Detection**: Fixed `getFirstDayOfWeek()` function to properly return 1 for en-GB locale
581
+ - Added fallback logic for locales where `Intl.Locale.weekInfo` is not available (older browsers/environments)
582
+ - Implemented locale-based mapping for common locales (en-GB, en-AU, en-NZ, and most European locales return 1 for Monday)
583
+ - Now correctly returns Monday (1) for en-GB and other European locales
584
+ - Maintains backward compatibility with en-US and other locales that use Sunday (0) as first day
585
+ - All calendar utils tests now passing (19/19 tests)
586
+
587
+ ### Changed
588
+
589
+ - **Version Update**: Updated to version 1.9.22
590
+
591
+ ## [1.9.21] - 2025-12-10
592
+
593
+ ### Added
594
+
595
+ - **Mobile-Specific Features**: Comprehensive mobile optimization and native integration
596
+ - Native date picker integration with `useNativePicker` input for automatic native picker on mobile devices
597
+ - Bottom sheet modal style with swipe-to-dismiss gesture support
598
+ - Mobile-optimized time picker with enhanced touch interactions
599
+ - Enhanced gesture support: double-tap on today to select, swipe up/down for year navigation
600
+ - Haptic feedback support with `enableHapticFeedback` input (light, medium, heavy vibrations)
601
+ - Mobile keyboard optimizations for better input experience
602
+ - Mobile-specific animations and transitions
603
+ - Auto-detection of mobile devices with `autoDetectMobile` input
604
+ - Mobile modal styles: `bottom-sheet`, `center`, and `fullscreen` options
605
+
606
+ - **Advanced Selection Modes**: Extended selection capabilities beyond single/range/multiple
607
+ - Week selection mode: Select entire weeks with configurable week start day
608
+ - Month selection mode: Select entire months with start/end dates
609
+ - Quarter selection mode: Select quarters (Q1, Q2, Q3, Q4) with proper date ranges
610
+ - Year selection mode: Select entire years with January 1st to December 31st ranges
611
+ - All new modes work seamlessly with existing validation, constraints, and formatting
612
+
613
+ - **Enhanced Time Selection**: Improved time picker functionality
614
+ - Seconds selection with `showSeconds` input and `secondInterval` configuration
615
+ - `currentSecond` property for programmatic second control
616
+ - Infrastructure for time range selection (future enhancement)
617
+
618
+ - **Code Refactoring**: Improved maintainability and performance
619
+ - `CalendarGenerationService`: Extracted calendar generation logic for better separation of concerns
620
+ - `DisplayFormattingService`: Centralized display formatting logic with support for all selection modes
621
+ - `DateValidationService`: Extracted date validation logic for reusable validation across components
622
+ - Reduced main component size and complexity
623
+ - Improved code organization and testability
624
+
625
+ - **Accessibility Enhancements**: Improved screen reader and keyboard navigation
626
+ - Enhanced ARIA live region announcements with debouncing and queue management
627
+ - Improved focus trap management with proper focus return on close
628
+ - Better screen reader support for all new selection modes
629
+ - High contrast mode styling improvements
630
+
631
+ - **Performance Optimizations**: Infrastructure for better performance
632
+ - Virtual scrolling infrastructure for year/decade views (ready for future implementation)
633
+ - Lazy loading calendar months with intelligent caching (up to 24 months)
634
+ - Calendar month cache with automatic size management
635
+ - Preloading of adjacent months for smoother navigation
636
+
637
+ - **Test Coverage**: Comprehensive test suite updates
638
+ - New service tests: `CalendarGenerationService`, `DisplayFormattingService`, `DateValidationService`
639
+ - Updated comprehensive component tests with new selection modes
640
+ - Updated utility function tests for week/month/quarter/year helpers
641
+ - Updated E2E tests for mobile features and new selection modes
642
+ - All 414 tests passing with improved coverage
643
+
644
+ ### Changed
645
+
646
+ - **Version Update**: Updated to version 1.9.21
647
+ - **Hooks Interface**: Extended hooks interface to support new selection modes (`week`, `month`, `quarter`, `year`)
648
+ - **Type Definitions**: Updated `DatepickerValue` type to explicitly handle range mode with `[Date, Date | null]`
649
+ - **Service Architecture**: Refactored component to use new services for better maintainability
650
+
651
+ ### Fixed
652
+
653
+ - **Angular 21 Signal Forms Integration (Issue #80)**: Fixed broken `[field]` input binding with Angular 21 Signal Forms
654
+ - Improved signal detection in `readFieldValue()` to handle Angular 21's `FieldTree<Date, string>` structure
655
+ - Enhanced effect setup to properly track Signal Forms dependencies when `field.value` is a function returning a signal
656
+ - Fixed `updateFieldFromInternal()` to handle cases where `field.value` is a function that returns a writable signal
657
+ - Now correctly handles Angular 21 Signal Forms where `field.value` is a function that returns the actual signal
658
+ - Resolves [#80](https://github.com/NGXSMK/ngxsmk-datepicker/issues/80)
659
+ - **Build Issues**: Fixed TypeScript compilation errors related to strict null checks
660
+ - **Test Failures**: Fixed async timing issues in AriaLiveService tests
661
+ - **Calendar Generation**: Fixed structural issues in calendar generation method
662
+ - **Type Safety**: Improved type safety with explicit null checks and proper type definitions
663
+
664
+ ### Migration Notes
665
+
666
+ - This is a patch version update
667
+ - No breaking changes from v1.9.20
668
+ - All changes are backward compatible
669
+ - Compatible with Angular 17-22
670
+ - New features are opt-in and don't affect existing implementations
671
+ - Mobile features automatically detect mobile devices but can be disabled with `autoDetectMobile="false"`
672
+ - New selection modes extend existing `mode` input with additional options
673
+
674
+ ## [1.9.20] - 2025-12-06
675
+
676
+ ### Fixed
677
+
678
+ - **Test Environment Compatibility (Issue #71)**: Fixed `TypeError: window.matchMedia is not a function` error in test environments (jsdom/Vitest)
679
+ - Added try-catch block around `window.matchMedia` call in `applyAnimationConfig()` method
680
+ - Component now gracefully handles missing `matchMedia` API in test environments
681
+ - Prevents test failures when running with Vitest and jsdom
682
+ - Added comprehensive test coverage for `matchMedia` compatibility scenarios
683
+
684
+ ### Changed
685
+
686
+ - **Version Update**: Updated to version 1.9.20
687
+
688
+ ### Migration Notes
689
+
690
+ - This is a patch version update
691
+ - No breaking changes from v1.9.19
692
+ - All changes are backward compatible
693
+ - Compatible with Angular 17-22
694
+ - Fixes test compatibility issues with Vitest and jsdom environments
695
+
696
+ ## [1.9.19] - 2025-01-15
697
+
698
+ ### Added
699
+
700
+ - **Comprehensive Responsive Layout Redesign**: Complete redesign of demo project layout for all screen sizes
701
+ - Redesigned navbar for all breakpoints (320px-374px, 375px-479px, 480px-599px, 600px-767px, 768px-1023px, 1024px+)
702
+ - Enhanced sidebar navigation with mobile drawer, tablet collapsible, and desktop fixed layouts
703
+ - Responsive hero section with adaptive typography and button layouts
704
+ - Feature grid responsive design (1 column → 2 columns → 3 columns → 4 columns)
705
+ - Optimized content sections with responsive padding, typography, and spacing
706
+ - Improved example demo containers, code blocks, mobile preview containers, and result boxes
707
+ - Better touch targets and visual hierarchy across all breakpoints
708
+
709
+ ### Changed
710
+
711
+ - **Version Update**: Updated to version 1.9.19
712
+ - **Meta Tag Update**: Replaced deprecated `apple-mobile-web-app-capable` with `mobile-web-app-capable`
713
+ - **Code Cleanup**: Removed unnecessary comments from SCSS files for cleaner codebase
714
+
715
+ ### Migration Notes
716
+
717
+ - This is a patch version update
718
+ - No breaking changes from v1.9.18
719
+ - All changes are backward compatible
720
+ - Compatible with Angular 17-22
721
+ - Demo project layout improvements are automatic and require no code changes
722
+
723
+ ## [1.9.18] - 2025-11-22
724
+
725
+ ### Fixed
726
+
727
+ - **Mobile Touch Event Handling**: Improved touch listener attachment when calendar opens on mobile devices
728
+ - Touch listeners now properly attach when calendar first opens, eliminating the need to navigate months first
729
+ - Added retry mechanism with multiple attempts to ensure listeners are attached even on slower mobile devices
730
+ - Improved timing with double `requestAnimationFrame` calls and multiple retry strategies
731
+ - Enhanced mobile rendering timing to handle DOM delays
732
+
733
+ ### Changed
734
+
735
+ - **Version Update**: Updated to version 1.9.18
736
+
737
+ ### Migration Notes
738
+
739
+ - This is a patch version update
740
+ - No breaking changes from v1.9.17
741
+ - All changes are backward compatible
742
+ - Compatible with Angular 17-22
743
+ - Improved mobile experience with better touch event handling
744
+
745
+ ## [1.9.17] - 2025-11-21
746
+
747
+ ### Added
748
+
749
+ - **Calendar Button Visibility Control**: Added `showCalendarButton` input property to show/hide the calendar icon button
750
+ - Defaults to `true` for backward compatibility
751
+ - When set to `false`, users can still open the calendar by clicking the input field
752
+ - Useful for custom UI designs or when using `allowTyping` with custom calendar triggers
753
+ - **Calendar Button Styling**: Added `calendarBtn` to `DatepickerClasses` for custom styling of the calendar button
754
+
755
+ ### Changed
756
+
757
+ - **Version Update**: Updated to version 1.9.17
758
+ - **Type Compatibility**: Updated `SignalFormField` type to be fully compatible with Angular 21's `FieldTree<Date, string>` types
759
+
760
+ ### Migration Notes
761
+
762
+ - This is a patch version update
763
+ - No breaking changes from v1.9.16
764
+ - All changes are backward compatible
765
+ - Compatible with Angular 17-22
766
+ - The calendar button is visible by default (`showCalendarButton="true"`), existing behavior unchanged
767
+
768
+ ## [1.9.16] - 2025-11-20
769
+
770
+ ### Fixed
771
+
772
+ - **Range Mode Previous Month Selection**: Fixed issue where users could not select dates from previous months in range mode when starting with `{ start: null, end: null }`
773
+ - Added memo cache invalidation before calendar generation when clicking dates from previous/next months in range mode
774
+ - Fixed issue where clicking dates from previous months would navigate but memoized functions would use stale month/year values
775
+ - Now properly invalidates memo cache in single, range, and multiple modes when navigating to different months via date clicks
776
+ - Users can now select dates from previous months in range mode without issues, allowing proper range selection across month boundaries
777
+
778
+ ### Changed
779
+
780
+ - **Version Update**: Updated to version 1.9.16
781
+ - **Angular 21 Support**: Updated dependencies and peer dependencies to support Angular 21 (officially released)
782
+ - Updated devDependencies to Angular 21.0.0
783
+ - Updated peer dependencies to support Angular 17-22 (`>=17.0.0 <24.0.0`)
784
+ - Full compatibility with Angular 21 including Signal Forms support
785
+ - **Signal Forms**: Full support for Angular 21 Signal Forms with `[field]` input binding (experimental feature)
786
+ - **Zoneless by Default**: Compatible with Angular 21 applications that don't include Zone.js by default
787
+ - **Vitest Compatible**: Works with Angular 21's new default Vitest test runner (library tests use Karma/Jasmine, but library is compatible with Vitest-based apps)
788
+ - **Angular Aria Compatible**: Built-in ARIA support works alongside Angular Aria components (uses custom AriaLiveService for screen reader announcements)
789
+
790
+ ### Migration Notes
791
+
792
+ - This is a patch version update with bug fixes and Angular 21 support
793
+ - No breaking changes from v1.9.15
794
+ - All fixes are backward compatible
795
+ - Compatible with Angular 17-22 (including officially released Angular 21)
796
+
797
+ ## [1.9.15] - 2025-11-20
798
+
799
+ ### Fixed
800
+
801
+ - **Moment Object Binding with ngModel**: Fixed issue where Moment.js objects passed via `[(ngModel)]` were not binding correctly with the datepicker
802
+ - Updated `writeValue()` method to normalize Moment.js objects before passing to `initializeValue()`
803
+ - Ensures Moment.js objects (including those with `utcOffset()` applied) are properly converted to Date objects when binding with template-driven forms
804
+ - Now correctly handles `moment(response.Date).utcOffset(timezone)` when setting via ngModel
805
+ - **Date Clicks After Month Navigation**: Fixed issue where dates became unclickable after navigating backward or forward months
806
+ - Updated `isDateDisabledMemo` getter to properly invalidate cached memoized function when month/year changes
807
+ - Added month/year change detection to ensure disabled date cache is refreshed after navigation
808
+ - Dates in previous/next months are now properly clickable without needing to close and reopen the datepicker
809
+ - **Range Mode Previous Month Selection**: Fixed issue where users could not select dates from previous months in range mode when starting with `{ start: null, end: null }`
810
+ - Added memo cache invalidation before calendar generation when clicking dates from previous/next months in range mode
811
+ - Fixed issue where clicking dates from previous months would navigate but memoized functions would use stale month/year values
812
+ - Now properly invalidates memo cache in single, range, and multiple modes when navigating to different months via date clicks
813
+ - Users can now select dates from previous months in range mode without issues, allowing proper range selection across month boundaries
814
+
815
+ ### Changed
816
+
817
+ - **Version Update**: Updated to version 1.9.15
818
+
819
+ ### Migration Notes
820
+
821
+ - This is a patch version update with bug fixes only
822
+ - No breaking changes from v1.9.14
823
+ - All fixes are backward compatible
824
+ - Compatible with Angular 17 and up versions
825
+
826
+ ## [1.9.14] - 2025-11-20
827
+
828
+ ### Fixed
829
+
830
+ - **Date Picker Selection Issue**: Fixed issue where date picker was not working properly when selecting dates, especially in range mode
831
+ - Added proper change detection scheduling when setting start date in range mode
832
+ - Added memo cache invalidation to ensure UI updates correctly reflect selected dates
833
+ - Fixed UI not updating when only start date is selected in range mode
834
+ - Dates now properly show as selected and calendar updates correctly in all selection modes
835
+ - **Moment.js Timezone Offset Preservation**: Fixed issue where Moment.js objects with timezone offsets (e.g., `moment().utcOffset('-0600')`) were not preserving the timezone offset when converted to Date objects
836
+ - Added `momentToDate()` method that detects and preserves timezone offsets from Moment.js objects
837
+ - Uses moment's `format('YYYY-MM-DDTHH:mm:ss.SSSZ')` to preserve offset information
838
+ - Now correctly handles `moment().utcOffset('-0600')` without requiring `toDate()` which loses timezone information
839
+ - Works for single dates, range values, and array of dates
840
+
841
+ ### Changed
842
+
843
+ - **Version Update**: Updated to version 1.9.14
844
+
845
+ ### Migration Notes
846
+
847
+ - This is a patch version update with bug fixes only
848
+ - No breaking changes from v1.9.13
849
+ - All fixes are backward compatible
850
+
851
+ ## [1.9.13] - 2025-11-19
852
+
853
+ ### Fixed
854
+
855
+ - **valueChange Event Bug**: Fixed issue where `(valueChange)` event was emitting `null` instead of the date value for range mode when using template-driven forms with `[(ngModel)]`
856
+ - Changed `emitValue` method to use `_normalizeValue()` instead of `_normalizeDate()` to properly handle range objects `{ start: Date, end: Date }`
857
+ - Now correctly emits date values for all modes (single, range, multiple)
858
+ - **Range Mode Date Selection**: Fixed issue where dates became disabled/unclickable after navigating to previous or next months in range mode
859
+ - Updated `changeMonth()` method to properly update month/year signals when navigating
860
+ - Fixed `onDateClick()` for all modes (single, range, multiple) to update signals when clicking dates in different months
861
+ - Fixed `onYearClick()`, `onYearSelectChange()`, and `onDecadeClick()` to update signals
862
+ - Ensures memoized `isDateDisabledMemo` function uses correct month/year values after navigation
863
+ - Dates in previous/next months are now properly selectable without needing to close and reopen the datepicker
864
+ - **Moment.js Object Handling**: Fixed issue where Moment.js objects in range values and arrays were not being properly normalized
865
+ - Enhanced `_normalizeValue()` method to explicitly detect and convert Moment.js objects in range objects (`{ start, end }`)
866
+ - Enhanced array value normalization to properly handle Moment.js objects in multiple date selections
867
+ - Ensures Moment.js objects are correctly converted to Date objects before emission in `valueChange` event
868
+
869
+ ### Changed
870
+
871
+ - **Version Update**: Updated to version 1.9.13
872
+
873
+ ### Migration Notes
874
+
875
+ - This is a patch version update with bug fixes only
876
+ - No breaking changes from v1.9.12
877
+ - All fixes are backward compatible
878
+
879
+ ## [1.9.12] - 2025-11-19
880
+
881
+ ### Added
882
+
883
+ - **SEO Optimization**: Comprehensive search engine optimization improvements
884
+ - Enhanced meta tags with expanded keywords, geo-location, and Apple mobile web app tags
885
+ - Complete Open Graph implementation for social media sharing (Facebook, LinkedIn)
886
+ - Enhanced Twitter Card metadata with additional labels and image alt text
887
+ - Multi-locale Open Graph support (en_US, es_ES, fr_FR, de_DE)
888
+ - Structured data (Schema.org) with SoftwareApplication, WebPage, and HowTo schemas
889
+ - robots.txt file with proper crawl directives and sitemap reference
890
+ - sitemap.xml with all important pages, priorities, and change frequencies
891
+ - SEO documentation guide (docs/SEO.md) with best practices and monitoring recommendations
892
+ - **Package Keywords Expansion**: Expanded npm package keywords from 14 to 38 keywords
893
+ - Added keywords for features (signal-forms, SSR, zoneless, accessibility)
894
+ - Added keywords for use cases (date-picker, time-picker, holiday-calendar)
895
+ - Added keywords for qualities (lightweight, customizable, open-source, MIT)
896
+ - Improved discoverability on npm and search engines
897
+ - **README SEO Enhancements**: Added downloads badge and expanded SEO keywords section
898
+ - More comprehensive keyword coverage for better search visibility
899
+ - Enhanced description with additional relevant terms
900
+
901
+ ### Changed
902
+
903
+ - **Version Update**: Updated to version 1.9.12
904
+ - **Multi-Calendar Spacing**: Increased gap between multiple calendars from 16px to 32px for better visual separation
905
+ - Applied to horizontal, vertical, and auto layouts
906
+ - Improved spacing consistency across all multi-calendar configurations
907
+ - **Multi-Calendar Container Sizing**: Enhanced container width handling for multi-calendar layouts
908
+ - Changed from fixed `width: 100%` to `width: fit-content` for better content fitting
909
+ - Increased max-width from 1200px to 1400px to accommodate more calendars
910
+ - Containers now properly expand to fit all calendars without overlapping
911
+ - **Demo App Select Inputs**: Enhanced styling for all select inputs in the demo application
912
+ - Custom dropdown arrow icons with theme-aware colors
913
+ - Improved hover and focus states with smooth transitions
914
+ - Better visual consistency with the overall design system
915
+ - Full dark theme support
916
+ - **Build Configuration**: Updated angular.json to include SEO files in build output
917
+ - robots.txt and sitemap.xml now properly copied to build root
918
+ - Files accessible at site root for search engine crawlers
919
+
920
+ ### Removed
921
+
922
+ - **Demo App Sections**: Removed "2 Calendars Side-by-Side" and "3 Calendars Side-by-Side" demo sections
923
+ - Cleaned up unused TypeScript variables (`multiCalendarRange2`, `multiCalendarSingle3`)
924
+
925
+ ### Fixed
926
+
927
+ - **Multi-Calendar Overlapping**: Fixed issue where multiple calendars would overlap when displayed side-by-side
928
+ - Added proper `box-sizing: border-box` to calendar months
929
+ - Reduced container padding for multi-calendar layouts to provide more space
930
+ - Ensured containers expand to fit content with proper gap spacing
931
+ - **Test Suite**: Fixed TypeScript compilation error in issue-33.spec.ts
932
+ - Fixed undefined `dayNumbers` variable in test assertion
933
+ - Added proper day number collection for debugging when test fails
934
+ - Improved test error messages with actual day numbers found
935
+
936
+ ### Migration Notes
937
+
938
+ - This is a minor version update with backward compatibility
939
+ - No breaking changes from v1.9.11
940
+ - SEO improvements are automatic and require no code changes
941
+ - See [MIGRATION.md](MIGRATION.md) for detailed migration guide
942
+ - See [docs/SEO.md](projects/ngxsmk-datepicker/docs/SEO.md) for SEO best practices
943
+
944
+ ## [1.9.11] - 2025-11-17
945
+
946
+ ### Fixed
947
+
948
+ - **Moment.js Integration with Custom Formats**: Fixed critical issue where Moment.js objects with custom date formats would not populate correctly
949
+ - Added `isMomentObject()` helper method to safely detect Moment.js instances
950
+ - Enhanced `_normalizeValue()` method to handle Moment.js objects directly by extracting native Date using `.toDate()`
951
+ - Improved `parseCustomDateString()` method to use bracket notation for TypeScript compatibility with dynamic object properties
952
+ - Added comprehensive support for format tokens: YYYY, YY, MM, M, DD, D, hh, h, HH, H, mm, m, ss, s, a, A
953
+ - Resolves issue where `moment(this.date).utcOffset(timezone).format('MM/DD/YYYY hh:mm a')` with `displayFormat="MM/DD/YYYY hh:mm a"` would not populate correctly
954
+ - Maintains full backward compatibility with Date objects, strings, and all other supported formats
955
+
956
+ ### Improved
957
+
958
+ - **Custom Format Parser**: Enhanced format token parsing with better TypeScript compatibility
959
+ - **Moment.js Detection**: More robust detection of Moment.js objects across different versions
960
+ - **Demo Application**: Added working Moment.js integration example with interactive controls
961
+
962
+ ## [1.9.10] - 2025-11-15
963
+
964
+ ### Changed
965
+
966
+ - **Version Update**: Updated to version 1.9.10
967
+
968
+ ### Fixed
969
+
970
+ - **Async Database Value Loading**: Enhanced datepicker to properly handle database values that load asynchronously after component initialization
971
+ - Added fallback sync mechanism in `ngAfterViewInit` to catch async database loads
972
+ - Added delayed sync checks in `ngOnInit`, `ngOnChanges`, and `ngAfterViewInit` to handle field value changes that occur after component initialization
973
+ - Added sync on calendar open, focus events, and touch events to ensure values are populated
974
+ - Extended interval sync duration to 30 seconds (from 10 seconds) with 100ms check intervals
975
+ - Ensures datepicker properly displays database values even when they load after the component is rendered
976
+ - **TypeScript Compilation Error**: Fixed `EffectRef` type error when using Angular 17+ `effect()` API
977
+ - Changed `_fieldEffectDestroy: (() => void) | null` to `_fieldEffectRef: EffectRef | null`
978
+ - Updated effect cleanup to use `effectRef.destroy()` instead of function call
979
+ - Added proper `EffectRef` import from `@angular/core`
980
+ - **Test Configuration**: Fixed test configuration for Angular 17+ compatibility
981
+ - Updated karma configuration to work with `@angular/build:karma` builder
982
+ - Simplified karma.conf.js to remove deprecated plugins
983
+ - Updated test script to target correct project
984
+
985
+ ### Improved
986
+
987
+ - **Async Value Handling**: Improved handling of field values that change asynchronously
988
+ - **Effect Management**: Proper effect lifecycle management with `EffectRef` for correct cleanup
989
+ - **Code Cleanup**: Removed unnecessary comments for cleaner codebase
990
+ - **Test Reliability**: Enhanced test configuration for better reliability across Angular versions
991
+
992
+ ## [1.9.9] - 2025-11-15
993
+
994
+ ### Changed
995
+
996
+ - **Version Update**: Updated to version 1.9.9
997
+
998
+ ### Fixed
999
+
1000
+ - **Database Value Population**: Fixed critical issue where datepicker would not populate with values from database when using `[field]` input binding
1001
+ - Added `_normalizeValue()` helper method to properly handle all value types (Date objects, strings, range objects, arrays)
1002
+ - Updated field effect and related methods to use `_normalizeValue()` instead of `_normalizeDate()` which only handled single dates
1003
+ - Fixed issue where string dates from database (common scenario) were not being parsed and displayed correctly
1004
+ - Now properly handles Date objects, string dates, range objects `{start: Date, end: Date}`, and arrays of dates
1005
+
1006
+ ### Improved
1007
+
1008
+ - **Value Normalization**: Improved value normalization to handle all DatepickerValue types consistently
1009
+ - **Database Integration**: Enhanced compatibility with database values in various formats (strings, Date objects, etc.)
1010
+
1011
+ ## [1.9.8] - 2025-11-14
1012
+
1013
+ ### Changed
1014
+
1015
+ - **Version Update**: Updated to version 1.9.8
1016
+
1017
+ ### Fixed
1018
+
1019
+ - **Date Selection Reset Issue**: Fixed critical bug where selected dates would reset to today's date when using `[field]` input binding
1020
+ - Fixed `applyCurrentTime` to create a new Date object instead of mutating the original, preventing reference issues
1021
+ - Added `_isUpdatingFromInternal` flag to prevent field effect from resetting the value when updating internally
1022
+ - This ensures selected dates are properly stored in the form field instead of being reset to today
1023
+
1024
+ ### Improved
1025
+
1026
+ - **Date Mutation Prevention**: Improved date handling to prevent unintended mutations of date objects
1027
+ - **Field Update Stability**: Enhanced field binding stability to prevent value resets during internal updates
1028
+
1029
+ ## [1.9.7] - 2025-11-14
1030
+
1031
+ ### Changed
1032
+
1033
+ - **Version Update**: Updated to version 1.9.7
1034
+
1035
+ ### Fixed
1036
+
1037
+ - **Calendar Population**: Fixed critical issue where datepicker calendar would not populate with dates when opened, especially when multiple datepickers were present in the same form
1038
+ - **Calendar Generation**: Ensured `generateCalendar()` is called when opening the datepicker via click, touch, or programmatic methods
1039
+
1040
+ ### Improved
1041
+
1042
+ - **Calendar Initialization**: Improved calendar initialization to ensure dates are always generated before the calendar becomes visible
1043
+
1044
+ ## [1.9.6] - 2025-11-14
1045
+
1046
+ ### Changed
1047
+
1048
+ - **Version Update**: Updated to version 1.9.6
1049
+
1050
+ ### Fixed
1051
+
1052
+ - **Multiple Datepicker Management**: Fixed issue where multiple datepickers in the same form would open in the same centered location
1053
+ - **Outside Click Detection**: Improved click detection to properly close datepicker when clicking outside the popover and input field
1054
+ - **Auto-close Other Datepickers**: When opening a datepicker, all other open datepickers in the same form are now automatically closed
1055
+ - **Mobile Datepicker Opening**: Fixed issue where datepicker modal would not open on mobile screens
1056
+ - **Datepicker Closing on Mobile**: Fixed issue where datepicker would open and immediately disappear on mobile devices
1057
+ - **Select Box Cursor**: Added pointer cursor to all select boxes (month, year, hour, minute, AM/PM) in the datepicker
1058
+
1059
+ ### Improved
1060
+
1061
+ - **Document Click Handler**: Enhanced document click handler to check if clicks are inside the popover container, not just the input group
1062
+ - **Touch Event Handling**: Improved touch event handling to prevent premature closing on mobile devices
1063
+ - **Instance Management**: Added static instance registry to track all datepicker instances for better coordination
1064
+
1065
+ ## [1.9.5] - 2025-11-14
1066
+
1067
+ ### Changed
1068
+
1069
+ - **Version Update**: Updated to version 1.9.5
1070
+
1071
+ ### Fixed
1072
+
1073
+ - **Angular 21+ Signal Forms Type Compatibility**: Fixed TypeScript compilation error with Angular 21+ Signal Forms
1074
+ - Fixed `Type '() => string' is not assignable to type 'never'` error when using `[field]` input
1075
+ - Updated `SignalFormField` type definition to be compatible with Angular 21's `FieldTree<Date, string>` types
1076
+ - Maintains backward compatibility with Angular 17-20 where field input is optional
1077
+ - Resolves [#33](https://github.com/NGXSMK/ngxsmk-datepicker/issues/33)
1078
+
1079
+ ## [1.9.4] - 2025-11-14
1080
+
1081
+ ### Changed
1082
+
1083
+ - **Version Update**: Updated to version 1.9.4
1084
+
1085
+ ### Added
1086
+
1087
+ - **Custom Date Format**: New `[displayFormat]` input property to display dates in custom formats
1088
+ - Supports format strings like "MM/DD/YYYY hh:mm A"
1089
+ - Works with date adapters (date-fns, dayjs, luxon) or built-in simple formatter
1090
+ - Supports common format tokens: YYYY, MM, DD, hh, mm, A, etc.
1091
+ - Resolves [#31](https://github.com/NGXSMK/ngxsmk-datepicker/issues/31)
1092
+
1093
+ ### Fixed
1094
+
1095
+ - **Time Selection Dropdowns**: Fixed visibility issues with time selection dropdowns
1096
+ - Dropdowns now properly display and are not clipped by parent containers
1097
+ - Improved z-index handling for time selection dropdowns
1098
+ - Removed unnecessary scrollbars from datepicker wrapper
1099
+ - Fixed overflow and positioning issues in time selection context
1100
+ - Resolves [#32](https://github.com/NGXSMK/ngxsmk-datepicker/issues/32)
1101
+ - **Angular 21+ Signal Forms Type Compatibility**: Fixed TypeScript compilation error with Angular 21+ Signal Forms
1102
+ - Fixed `Type '() => string' is not assignable to type 'never'` error when using `[field]` input
1103
+ - Updated `SignalFormField` type definition to be compatible with Angular 21's `FieldTree<Date, string>` types
1104
+ - Maintains backward compatibility with Angular 17-20 where field input is optional
1105
+ - Resolves [#33](https://github.com/NGXSMK/ngxsmk-datepicker/issues/33)
1106
+
1107
+ ## [1.9.3] - 2025-11-13
1108
+
1109
+ ### Changed
1110
+
1111
+ - **Version Update**: Updated to version 1.9.3
1112
+
1113
+ ### Added
1114
+
1115
+ - **Time-Only Picker**: New `[timeOnly]` input property to display only time selection without calendar
1116
+ - Hides calendar grid and shows only time controls (hour, minute, AM/PM)
1117
+ - Automatically enables `showTime` when `timeOnly` is true
1118
+ - Perfect for time selection scenarios where date is not needed
1119
+ - Value is still a Date object using today's date with selected time
1120
+ - Placeholder automatically changes to "Select Time" in time-only mode
1121
+ - Resolves [#29](https://github.com/NGXSMK/ngxsmk-datepicker/issues/29)
1122
+ - **Modern Demo App UI**: Complete redesign of the demo application
1123
+ - Modern navbar with glassmorphism effects, search functionality, and improved theme toggle
1124
+ - Redesigned sidebar with gradient backgrounds, smooth animations, and visual indicators
1125
+ - Enhanced icon sizes and better visual hierarchy
1126
+ - Improved responsive design with better mobile experience
1127
+ - Automatic system theme detection (dark/light mode preference)
1128
+ - Gradient accents, shadows, and modern design patterns throughout
1129
+
1130
+ ### Fixed
1131
+
1132
+ - **Test Suite**: Fixed 25+ failing tests across multiple test files
1133
+ - **Date Utils Tests**: Fixed `normalizeDate` comparison to use `.toEqual()` instead of `.toBe()` and corrected invalid date handling
1134
+ - **Calendar Utils Tests**: Updated `generateMonthOptions` to include required year parameter, fixed `generateTimeOptions` to match new return type (object with `hourOptions`/`minuteOptions`), fixed `generateDecadeGrid` expectations, updated `processDateRanges` to match new return type (object instead of array)
1135
+ - **Timezone Utils Tests**: Updated `formatDateWithTimezone` calls to match new signature (locale, options, timezone)
1136
+ - **Edge Cases Tests**: Fixed `update12HourState` to check component properties instead of return value, changed `previewEndDate` to `hoveredDate`, fixed date validation and normalization expectations, corrected `applyCurrentTime` to use `currentDisplayHour` and `isPm`, fixed touch event mocks, added change detection for calendar toggle, corrected `isDateDisabled` null handling
1137
+ - **Adapters Tests**: Fixed date normalization expectations to match actual behavior
1138
+ - **Performance Utils Tests**: Changed array comparison to use `.toEqual()` instead of `.toBe()` for cached results
1139
+ - **RTL Tests**: Fixed RTL detection from locale and document direction by properly setting document direction in tests
1140
+ - **Touch Gestures Tests**: Fixed swipe handling by creating proper array-like TouchList mock that supports both `item()` and `[0]` indexing
1141
+ - **Calendar Views Tests**: Fixed time slider tests to initialize dates and sliders correctly, fixed timeline generation test to call `generateTimeline()` directly
1142
+ - **Recurring Dates Utils Tests**: Fixed pattern matching test to use correct date (Jan 6 is Monday, not Jan 8)
1143
+ - All 353 tests now pass successfully
1144
+
1145
+ ## [1.9.2] - 2025-11-12
1146
+
1147
+ ### Changed
1148
+
1149
+ - **Bundle Optimization**: Optimized bundle size with improved TypeScript compiler settings
1150
+ - Main bundle: ~127KB (source maps excluded from published package)
1151
+ - Enhanced tree-shaking with optimized imports and compiler options
1152
+ - Added `importsNotUsedAsValues: "remove"` for smaller output
1153
+ - Disabled `preserveConstEnums` for better inlining
1154
+ - **Build Process**:
1155
+ - Source maps automatically removed from production builds (saves ~127KB)
1156
+ - Improved build scripts with better error handling
1157
+ - Enhanced bundle analysis that excludes source maps
1158
+ - **Package Configuration**:
1159
+ - Fixed package.json exports to eliminate build warnings
1160
+ - Optimized `files` array to exclude unnecessary files
1161
+ - Updated exports field for better module resolution
1162
+ - **Test Configuration**:
1163
+ - Added Zone.js polyfills to library test configuration
1164
+ - Updated test commands to explicitly target library project
1165
+ - Improved test reliability across Angular versions
1166
+
1167
+ ### Fixed
1168
+
1169
+ - Test suite configuration - added missing Zone.js polyfills for library tests
1170
+ - Bundle analysis now correctly excludes source maps from size calculations
1171
+ - Build warnings from conflicting export conditions resolved
1172
+ - Source map removal script made more resilient for build environments
1173
+
1174
+ ## [1.9.1] - 2025-11-11
1175
+
1176
+ ### Fixed
1177
+
1178
+ - Minor bug fixes and improvements
1179
+
1180
+ ## [1.9.0] - 2025-11-10
1181
+
1182
+ ### Added
1183
+
1184
+ - Extension Points & Hooks system for customization
1185
+ - Enhanced keyboard shortcuts (Y, N, W keys)
1186
+ - Modern UI/UX with improved animations and responsiveness
1187
+ - API documentation with TypeDoc
1188
+ - Semantic release automation
1189
+ - Animation performance optimizations with GPU acceleration
1190
+ - Global search functionality in documentation
1191
+ - Mobile playground for responsive testing
1192
+
1193
+ ### Changed
1194
+
1195
+ - Optimized animations using `transform3d` for hardware acceleration
1196
+ - Reduced animation durations from 0.2s to 0.15s
1197
+ - Improved transition performance with specific property targeting
1198
+ - Updated documentation structure
1199
+ - Enhanced mobile responsiveness
1200
+
1201
+ ### Fixed
1202
+
1203
+ - Animation performance issues
1204
+ - Mobile responsive layout
1205
+ - Sidebar scrollbar styling
1206
+ - TypeScript warnings
1207
+
1208
+ ## [1.8.0] - 2025-11-09
1209
+
1210
+ ### Added
1211
+
1212
+ - Signal Forms support with `[field]` input for Angular 21+
1213
+ - SSR compatibility with platform checks
1214
+ - Zoneless support (works without Zone.js)
1215
+ - Immediate value initialization when `[value]` is set programmatically
1216
+ - Comprehensive documentation for Signals, Signal Forms, and SSR
1217
+ - GitHub Pages deployment automation
1218
+
1219
+ ### Changed
1220
+
1221
+ - Updated peer dependencies to support Angular 17-22 (`>=17.0.0 <24.0.0`)
1222
+ - Added `@angular/forms` as peer dependency
1223
+ - Made `zone.js` optional peer dependency
1224
+ - Enhanced `exports` field in package.json with proper types
1225
+ - Optimized imports for better tree-shaking
1226
+
1227
+ ### Fixed
1228
+
1229
+ - Issue #13: Programmatic value setting now works correctly
1230
+ - SSR compatibility: All browser APIs properly guarded
1231
+ - Value input setter now initializes immediately
1232
+
1233
+ ## [1.7.0] - Previous Release
1234
+
1235
+ _Previous changelog entries..._
1236
+
1237
+ ---
1238
+
1239
+ ## Types of Changes
1240
+
1241
+ - **Added** for new features
1242
+ - **Changed** for changes in existing functionality
1243
+ - **Deprecated** for soon-to-be removed features
1244
+ - **Removed** for now removed features
1245
+ - **Fixed** for any bug fixes
1246
+ - **Security** for vulnerability fixes