Skip to content

Commit ffad26a

Browse files
chore(release): 1.1.0
1 parent ef59e91 commit ffad26a

File tree

3 files changed

+40
-3
lines changed

3 files changed

+40
-3
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4+
5+
## 1.1.0 (2026-01-26)
6+
7+
8+
### Added
9+
10+
* add support for alternative iconify pattern with double dash ([ef59e91](https://github.com/MMRIZE/CX3_Shared/commit/ef59e913168b6ffc160406fef7f83fb173c4a64c)), closes [#15](https://github.com/MMRIZE/CX3_Shared/issues/15)
11+
12+
13+
### Fixed
14+
15+
* handle parameterized iCal properties to prevent [object Object] display ([0e92a5b](https://github.com/MMRIZE/CX3_Shared/commit/0e92a5b7d877395f6a3accaa420c251cb104e90c))
16+
* use local date comparison for event.today flag ([e3fd4ed](https://github.com/MMRIZE/CX3_Shared/commit/e3fd4edd400e2065b31af64bc3196ef326070da9)), closes [#19](https://github.com/MMRIZE/CX3_Shared/issues/19)
17+
18+
19+
### Chores
20+
21+
* add changelog configuration and script ([e0fb10a](https://github.com/MMRIZE/CX3_Shared/commit/e0fb10a5de0deae71a9f1157c4f4a38bd2c000cf))
22+
* add ESLint configuration file ([1eddaab](https://github.com/MMRIZE/CX3_Shared/commit/1eddaabf55024c08e8267b829739b65c03334ddd))
23+
* add test setup ([9d175a6](https://github.com/MMRIZE/CX3_Shared/commit/9d175a6ed252dcf3b723a7e1b910543cfced90e1))
24+
* release 1.0.6 ([f95f2ad](https://github.com/MMRIZE/CX3_Shared/commit/f95f2ad364a3a1189ca921994debecef83773258))
25+
* release 1.0.7 ([6faf1af](https://github.com/MMRIZE/CX3_Shared/commit/6faf1af7873ea87efa626b0159f2543cdcb6eaca))
26+
* switch License file to markdown ([91b36f2](https://github.com/MMRIZE/CX3_Shared/commit/91b36f2e1b9b9486f05466a4b6ce4ad030365f95))
27+
* update devDependencies ([2df1321](https://github.com/MMRIZE/CX3_Shared/commit/2df1321b15e34f857ebce755f2588261965f976f))
28+
* update devDependencies ([12f8bf9](https://github.com/MMRIZE/CX3_Shared/commit/12f8bf9cb9de0666f6d929fa250e41eed16ae1b8))
29+
* update devDependencies ([dfb7e2e](https://github.com/MMRIZE/CX3_Shared/commit/dfb7e2e5a81dea7728d558419a03523fa605abf2))
30+
* update devDependencies ([49a4e8b](https://github.com/MMRIZE/CX3_Shared/commit/49a4e8b6ebb142729ef7ad171677ff95f63ca4f8))
31+
* update test and lint scripts in package.json ([04e7da8](https://github.com/MMRIZE/CX3_Shared/commit/04e7da8e8d0281011efd2fdb41896796711ad62d))
32+
33+
34+
### Code Refactoring
35+
36+
* break down preProcessor part and add comments for better comprehensibility ([a707d17](https://github.com/MMRIZE/CX3_Shared/commit/a707d176d63ed0eab08ec9d07f8fa32bbd2a4ea0))
37+
* replace let with const for better variable scoping ([35a1617](https://github.com/MMRIZE/CX3_Shared/commit/35a16177ab115c2acf1a9ce57e72017c83764581))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cx3_shared",
3-
"version": "1.0.7",
3+
"version": "1.1.0",
44
"description": "CX3 Shared library",
55
"main": "CX3_Shared.mjs",
66
"scripts": {

0 commit comments

Comments
 (0)