Statamic Builder Icon

Statamic Builder

2.0.1

January 5th, 2026

This release makes it possible to register Global sets, Navigations, Asset containers, and more, all with full support for the Statamic Eloquent Driver.

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.1.0...v2.0.0

2.0.0

January 4th, 2026

  • N/A Changelog not available.

1.1.0

November 17th, 2025

What's Changed

  • Add compatibility for Statamic v5.67.0 directory to directories property change by @Copilot in https://github.com/tdwesten/statamic-builder/pull/71

New Contributors

  • @Copilot made their first contribution in https://github.com/tdwesten/statamic-builder/pull/71

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.20...v1.1.0

1.0.20

May 24th, 2025

What's Changed

  • Foreign fieldsets by @benatoff in https://github.com/tdwesten/statamic-builder/pull/65
  • fix: ability to toggle create ability on Entries Fieldtype by @benatoff in https://github.com/tdwesten/statamic-builder/pull/60
  • Fix display name default by @tdwesten in https://github.com/tdwesten/statamic-builder/pull/66
  • fix: set displayName default value by @benatoff in https://github.com/tdwesten/statamic-builder/pull/62
  • fix: const spelling Blueprint by @benatoff in https://github.com/tdwesten/statamic-builder/pull/63

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.19...v1.0.20

1.0.19

April 17th, 2025

What's Changed

  • fix: Entries passing queryscopes value to Datastructure by @benatoff in https://github.com/tdwesten/statamic-builder/pull/58
  • Add ListableOption enum and update Field class to use it by @kgirzadas in https://github.com/tdwesten/statamic-builder/pull/56
  • fix: limit flattening depth by @kgirzadas in https://github.com/tdwesten/statamic-builder/pull/57

New Contributors

  • @benatoff made their first contribution in https://github.com/tdwesten/statamic-builder/pull/58

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.18...v1.0.19

1.0.18

April 4th, 2025

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.17...v1.0.18

1.0.17

April 4th, 2025

What's Changed

  • Include fieldsets from config/statamic/builder.php in Statamic\Facades\Fieldset::all by @tylerdak in https://github.com/tdwesten/statamic-builder/pull/47
  • Add license field by @danielbrodin in https://github.com/tdwesten/statamic-builder/pull/50
  • Fix crash when editing taxonomy blueprints by @tylerdak in https://github.com/tdwesten/statamic-builder/pull/48
  • Fix: Global Repository Can't Return Null by @tylerdak in https://github.com/tdwesten/statamic-builder/pull/53
  • fix: preserve fields order when flattening in FieldParser by @kgirzadas in https://github.com/tdwesten/statamic-builder/pull/52
  • Added collections to export by @duncan412 in https://github.com/tdwesten/statamic-builder/pull/54

New Contributors

  • @danielbrodin made their first contribution in https://github.com/tdwesten/statamic-builder/pull/50
  • @kgirzadas made their first contribution in https://github.com/tdwesten/statamic-builder/pull/52

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.15...v1.0.17

1.0.16

March 18th, 2025

What's Changed

  • Include fieldsets from config/statamic/builder.php in Statamic\Facades\Fieldset::all by @tylerdak in https://github.com/tdwesten/statamic-builder/pull/47

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.15...v1.0.16

1.0.15

March 6th, 2025

What's Changed

  • Add support for Laravel 12 by @tylerdak in https://github.com/tdwesten/statamic-builder/pull/44
  • Add support for dynamic folders by @danielbrodin in https://github.com/tdwesten/statamic-builder/pull/45

New Contributors

  • @tylerdak made their first contribution in https://github.com/tdwesten/statamic-builder/pull/44
  • @danielbrodin made their first contribution in https://github.com/tdwesten/statamic-builder/pull/45

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.14...v1.0.15

1.0.14

January 22nd, 2025

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.13...v1.0.14

Thanks @mvanpijkeren

1.0.13

January 20th, 2025

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.12...v1.0.13

1.0.12

January 10th, 2025

What's Changed

  • Fix paths to stub files in console commands by @dotninth in https://github.com/tdwesten/statamic-builder/pull/40
  • Add fields parameter to Grid constructor and initialize fields property by @evelynfredin in https://github.com/tdwesten/statamic-builder/pull/41

New Contributors

  • @dotninth made their first contribution in https://github.com/tdwesten/statamic-builder/pull/40
  • @evelynfredin made their first contribution in https://github.com/tdwesten/statamic-builder/pull/41

Huge thanks to @dotninth @evelynfredin!

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.11...v1.0.12

1.0.11

November 7th, 2024

What's Changed

  • Feature/35 php linting with pint by @tdwesten in https://github.com/tdwesten/statamic-builder/pull/36
  • Allow the creation of Sites with Builder by @BobWez98 in https://github.com/tdwesten/statamic-builder/pull/34
  • Ability to hide collections from CP by @BobWez98 in https://github.com/tdwesten/statamic-builder/pull/37
  • Remove xml tag by @Jade-GG in https://github.com/tdwesten/statamic-builder/pull/38

New Contributors

  • @Jade-GG made their first contribution in https://github.com/tdwesten/statamic-builder/pull/38

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.10...v1.0.11

1.0.10

October 30th, 2024

What's Changed

  • Allow routes to be array when using multisite by @tdwesten in https://github.com/tdwesten/statamic-builder/pull/32

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.9...v1.0.10

1.0.9

October 15th, 2024

What's Changed

  • Check for entries in the collection instead of always true check by @BobWez98 in https://github.com/tdwesten/statamic-builder/pull/28
  • Added placeholder and maxItems to dictionary field by @MatthiasvanPijkeren in https://github.com/tdwesten/statamic-builder/pull/30

New Contributors

  • @BobWez98 made their first contribution in https://github.com/tdwesten/statamic-builder/pull/28

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.8...v1.0.9

1.0.8

August 27th, 2024

What's Changed

  • Feature/add Added support for Dictionary Field @tdwesten.

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.7...v1.0.8

1.0.7

July 4th, 2024

What's Changed

  • Feature/add eloquent navs by @duncan412 in https://github.com/tdwesten/statamic-builder/pull/27
  • fix: use correct type for hidden in blueprints by @duncan412 in https://github.com/tdwesten/statamic-builder/pull/26

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.6...v1.0.7

1.0.6

May 22nd, 2024

What's Changed

  • Updated to statamic 5 and laravel 11 by @duncan412 in https://github.com/tdwesten/statamic-builder/pull/22

New Contributors

  • @duncan412 made their first contribution in https://github.com/tdwesten/statamic-builder/pull/22

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.5...v1.0.6

1.0.5

May 7th, 2024

What's Changed

  • #18 added function for max_sets by @MatthiasvanPijkeren in https://github.com/tdwesten/statamic-builder/pull/19

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.4...v1.0.5

1.0.4

May 2nd, 2024

What's Changed

  • Added option for localized by @MatthiasvanPijkeren in https://github.com/tdwesten/statamic-builder/pull/17

New Contributors

  • @MatthiasvanPijkeren made their first contribution in https://github.com/tdwesten/statamic-builder/pull/17

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.2...v1.0.4

1.0.2

April 7th, 2024

What's Changed

  • Add image to readme by @tdwesten in https://github.com/tdwesten/statamic-builder/pull/13
  • Fix bug in BlueprintRepository.php for registeredBlueprints with string values

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.1...v1.0.2

1.0.1

March 28th, 2024

What's Changed

  • #11 Fix bug in Bard's fieldToArray() function for buttons by @tdwesten in https://github.com/tdwesten/statamic-builder/pull/12

Full Changelog: https://github.com/tdwesten/statamic-builder/compare/v1.0.0...v1.0.1

1.0.0

March 25th, 2024

  • N/A Changelog not available.