diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..1433c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,33 @@ # Changelog + +## 1.0.0 (2025-10-10) + + +### Features + +* add `HasLinkables` interface for plugins ([23a9bf9](https://github.com/DataLinx/eclipsephp-common/commit/23a9bf96b6e8ff7461892e1f5f4e7a9ca7fca21a)) +* add `Package` and `PackageServiceProvider` foundation classes ([36d4b90](https://github.com/DataLinx/eclipsephp-common/commit/36d4b900c0b900319fcfa6faa306453e287039ad)) +* add abstract `QueueableJob` class and `JobStatus` enum ([e038c06](https://github.com/DataLinx/eclipsephp-common/commit/e038c060638bbdc56769ef66709dcaf4fc92a512)) +* add MediaGallery form field component (EC-207) ([76d9725](https://github.com/DataLinx/eclipsephp-common/commit/76d9725a8c1842ba58c84a952732ef342fb51758)) +* adding SliderColumn & moving assets to seperate file ([fd6acef](https://github.com/DataLinx/eclipsephp-common/commit/fd6acef7590863b390e7b7f6d7155c8a94cb3785)) +* extending ImageColumn with ->preview() ([5e1f651](https://github.com/DataLinx/eclipsephp-common/commit/5e1f6516022275abe69855278c248ec10d260e7c)) +* implement preview function for ImageColumn ([330c775](https://github.com/DataLinx/eclipsephp-common/commit/330c775d5e584e871d99d9abd746663dec729239)) +* implement Scout integration ([dc9efee](https://github.com/DataLinx/eclipsephp-common/commit/dc9efee62e3428f0be8865849ef8ff81e23e1bb8)) +* implement settings cluster ([bb0415d](https://github.com/DataLinx/eclipsephp-common/commit/bb0415d7432e6c1bf480772b280b97c4616ba31c)) +* implementing requested changes ([d391ae0](https://github.com/DataLinx/eclipsephp-common/commit/d391ae0873a1687397f93f42d685a7981bdfce5d)) +* introduce abstract `Plugin` foundation class for Filament integrations ([7943634](https://github.com/DataLinx/eclipsephp-common/commit/794363411d0926e1ab3b1b77601aa2834cbb559e)) +* **jobs:** improve QueueableJob class with more generic stuff ([1ad6b74](https://github.com/DataLinx/eclipsephp-common/commit/1ad6b748cdf1e9d89b03f35661d42d1428c6d770)) +* lightbox should handle both horizantal & verticall image in table & adding another reusable component here ([82dc8b1](https://github.com/DataLinx/eclipsephp-common/commit/82dc8b1443e18ea334d36ed0bbe764b071064efb)) +* move ActiveScope from core ([c6126c4](https://github.com/DataLinx/eclipsephp-common/commit/c6126c467c32f51ab0f825fedbe86a9db9fc6395)) + + +### Bug Fixes + +* failing github actions ([51824e8](https://github.com/DataLinx/eclipsephp-common/commit/51824e8eb9cf3bcfa458f818c5f12891ea652cd9)) +* fix media input component ([1176bac](https://github.com/DataLinx/eclipsephp-common/commit/1176baca7f51034c8dc20be0c2d1bd04c14bbd36)) +* fix nav menu labels ([baebf09](https://github.com/DataLinx/eclipsephp-common/commit/baebf0900c61bfd7b938df84820153edf97c2a22)) +* resolve circular dep ([3c8192a](https://github.com/DataLinx/eclipsephp-common/commit/3c8192a582832b46883f6edb8002b56ce9e38f54)) +* set plugin attributes in constructor ([cab2a69](https://github.com/DataLinx/eclipsephp-common/commit/cab2a6905c71b9940e55212d4b7e2ea538c4f647)) +* suppressing circular dep ([5b32543](https://github.com/DataLinx/eclipsephp-common/commit/5b3254368a9bc297c6a149e6df37b5ee83d23af6)) + +## Changelog