Skip to content

Releases: charcoalphp/charcoal

v1.0.1-beta.1

31 May 15:00
Compare
Choose a tag to compare
v1.0.1-beta.1 Pre-release
Pre-release

1.0.1-beta.1 (2022-05-31)

Bug Fixes

  • readme: fix some html errors/typos (abb0e9f)
  • readme: fix some html errors/typos (7c16128)
  • typehint: fix a missing return type conflict (b9d31c1)
  • typehint: fix a missing return type conflict (df8938c)
  • typo: fix typo for Translator mustache helper (dc7d20a)
  • typo: fix typo for Translator mustache helper (3e82bb7)

v1.0.0-beta.3

31 May 02:10
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2022-05-31)

Bug Fixes

  • readme: fix some html errors/typos (7c16128)
  • typehint: fix a missing return type conflict (df8938c)
  • typo: fix typo for Translator mustache helper (3e82bb7)

v1.0.0

27 May 20:14
Compare
Choose a tag to compare

1.0.0 (2022-05-27)

Bug Fixes

  • a user email validation error when only changing the case of some caracters. Make a comparison with lowercase converted strings. (b512a0e)
  • accordion: remove 'u-truncate' css class from accordion preview (917da63)
  • action: fix syntax in github action (46b5894)
  • admin@0.23: update composer with conflict for charcoal-admin@<0.23.0 and fix the form group widgets id prefixes (804cc50)
  • arrayAccess: fix some broken methods to arrayAccess (d87f22f)
  • asset-manage: fix merging issues by allowing namespaced files array (7ed4d1c)
  • attachment-container-trait: remove reference to removed function 'attachmentWidget()' (d25da91)
  • attachment-widget: set the js widget type from the actual widget type (a9531e9)
  • audio-widget: fix the elfinder url not bound correctly when used from audio-widget (ac37929)
  • bad-paste: replace undefined variable with the intended one. (e40bb61)
  • bbgmap: update bbgmap to 0.3.1 and use the minified file when concatenating (a787854)
  • bin: add a bin to composer.json to link with charcoal-app bin file (a7b4be5)
  • bin: create a new charcoal bin file in the project because of relative file paths conflicts (e502d1e)
  • bin: create a new charcoal bin file in the project because of relative file paths conflicts (9108050)
  • build:concat: Fix the concat task to require de non-minified version of bb-gamp (63c3857)
  • cache-facade: fix splat operator parameter type (93ddb6d)
  • cache-service-provider: remove obsolete container key (0b47a23)
  • charcoal-admin: fix some missing return type (ee493a5)
  • charcoal-admin: fix some missing return type et wrong method name (2df9b0d)
  • charcoal-app: fix issues with missing return types on some method implementations (550411c)
  • charcoal-view: fix issues with missing return types on some method implementations (dfecc38)
  • composer: fix duplicate entry (11db546)
  • composer: fix name (57fe269)
  • copy-assets: fix admin directory permissions (8041829)
  • date-helper: fix date range detection (e8e6522)
  • dependencies: bump php version to 7.3 (8b73cc1)
  • email: fix error catching for email::send() (4d10ab3)
  • eslint: fix an issue where eslint was scoped to the project's root instead of being locked to charcoal-admin (fcf6dd0)
  • form_group_: remove 'form_group_' prefixes for form group widgets (105d0e7)
  • geometry-widget: fix an issue where the widget might send an empty array when saving (7218bff)
  • hierarchical-object-property: fix a master reference to the new 'masterObject' (9b34dbf)
  • hierarchical-trait: move the loading of a master object to its own function to prevent hasty object load and allow access to the actual master object's id without the need to load it first (b435981)
  • hierarchical-trait: remove error_log and mode resetHierarchy to proper location (09376aa)
  • menu-footer: Fix the footer menu not staying at the bottom of the page when there was no secondary menu (d874e98)
  • migration: add extra logging to Migration20200827131900.php (19e9163)
  • migration: add migration for last commit (33da36c)
  • multiGroupWidget: Fix a missing setLayoutBuilder while setting dependencies (bff460e)
  • php tests: fix a failing php test caused by assuming an unfailing sql query (16d41eb)
  • php tests: fix some failing php tests (da4039a)
  • phpcs: fix a phpcs warning (9b43a39)
  • property-widgets: fix some missing parent constructor calls for some property widgets, preventing them to be stored correctly in the component mangager (12d0965)
  • queue-manager: fix a loop logic causing an extra recursion (1953b64)
  • quick-form-ident: fix the quick-form-ident not being passed correctly to form widget (ff9688d)
  • secondary-menu: fix an issue with display options merging (121fd60)
  • selectize: Fix a missing setter for selectize:setOptgroupObjMap (e07be38)
  • selectize: fix an issue with property name when using selectize input in multiple strings mode. (3208b55)
  • tests: add missing comma (51de84d)
  • tests: add missing data for tests (cd1f4b7)
  • tests: disgracefully fix unit tests (49dcb5d)
  • tests: fix failed tests (fbec50d)
  • tests: fix failed tests caused by wrong bracketing (89212f3)
  • tests: fix identation (7499e1d)
  • tests: remove test for float in 'provideTtlOnSave()' method as it doesn't seem to be supported (ed6d3da)
  • typo Oject = Object (9313ec9)
  • typo: add missing path step backs ([0e68084](0e68084...
Read more

v1.0.0-beta.2

27 May 19:51
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2022-05-27)

Bug Fixes

  • composer: fix duplicate entry (11db546)

v1.0.0-beta.1

27 May 15:50
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2022-05-27)

Bug Fixes

  • a user email validation error when only changing the case of some caracters. Make a comparison with lowercase converted strings. (b512a0e)
  • accordion: remove 'u-truncate' css class from accordion preview (917da63)
  • action: fix syntax in github action (46b5894)
  • admin@0.23: update composer with conflict for charcoal-admin@<0.23.0 and fix the form group widgets id prefixes (804cc50)
  • arrayAccess: fix some broken methods to arrayAccess (d87f22f)
  • asset-manage: fix merging issues by allowing namespaced files array (7ed4d1c)
  • attachment-container-trait: remove reference to removed function 'attachmentWidget()' (d25da91)
  • attachment-widget: set the js widget type from the actual widget type (a9531e9)
  • audio-widget: fix the elfinder url not bound correctly when used from audio-widget (ac37929)
  • bad-paste: replace undefined variable with the intended one. (e40bb61)
  • bbgmap: update bbgmap to 0.3.1 and use the minified file when concatenating (a787854)
  • bin: add a bin to composer.json to link with charcoal-app bin file (a7b4be5)
  • bin: create a new charcoal bin file in the project because of relative file paths conflicts (e502d1e)
  • bin: create a new charcoal bin file in the project because of relative file paths conflicts (9108050)
  • build:concat: Fix the concat task to require de non-minified version of bb-gamp (63c3857)
  • cache-facade: fix splat operator parameter type (93ddb6d)
  • cache-service-provider: remove obsolete container key (0b47a23)
  • charcoal-admin: fix some missing return type (ee493a5)
  • charcoal-admin: fix some missing return type et wrong method name (2df9b0d)
  • charcoal-app: fix issues with missing return types on some method implementations (550411c)
  • charcoal-view: fix issues with missing return types on some method implementations (dfecc38)
  • composer: fix name (57fe269)
  • copy-assets: fix admin directory permissions (8041829)
  • date-helper: fix date range detection (e8e6522)
  • dependencies: bump php version to 7.3 (8b73cc1)
  • email: fix error catching for email::send() (4d10ab3)
  • eslint: fix an issue where eslint was scoped to the project's root instead of being locked to charcoal-admin (fcf6dd0)
  • form_group_: remove 'form_group_' prefixes for form group widgets (105d0e7)
  • geometry-widget: fix an issue where the widget might send an empty array when saving (7218bff)
  • hierarchical-object-property: fix a master reference to the new 'masterObject' (9b34dbf)
  • hierarchical-trait: move the loading of a master object to its own function to prevent hasty object load and allow access to the actual master object's id without the need to load it first (b435981)
  • hierarchical-trait: remove error_log and mode resetHierarchy to proper location (09376aa)
  • menu-footer: Fix the footer menu not staying at the bottom of the page when there was no secondary menu (d874e98)
  • migration: add extra logging to Migration20200827131900.php (19e9163)
  • migration: add migration for last commit (33da36c)
  • multiGroupWidget: Fix a missing setLayoutBuilder while setting dependencies (bff460e)
  • php tests: fix a failing php test caused by assuming an unfailing sql query (16d41eb)
  • php tests: fix some failing php tests (da4039a)
  • phpcs: fix a phpcs warning (9b43a39)
  • property-widgets: fix some missing parent constructor calls for some property widgets, preventing them to be stored correctly in the component mangager (12d0965)
  • queue-manager: fix a loop logic causing an extra recursion (1953b64)
  • quick-form-ident: fix the quick-form-ident not being passed correctly to form widget (ff9688d)
  • secondary-menu: fix an issue with display options merging (121fd60)
  • selectize: Fix a missing setter for selectize:setOptgroupObjMap (e07be38)
  • selectize: fix an issue with property name when using selectize input in multiple strings mode. (3208b55)
  • tests: add missing comma (51de84d)
  • tests: add missing data for tests (cd1f4b7)
  • tests: disgracefully fix unit tests (49dcb5d)
  • tests: fix failed tests (fbec50d)
  • tests: fix failed tests caused by wrong bracketing (89212f3)
  • tests: fix identation (7499e1d)
  • tests: remove test for float in 'provideTtlOnSave()' method as it doesn't seem to be supported (ed6d3da)
  • typo Oject = Object (9313ec9)
  • typo: add missing path step backs (0e68084)
  • user-create: fix the User/CreateScript to allow User table creation in the process ([d1453f5](https://github.com/Locomotive-Charc...
Read more