Skip to content

Releases: OpenForgeProject/mageforge

v0.14.0

06 Mar 13:24
a2d525c

Choose a tag to compare

0.14.0 (2026-03-06)

Added

  • replace MultiSelectPrompt with MultiSearchPrompt for theme selection (bc89442)

v0.13.0

04 Mar 08:29
6bd630b

Choose a tag to compare

0.13.0 (2026-03-03)

Added

  • add NodeSetupValidator for validating Magento default setup files (#142) (3f36d43)

Fixed

v0.12.0

14 Feb 10:16
725b069

Choose a tag to compare

0.12.0 (2026-02-14)

Added

  • actions: replace elasticsearch with opensearch (#137) (cc8c534)

Fixed

  • correct font size and border radius in inspector CSS (7bb3348)
  • phpcs errors (#138) (625c6da)
  • phpcs: refactor environment variable handling in commands (#135) (9c01ce5)
  • update font settings and sizes in inspector CSS (986ded6)

Documentation

  • update README with custom theme details and add inspector section (084b528)

v0.11.0

10 Feb 11:56
8f1a1ff

Choose a tag to compare

image

0.11.0 (2026-02-10)

Added

  • add cache and webvitals tabs to inspector and improve ux with dragable overlay (#127) (eea755d)
  • implement dark/light mode theme selection and admin configuration section (#131) (0a95280)

Fixed

  • remove metric icons and rename metric titles for better ux (#129) (11d3c45)

v0.10.3

05 Feb 10:35
22b8742

Choose a tag to compare

0.10.3 (2026-02-05)

Fixed

v0.10.2

02 Feb 14:38
c92a90f

Choose a tag to compare

0.10.2 (2026-02-02)

Fixed

  • return theme parts as array in parseThemeName (#122) (94aef44)

v0.10.1

31 Jan 08:18
c6435c4

Choose a tag to compare

0.10.1 (2026-01-30)

Fixed

  • correct spacing and formatting in multiple files (#120) (3f9048a)
  • update phpstan level to 8 and improve commands (#119) (e24e138)

v0.10.0

30 Jan 16:22
31fb789

Choose a tag to compare

0.10.0 (2026-01-30)

Added

  • update phpstan level and add type hints (#116) (0a4a5fa)

Fixed

  • update phpstan level to 7 and improve error handling (#118) (7c84ae7)

v0.9.0

30 Jan 12:11
ae9ca01

Choose a tag to compare

0.9.0 (2026-01-30)

Added

  • Node.js/Grunt setup detection for improved build process (#114) (5330e17)

Fixed

v0.8.1

27 Jan 11:43
4893ff7

Choose a tag to compare

0.8.1 (2026-01-27)

Fixed

  • improve node module installation fallback logic for magento standard themes (#107) (c400732) - thanks @Morgy93 for reporting