Skip to content

Commit 8de3aba

Browse files
chore(main): release 1.0.0
1 parent ab7ea38 commit 8de3aba

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
11
# Changelog
2+
3+
## 1.0.0 (2026-04-01)
4+
5+
6+
### Features
7+
8+
* add `HasLinkables` interface for plugins ([23a9bf9](https://github.com/DataLinx/eclipsephp-common/commit/23a9bf96b6e8ff7461892e1f5f4e7a9ca7fca21a))
9+
* add `Package` and `PackageServiceProvider` foundation classes ([36d4b90](https://github.com/DataLinx/eclipsephp-common/commit/36d4b900c0b900319fcfa6faa306453e287039ad))
10+
* add abstract `QueueableJob` class and `JobStatus` enum ([e038c06](https://github.com/DataLinx/eclipsephp-common/commit/e038c060638bbdc56769ef66709dcaf4fc92a512))
11+
* add MediaGallery form field component (EC-207) ([76d9725](https://github.com/DataLinx/eclipsephp-common/commit/76d9725a8c1842ba58c84a952732ef342fb51758))
12+
* adding SliderColumn & moving assets to seperate file ([fd6acef](https://github.com/DataLinx/eclipsephp-common/commit/fd6acef7590863b390e7b7f6d7155c8a94cb3785))
13+
* extending ImageColumn with ->preview() ([5e1f651](https://github.com/DataLinx/eclipsephp-common/commit/5e1f6516022275abe69855278c248ec10d260e7c))
14+
* implement preview function for ImageColumn ([330c775](https://github.com/DataLinx/eclipsephp-common/commit/330c775d5e584e871d99d9abd746663dec729239))
15+
* implement Scout integration ([dc9efee](https://github.com/DataLinx/eclipsephp-common/commit/dc9efee62e3428f0be8865849ef8ff81e23e1bb8))
16+
* implement settings cluster ([bb0415d](https://github.com/DataLinx/eclipsephp-common/commit/bb0415d7432e6c1bf480772b280b97c4616ba31c))
17+
* implementing requested changes ([d391ae0](https://github.com/DataLinx/eclipsephp-common/commit/d391ae0873a1687397f93f42d685a7981bdfce5d))
18+
* introduce abstract `Plugin` foundation class for Filament integrations ([7943634](https://github.com/DataLinx/eclipsephp-common/commit/794363411d0926e1ab3b1b77601aa2834cbb559e))
19+
* **jobs:** improve QueueableJob class with more generic stuff ([1ad6b74](https://github.com/DataLinx/eclipsephp-common/commit/1ad6b748cdf1e9d89b03f35661d42d1428c6d770))
20+
* lightbox should handle both horizantal & verticall image in table & adding another reusable component here ([82dc8b1](https://github.com/DataLinx/eclipsephp-common/commit/82dc8b1443e18ea334d36ed0bbe764b071064efb))
21+
* move ActiveScope from core ([c6126c4](https://github.com/DataLinx/eclipsephp-common/commit/c6126c467c32f51ab0f825fedbe86a9db9fc6395))
22+
23+
24+
### Bug Fixes
25+
26+
* failing github actions ([51824e8](https://github.com/DataLinx/eclipsephp-common/commit/51824e8eb9cf3bcfa458f818c5f12891ea652cd9))
27+
* fix media input component ([1176bac](https://github.com/DataLinx/eclipsephp-common/commit/1176baca7f51034c8dc20be0c2d1bd04c14bbd36))
28+
* fix nav menu labels ([baebf09](https://github.com/DataLinx/eclipsephp-common/commit/baebf0900c61bfd7b938df84820153edf97c2a22))
29+
* resolve circular dep ([3c8192a](https://github.com/DataLinx/eclipsephp-common/commit/3c8192a582832b46883f6edb8002b56ce9e38f54))
30+
* set plugin attributes in constructor ([cab2a69](https://github.com/DataLinx/eclipsephp-common/commit/cab2a6905c71b9940e55212d4b7e2ea538c4f647))
31+
* suppressing circular dep ([5b32543](https://github.com/DataLinx/eclipsephp-common/commit/5b3254368a9bc297c6a149e6df37b5ee83d23af6))
32+
33+
## Changelog

0 commit comments

Comments
 (0)