Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 42 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,48 @@
# [1.0.1](https://github.com/rtCamp/carousel-system-interactivity-api/compare/1.0.0...1.0.1) (2026-02-16)
## [1.0.1](https://github.com/rtCamp/carousel-kit/compare/v1.0.0...v1.0.1) (2026-02-20)


### Bug Fixes

* **carousel:** resolve spacing issues in loop mode where gaps were missing between last and first slide
* **carousel:** allow infinite loop in editor viewport to match frontend behavior
* **carousel:** allow infinite loop in editor viewport ([0f604a1](https://github.com/rtCamp/carousel-kit/commit/0f604a1ce7b1294a6c39505eeff4140f9718499b))
* **carousel:** resolve spacing issues in loop mode ([e8c02d8](https://github.com/rtCamp/carousel-kit/commit/e8c02d8349e419c41139315120734dd0cb21af28))
* change plugin url to github releases ([38fe671](https://github.com/rtCamp/carousel-kit/commit/38fe6716c07829ed9683eaccba83e077806cacdf))
* correct contributor's GitHub username in plugin header ([7250fe5](https://github.com/rtCamp/carousel-kit/commit/7250fe5dc1e24f7eba56a2c14a2ba55f50edd360))
* cors proxy ([d7c0afc](https://github.com/rtCamp/carousel-kit/commit/d7c0afc681cd6ce52496af24411c15a3d245c910))
* doc params ([f2abd09](https://github.com/rtCamp/carousel-kit/commit/f2abd09245b8be2dca7c5fc783b881d70d3b392d))
* exclude src from zip ([7d1cdb2](https://github.com/rtCamp/carousel-kit/commit/7d1cdb228b0750d189dea2d29d95e2fd77f42907))
* image url and slug ([df09b76](https://github.com/rtCamp/carousel-kit/commit/df09b7670c057dd6a8967ba93881ce061403cc9b))
* indent ([2224588](https://github.com/rtCamp/carousel-kit/commit/2224588f4991eee4c5d668df9ebaf381525ad1ee))
* nav menu mapping ([07468e3](https://github.com/rtCamp/carousel-kit/commit/07468e3b9c168ca3ff32d212c6edeffd90a87ae7))
* Optimize the xml file ([da32e68](https://github.com/rtCamp/carousel-kit/commit/da32e68bb83d0768fa75d691f17e975f7272f9fb))
* replace core-carousel with carousel-kit ([903736c](https://github.com/rtCamp/carousel-kit/commit/903736c569f11f6f928c150bb76b41889eef2bad))
* statically url ([3dda2ff](https://github.com/rtCamp/carousel-kit/commit/3dda2ff0c8556925075cb90200739a9bab73de08))
* unignore dist ([3734966](https://github.com/rtCamp/carousel-kit/commit/37349660a303ae20f35ad3f1922f59d024dfca13))
* update carousel patterns as per new markup update ([7bd086b](https://github.com/rtCamp/carousel-kit/commit/7bd086bfcf6b4fa31c39ee5faefbde0a7e6afd16))
* update contributors list in plugin header ([9134774](https://github.com/rtCamp/carousel-kit/commit/9134774df8d3b7feaadb7c074a0f66dfd81c3fd2))
* update demo link and contributor's GitHub username ([725304b](https://github.com/rtCamp/carousel-kit/commit/725304bb08a260ba8e4dc9b184776bbf96b786a6))
* update importWxr URL to point to the main branch ([d754d78](https://github.com/rtCamp/carousel-kit/commit/d754d784e9aee4f37d89d9bedc08e0ee06a3a60d))
* update patterns directory path in load_patterns_from_disk method ([bd804f6](https://github.com/rtCamp/carousel-kit/commit/bd804f68dfe9dfbf602330b8426790c286d85880))
* update plugin URI and requirements in header ([dde5f4c](https://github.com/rtCamp/carousel-kit/commit/dde5f4c9d876cda395d947604c12522ba0984205))
* update plugin URI and requirements in header ([b9dae50](https://github.com/rtCamp/carousel-kit/commit/b9dae50418ea5d85c5de52ae6de53cabcd900864))


### Features

* add demo images ([4126f39](https://github.com/rtCamp/carousel-kit/commit/4126f391f0de0c1f78ca45b755bc73af6cc29682))
* add GitHub Actions workflow for JavaScript and PHP tests ([33d4f0b](https://github.com/rtCamp/carousel-kit/commit/33d4f0b49f9272aacefa00b04bfc81f5d69f6d9e))
* add test infrastructure for JS and PHP ([dde75a8](https://github.com/rtCamp/carousel-kit/commit/dde75a8bd847b065dc065d9d0f6b85675cf0d9f4))
* add test infrastructure for JS and PHP ([615eb76](https://github.com/rtCamp/carousel-kit/commit/615eb76a623d9960018eed809458376eb1678b0c))
* add tests tsconfig ([6ab9931](https://github.com/rtCamp/carousel-kit/commit/6ab9931a924bb170adcd6381d8c1ba7a9d828aec))
* add WordPress Playground blueprint for interactive demo ([71c6c98](https://github.com/rtCamp/carousel-kit/commit/71c6c980120dcbe0d37fb983076d14ef40dd9f4e))
* improve demo ([d15e11a](https://github.com/rtCamp/carousel-kit/commit/d15e11a2e7dc5ec200d1c7d0c2df041e2c7f38dc))
* remove dist branch creation on release ([424c29c](https://github.com/rtCamp/carousel-kit/commit/424c29cd9b7739591cf16f0a283e1c025ae49080))
* Updated the demo setup as xml file ([9e7174f](https://github.com/rtCamp/carousel-kit/commit/9e7174f772fc27dc125f4cfada995753f8f2053f))


### Reverts

* Revert "Merge pull request #19 from rtCamp/feat/add-test-for-plugin" ([c536864](https://github.com/rtCamp/carousel-kit/commit/c53686451c1294e033f6b017b650c11aa649acfd)), closes [#19](https://github.com/rtCamp/carousel-kit/issues/19)


# 1.0.0 (2026-02-03)

Expand Down
Loading