Releases: exogee-technology/graphweaver
Version 2.17.4
What's Changed
- Fix / Introspection of entities with only single primary key by @thekevinbrown in #1822
Full Changelog: v2.17.3...v2.17.4
Version 2.17.3
What's Changed
- Fix / Misleading error message by @thekevinbrown in #1818
- Updating minio example docs by @eddiesholl in #1819
- Improvement / More Tolerant Introspection by @thekevinbrown in #1820
Full Changelog: v2.17.2...v2.17.3
Version 2.17.2
What's Changed
- Fix / Clean Filters Before Passing to Providers by @thekevinbrown in #1815
- Chore / Reduce Logging Noise by @thekevinbrown in #1817
Full Changelog: v2.17.1...v2.17.2
Version 2.17.1
Note: This release only affects our internal housekeeping and ability to publish packages. v2.17.0 and v2.17.1 are identical for people who use Graphweaver in their projects.
What's Changed
- Fix / Mark SQL Server Example as Private by @thekevinbrown in #1812
Full Changelog: v2.17.0...v2.17.1
Version 2.17.0
What's Changed
New Features
- Feature / Beta support for SQL Server by @thekevinbrown in #1809
Fixes
- Fix capitalisation error in form component by @thekevinbrown in #1808
- Implemented fixes to select component and form component by @twestos in #1810
Full Changelog: v2.16.1...v2.17.0
v2.16.1
What's Changed
Note: In this PR we also removed the limitation of only having 5 filters per entity, so now all fields are filterable unless they're explicitly marked with { adminUIOptions: { hideInFilterBar: true }}.
Full Changelog: v2.16.0...v2.16.1
Version 2.16.0
What's Changed
New Features
- Feature / Customise CSV Exports per Entity by @thekevinbrown in #1803
- Date, timezone and currency support added to field decorators by @twestos in #1805
Internal Features
- Feature: storybook setup by @twestos in #1800 (Find the storybook here: https://storybook.graphweaver.com/)
Improvements
- EXOGW-445: Throw errors when graphql-codegen fails to load a GQL document by @mackcheesman in #1801
- Resolve an error with double creation of children in certain scenarios by @twestos in #1793
- Fix / SonarQube fixes by @thekevinbrown in #1802
Full Changelog: v2.15.3...v2.16.0
Version 2.15.3
What's Changed
- Fix / Logout loop with Okta. by @thekevinbrown in #1798
Full Changelog: v2.15.2...v2.15.3
Version 2.15.2
What's Changed
Internal Improvements
- Feature / Add Additional Filter prop for RelationshipFilter component by @thekevinbrown in #1794
(While this is a new feature for this specific component, it's not a feature that's able to be leveraged yet unless you directly integrate with the Admin UI Components package, so this release is marked as a patch.)
Dependency Version Bumps
- Bump vite from 6.2.5 to 6.3.5 in /src by @dependabot in #1787
- Bump typescript from 5.8.2 to 5.8.3 in /src by @dependabot in #1772
- Bump luxon and @types/luxon in /src by @dependabot in #1773
- Bump the aws-cdk group in /src with 2 updates by @dependabot in #1778
- Bump @graphql-codegen/typescript-operations from 4.5.1 to 4.6.1 in /src by @dependabot in #1791
- Bump @types/ms from 0.7.34 to 2.1.0 in /src by @dependabot in #1741
- Bump the mikro-orm group in /src with 5 updates by @dependabot in #1763
Full Changelog: v2.15.1...v2.15.2
Version 2.15.1
What's Changed
Bug Fixes
- Exogw 444 GitHub 1725 custom query with string return type generates string return type instead by @twestos in #1788
Docs
- Switch to pnpx instead of npx by @thekevinbrown in #1783
Improvements
New Contributors
Full Changelog: v2.15.0...v2.15.1