Skip to content

Releases: relaticle/custom-fields

v3.1.5

21 Apr 10:19
3a7e9c2

Choose a tag to compare

What's Changed

Other Changes

  • chore(deps): bump hono from 4.12.12 to 4.12.14 in /docs in the npm_and_yarn group across 1 directory by @dependabot[bot] in #135
  • fix: prevent duplicate resource table() invocation in InteractsWithCustomFields [3.x] by @ManukMinasyan in #140

Full Changelog: v3.1.4...v3.1.5

v3.1.4

15 Apr 17:39
21faf53

Choose a tag to compare

What's Changed

Other Changes

  • feat: configurable description maxLength and boolean required validation fix [3.x] by @ManukMinasyan in #134

Full Changelog: v3.1.3...v3.1.4

v3.1.3

14 Apr 11:02
8c40b68

Choose a tag to compare

What's Changed

Other Changes

  • feat: configurable description position for custom fields [3.x] by @ManukMinasyan in #133

Full Changelog: v3.1.2...v3.1.3

v3.1.2

10 Apr 18:24
4a48338

Choose a tag to compare

What's Changed

Other Changes

  • chore(deps): bump the npm_and_yarn group across 2 directories with 6 updates by @dependabot[bot] in #130
  • chore(deps): bump the npm_and_yarn group across 2 directories with 19 updates by @dependabot[bot] in #132
  • chore(deps): bump the npm_and_yarn group across 2 directories with 26 updates by @dependabot[bot] in #131
  • feat: currency field display consistency and constraint improvements by @ManukMinasyan in #119

Full Changelog: v3.1.1...v3.1.2

v3.1.1

30 Mar 16:53
c0816b6

Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v3.1.0...v3.1.1

2.3.7

18 Mar 09:13
b1a3955

Choose a tag to compare

What's Changed

Full Changelog: 2.3.6...2.3.7

v3.1.0

17 Mar 19:13
c23c51f

Choose a tag to compare

What's Changed

New Features

  • Model attribute conditions: Conditional field/section visibility based on model attributes (#74)
  • Section conditional visibility support

Fixes

  • Fix null dereference in normalizeValueForEvaluation
  • Replace addslashes with json_encode for JS string escaping
  • Remove duplicate docblock on getNormalizedFieldValues
  • Resolve rector issues for CI compatibility with rector 2.3.9
  • Add explicit success notification to createSection action
  • Update tests badge to correct workflow filename and branch
  • Use full URL for git ls-remote in changelog workflow

Maintenance

  • Remove Ukrainian translation for maintainability
  • Add release notes configuration for auto-generated changelogs
  • Add auto-release workflow and normalize CI naming
  • Update actions/setup-node to v6, actions/checkout to v6

Full Changelog: v3.0.14...v3.1.0

v2.3.6

17 Mar 19:05

Choose a tag to compare

What's Changed

Fixes

  • Fix: add explicit success notification to createSection action
  • Fix: update tests badge to correct workflow filename

CI

  • Add auto-release workflow and normalize CI naming
  • Remove PHPStan/Pint/Rector from 2.x CI (not supported on this branch)

Full Changelog: 2.3.5...2.3.6

1.5.25

17 Mar 19:05
281f5d2

Choose a tag to compare

Fixed

  • Allow $guarded usage with UsesCustomFields trait — only merge custom_fields into $fillable when the model explicitly defines fillable properties (#109, #110)

v3.0.14

11 Mar 12:22

Choose a tag to compare

Changes

  • fix: integrate exportTransformer in ExporterBuilder (#104)
  • fix: resolve pint 1.28 formatting in config/data.php