Skip to content

Latest commit

 

History

History
271 lines (110 loc) · 5.2 KB

CHANGELOG.md

File metadata and controls

271 lines (110 loc) · 5.2 KB

Changelog

1.0.0a12 (2025-03-25)

Backend

Bugfix

  • Fix hatchling packaging issue with building wheels. @ericof

Frontend

Feature

  • Upgrade to VLT 6a19. @sneridagh #84

Project

No significant changes.

1.0.0a11 (2025-03-24)

Backend

No significant changes.

Frontend

Internal

  • Update to use latest VLT 6a18. @sneridagh #82

Project

Internal

  • Allow entries on the repository changelog @ericof
  • Fix backend service name reference on the frontend service. @ericof
  • GHA: Update changelog workflow. @ericof
  • Use beispile image, by default, for docker-compose.yml. @ericof

1.0.0a10 (2025-03-21)

Backend

Breaking

  • Upgrade to split customization behavior in several ones, and renamed them to use voltolightheme. @sneridagh #77

Feature

  • Use released version of kitconcept.voltolightheme. @sneridagh #77
  • Remove local development of the customization behaviors after transfer them to kitconcept.voltolightheme. @sneridagh #77

Internal

  • Add script to dump constraints from pyproject.toml to a constraints.txt file during Docker image build @ericof
  • Fix ruff configuration for isort @ericof
  • On GitHub, add a workflow to check a PR has changelog entries @ericof
  • Upgrade plone.distribution to version 3.1.1 @ericof
  • Upgrade plone.restapi to version 9.13.0 @ericof

Frontend

Internal

  • Update to use Volto 18.10.1 and adjustments for new VLT package layout. @sneridagh #77
  • Move to a released version of @kitconcept/volto-light-theme. @sneridagh #77
  • On GitHub, add a workflow to check a PR has changelog entries @ericof

1.0.0a9 (2025-03-12)

Backend

Feature

  • Use plone.exportimport 1.1.0 @ericof

Internal

  • Add a target $(VENV_FOLDER) to the backend Makefile as an alias to install. @ericof

Frontend

No significant changes.

1.0.0a8 (2025-03-11)

Backend

Feature

  • Adds preview_image_link behavior to Link, Event, News Item, Image, File, Person content types @sneridagh

Bugfix

  • Upgrade to plone.autoinclude 2.0.0 [@ericof]

Internal

  • Refactor backend installation [@ericof] #69

Frontend

Feature

  • Update @plone/volto to version 18.9.2 @sneridagh
  • Update volto-banner-block to latest, add dependencies. @sneridagh

1.0.0a6 (2025-03-05)

Backend

No significant changes.

Frontend

1.0.0a5 (2025-02-12)

Backend

Feature

  • Upgrade Plone to version 6.1.0 [@ericof] #64

Frontend

Feature

  • Upgrade Volto to version 18.8.2 [@ericof] #65

Bugfix

  • Install corepack on the frontend image to avoid requiring internet connection during startup [@ericof] #62

1.0.0a4 (2025-02-06)

Backend

No significant changes.

Frontend

Internal

  • Fix Docker image generation [@ericof]

1.0.0a3 (2025-02-06)

Backend

Internal

  • Allow use of environment variables for create-site script [@ericof] #55

Frontend

1.0.0a2 (2024-10-01)

Backend

Bugfix

  • Generate Docker images on tag creation [@ericof] #51

Internal

  • Fixes a warning in the Acceptance tests docker image creation [@ericof]
  • Improve GHA to generate the backend Docker image [@ericof]
  • Release ghcr.io/kitconcept/kitconcept-intranet-backend image with tags [@ericof]

Frontend

Internal

  • Release ghcr.io/kitconcept/kitconcept-intranet-frontend image with tags [@ericof]

1.0.0a0 (2024-10-01)

Backend

Feature

  • Initial version of kitconcept.intranet [@tisto] #1
  • Make public workflow the default workflow for new Intranets [@ericof] #2
  • Provide two options of workflow: One for public intranets, the other one for intranets that require authentication [@ericof] #48

Bugfix

  • Fix dos_protection error [@reebalazs] #9

Internal

  • Apply plone/meta [@ericof] #7
  • Upgrade backend to use ruff, hatch and uv [@ericof] #49

Frontend

Feature

  • Initial version of kitconcept.intranet [@tisto] #1