Skip to content

Releases: charcoalphp/charcoal

v3.0.5

01 Aug 19:07
Compare
Choose a tag to compare

3.0.5 (2022-08-01)

Bug Fixes

  • action: try to fix split-monorepo.yaml (31c12ff)

v3.0.4

01 Aug 18:20
Compare
Choose a tag to compare

3.0.4 (2022-08-01)

Bug Fixes

  • action: try to fix split-monorepo.yaml (6ab2aee)

v3.0.3

01 Aug 17:48
Compare
Choose a tag to compare

3.0.3 (2022-08-01)

Bug Fixes

  • trigger: trigger release (b0fc93f)

v3.0.2

27 Jul 15:36
Compare
Choose a tag to compare

3.0.2 (2022-07-27)

Bug Fixes

  • user: fix __toString compatibility with AbstractModel on Acl Permission and Acl Role (7ade0c0)

v3.0.1

20 Jul 20:54
Compare
Choose a tag to compare

3.0.1 (2022-07-20)

Bug Fixes

  • admin: Typo with property inputPrefix (28b5554)

v3.0.0

20 Jul 20:31
Compare
Choose a tag to compare

3.0.0 (2022-07-20)

⚠ BREAKING CHANGES

  • (BC):
  • Method widgetOptions() now returns an array instead of a JSON serialized string to allow for easier overriding in subclasses.

Added:

  • Methods widgetOptionsAsJson() and escapedWidgetOptionsAsJson() for rendering widget options as JSON.
  • Method widgetDataForJs() to replace hardcoded widget data options in view file.

Changed:

  • Stringify the widget's title.

Features

Bug Fixes

Performance Improvements

Reverts

Code Refactoring

v2.3.0

14 Jul 18:43
Compare
Choose a tag to compare

2.3.0 (2022-07-14)

Features

  • twig: first version of Twig implementation in Charcoal using Twig 3.4 (c1ffed3)

Bug Fixes

  • twig: fix condition getCacheKey (01d78c3)
  • twig: fix Twig UrlHelpers and split functionnality with new DebugHelpers (bf4056f)
  • twig: update twig version for dev dependencies (563f59f)

Performance Improvements

  • twig: apply suggestions from code review (63a9c4f)

v2.2.5

07 Jul 20:05
Compare
Choose a tag to compare

2.2.5 (2022-07-07)

Bug Fixes

  • php-coveralls: remove old satooshi/php-coveralls dependency (e890acf)

v2.2.4

25 Jun 16:53
Compare
Choose a tag to compare

2.2.4 (2022-06-25)

Bug Fixes

  • packages-path: change env var for packages path (ae369ec)
  • workflow: fix a typo in workflow file (d5d95b5)
  • workflow: fix workflow token (0b5db3b)

v2.2.3

23 Jun 21:22
Compare
Choose a tag to compare

2.2.3 (2022-06-23)

Bug Fixes

  • packages: 🏗️ add replace options in all packages composer files (9f1777a)