rm-image-slider 21.0.0 → 22.0.0

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,71 @@
1
+ # Changelog
2
+
3
+ All notable changes to the `rm-image-slider` library will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
+
5
+ ---
6
+
7
+ ## [22.0.0] - 2026-07-04
8
+ ### Added
9
+ - **Angular 22 Support**: Added official compatibility for Angular 22.x.
10
+ - **Dependency Upgrades**: Upgraded build toolchain to TypeScript `~6.0.3` and Angular CLI `^22.0.1`.
11
+ - **Peer Dependency Ranges**: Broadened peer dependency limits (`@angular/core: ^20.0.0 || ^26.0.0`) to provide developers with maximum integration flexibility.
12
+
13
+ ### Fixed
14
+ - Modernized unit testing utilities, transitioning setup profiles for Karma/Vitest and workspace compatibility.
15
+
16
+ ---
17
+
18
+ ## [21.0.0] - 2025-11-20
19
+ ### Added
20
+ - **GIF Animation Support**: Added native support for rendering animated GIF formats inside both the main slider and lightbox display modules.
21
+ - **Improved Build Assets**: Configured the build pipeline to properly bundle auxiliary asset files alongside the library output.
22
+
23
+ ### Fixed
24
+ - Fixed broken asset/demo path references in the documentation and README.
25
+ - Resolved build compilation warnings regarding missing assets.
26
+
27
+ ---
28
+
29
+ ## [20.0.0] - 2025-05-15
30
+ ### Added
31
+ - **Angular 20 Support**: Fully upgraded the library build output to conform to the Angular 20 standard.
32
+ - **Package Manager Optimization**: Migrated project lockfiles to `pnpm@9` for faster installation pipelines and safer dependency trees.
33
+
34
+ ---
35
+
36
+ ## [19.0.1] - 2024-11-28
37
+ ### Added
38
+ - **Angular 19 Support**: Updated peer dependency ranges and core compilers to support Angular 19 features.
39
+
40
+ ### Changed
41
+ - Expanded the library documentation with modern standalone usage instructions and code-sandbox links.
42
+
43
+ ---
44
+
45
+ ## [18.2.10] - 2024-09-12
46
+ ### Changed
47
+ - Upgraded the package dependencies and peer specifications to Angular 18.2.10.
48
+ - Enhanced rendering checks when updating lists dynamically at runtime.
49
+
50
+ ---
51
+
52
+ ## [18.1.5] - 2024-07-22
53
+ ### Fixed
54
+ - Fixed an issue with autoplay cycles running after components were unmounted.
55
+ - General bug fixes in the custom-image slider wrapper.
56
+
57
+ ---
58
+
59
+ ## [18.1.4] - 2024-07-02
60
+ ### Added
61
+ - **Modern Angular Control Flow**: Migrated all component templates from standard structural directives (`*ngIf` and `*ngFor`) to Angular 18's new native control flow syntax (`@if` and `@for`). This delivers significant runtime rendering performance boosts.
62
+ - **Angular 18 Support**: Initial upgrade step targeting the Angular 18 framework core.
63
+
64
+ ---
65
+
66
+ ## [17.1.3] - 2024-02-10
67
+ ### Added
68
+ - **Initial Stable Release**: Standard release of the standalone image & video slider for Angular 17.
69
+ - **Lightbox Overlay**: Included built-in lightbox viewer supporting keyboard-based (`ArrowLeft`/`ArrowRight`/`Escape`) navigation.
70
+ - **Multi-Format Media Support**: Out-of-the-box support for JPEG, PNG, Base64 strings, YouTube links, and native MP4 videos.
71
+ - **Touch Gesture Integration**: Implemented responsive swipe gesture tracking on mobile and tablet displays.
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025-26 Rajat
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025-26 Rajat
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.