Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(vth): add vth-dashboard app #152

Merged
merged 5 commits into from
Aug 22, 2023
Merged

feat(vth): add vth-dashboard app #152

merged 5 commits into from
Aug 22, 2023

Conversation

bddjong
Copy link
Contributor

@bddjong bddjong commented Aug 16, 2023

Adds a vth-dashboard app containing a separate strapi dashboard.

Depends on #156

Other changes

  • I noticed there were a lot of committed dist folders, resulting in the dist/ rule in the .gitignore being useless. I've added their deletion to this PR so future builds no longer get committed.

Demo

image

@bddjong bddjong self-assigned this Aug 16, 2023
@bddjong bddjong added the help wanted Extra attention is needed label Aug 16, 2023
@bddjong bddjong requested a review from AliKdhim87 August 16, 2023 07:43
@bddjong bddjong force-pushed the feat/add-vth-dashboard branch from 81f6e9b to de45252 Compare August 16, 2023 07:43
@bddjong bddjong removed the help wanted Extra attention is needed label Aug 18, 2023
@bddjong bddjong marked this pull request as ready for review August 18, 2023 08:48
@bddjong bddjong force-pushed the feat/add-vth-dashboard branch from b6ce001 to 765fee6 Compare August 22, 2023 05:45
@bddjong
Copy link
Contributor Author

bddjong commented Aug 22, 2023

Updated PR based on @AliKdhim87's new changes. Working locally through docker-compose.

@bddjong bddjong mentioned this pull request Aug 22, 2023
4 tasks
@bddjong bddjong requested a review from Robbert August 22, 2023 06:50
@bddjong bddjong force-pushed the feat/add-vth-dashboard branch from a1d9cab to 8beacd0 Compare August 22, 2023 07:45
@bddjong bddjong merged commit 869e8bd into main Aug 22, 2023
@bddjong bddjong deleted the feat/add-vth-dashboard branch August 22, 2023 07:57
AliKdhim87 pushed a commit that referenced this pull request Aug 22, 2023
# @frameless/vth-dashboard 1.0.0 (2023-08-22)

### Features

* **vth:** add vth-dashboard app ([#152](#152)) ([869e8bd](869e8bd))

### Dependencies

* **@frameless/strapi-tiptap-editor:** upgraded to 1.3.0
AliKdhim87 pushed a commit that referenced this pull request Aug 22, 2023
# [2.1.0](https://github.com/frameless/strapi/compare/@frameless/samenwerkende-catalogi@2.0.0...@frameless/samenwerkende-catalogi@2.1.0) (2023-08-22)

### Bug Fixes

* add i18n missing keys to draft en publish (dutch) ([8125607](8125607))
* fix the button size and add background color ([dbdee10](dbdee10))
* improve the strapi `displayName` property ([7f0f961](7f0f961))
* make `displayName` prettier for the section components ([49ccd77](49ccd77))
* make the spotlight `content` field required ([fd4d278](fd4d278))
* remove the odd background color from products ([0680c0f](0680c0f))
* set price field label to required to prevent `null` issue ([d5fb9aa](d5fb9aa))
* **strapi-tiptap-editor:** enable i18n settings ([c59c51a](c59c51a))
* **strapi-tiptap-editor:** fix the i18n issue ([a4f9d99](a4f9d99))
* **strapi-tiptap-editor:** remove color extension en adjust highlight ([877ab5a](877ab5a))
* **strapi-tiptap-editor:** use `classnames` ([968189c](968189c))
* the font-family issue ([0f0b0ea](0f0b0ea))

### Features

* add magenta option to logo-button component on strapi ([915845a](915845a))
* add magenta variant to button link component ([708d78b](708d78b))
* create footer component ([7e8fe74](7e8fe74))
* create tiptap language extension ([2076ad1](2076ad1))
* enable description under each product item ([69953c9](69953c9))
* **vth:** add vth-dashboard app ([#152](#152)) ([869e8bd](869e8bd))
AliKdhim87 pushed a commit that referenced this pull request Aug 22, 2023
# [1.1.0](https://github.com/frameless/strapi/compare/@frameless/strapi-plugin-uniform-product-name@1.0.0...@frameless/strapi-plugin-uniform-product-name@1.1.0) (2023-08-22)

### Bug Fixes

* add `charset=utf-8` to the samenwerkende-catalogi req header ([3669d36](3669d36))
* add i18n missing keys to draft en publish (dutch) ([8125607](8125607))
* add spacing tokens value to spotlight component ([f8ae8e6](f8ae8e6))
* enable `aside` property from the frontend ([0878499](0878499))
* enable to have the hostname without "/" ([6ab0414](6ab0414))
* extract hostname & protocol from the strapi image-url ([d7298de](d7298de))
* fix the button size and add background color ([dbdee10](dbdee10))
* improve metadata field type on strapi ([53ea0f9](53ea0f9))
* improve the strapi `displayName` property ([7f0f961](7f0f961))
* make `audience` a required field ([e3ab98c](e3ab98c))
* make `displayName` prettier for the section components ([49ccd77](49ccd77))
* make the spotlight `content` field required ([fd4d278](fd4d278))
* remove `excerpt` property ([6583c2f](6583c2f))
* remove the odd background color from products ([0680c0f](0680c0f))
* replace the heading element with `aria-label` on logo-button ([940a223](940a223))
* set price field label to required to prevent `null` issue ([d5fb9aa](d5fb9aa))
* **strapi-tiptap-editor:** enable i18n settings ([c59c51a](c59c51a))
* **strapi-tiptap-editor:** fix the i18n issue ([a4f9d99](a4f9d99))
* **strapi-tiptap-editor:** remove color extension en adjust highlight ([877ab5a](877ab5a))
* **strapi-tiptap-editor:** use `classnames` ([968189c](968189c))
* the font-family issue ([0f0b0ea](0f0b0ea))
* use community accordion component ([6d1b245](6d1b245))

### Features

* add an extra option to the logo-button type `without-logo` ([89026f7](89026f7))
* add description property to samenwerkendecatalogi ([225cf48](225cf48))
* add magenta option to logo-button component on strapi ([915845a](915845a))
* add magenta variant to button link component ([708d78b](708d78b))
* add vng data model ([c2b9b5f](c2b9b5f))
* create footer component ([7e8fe74](7e8fe74))
* create tiptap language extension ([2076ad1](2076ad1))
* enable description under each product item ([69953c9](69953c9))
* enable to get the samenwerkendecatalogi description ([b91273c](b91273c))
* enable to use `description` property from samenwerkende ([4cc1181](4cc1181))
* exclude the creator-fields from the product response ([5e1338e](5e1338e))
* fetch the metadata from the seo object instead of excerpt ([55525c7](55525c7))
* improve the multi-columns-button ([43e0329](43e0329))
* improve the multi-columns-button-component ([dd57c6f](dd57c6f))
* **vth:** add vth-dashboard app ([#152](#152)) ([869e8bd](869e8bd))

### BREAKING CHANGES

* deprecated `excerpt`
AliKdhim87 pushed a commit that referenced this pull request Aug 22, 2023
# [1.3.0](https://github.com/frameless/strapi/compare/@frameless/strapi-tiptap-editor@1.2.2...@frameless/strapi-tiptap-editor@1.3.0) (2023-08-22)

### Bug Fixes

* improve the strapi `displayName` property ([7f0f961](7f0f961))
* the font-family issue ([0f0b0ea](0f0b0ea))

### Features

* add magenta option to logo-button component on strapi ([915845a](915845a))
* add magenta variant to button link component ([708d78b](708d78b))
* create footer component ([7e8fe74](7e8fe74))
* **vth:** add vth-dashboard app ([#152](#152)) ([869e8bd](869e8bd))
AliKdhim87 pushed a commit that referenced this pull request Aug 22, 2023
# [1.1.0](https://github.com/frameless/strapi/compare/@frameless/upl@1.0.2...@frameless/upl@1.1.0) (2023-08-22)

### Bug Fixes

* add `charset=utf-8` to the samenwerkende-catalogi req header ([3669d36](3669d36))
* add i18n missing keys to draft en publish (dutch) ([8125607](8125607))
* add new env variables for the frontend to fix the image issue ([a3e1325](a3e1325))
* add spacing tokens value to spotlight component ([f8ae8e6](f8ae8e6))
* enable `aside` property from the frontend ([0878499](0878499))
* enable `encoding` ([366bcc8](366bcc8))
* enable to have the hostname without "/" ([6ab0414](6ab0414))
* extract hostname & protocol from the strapi image-url ([d7298de](d7298de))
* fix the button size and add background color ([dbdee10](dbdee10))
* improve metadata field type on strapi ([53ea0f9](53ea0f9))
* improve the strapi `displayName` property ([7f0f961](7f0f961))
* make `audience` a required field ([e3ab98c](e3ab98c))
* make `displayName` prettier for the section components ([49ccd77](49ccd77))
* make the spotlight `content` field required ([fd4d278](fd4d278))
* remove `excerpt` property ([6583c2f](6583c2f))
* remove the odd background color from products ([0680c0f](0680c0f))
* replace the heading element with `aria-label` on logo-button ([940a223](940a223))
* set price field label to required to prevent `null` issue ([d5fb9aa](d5fb9aa))
* **strapi-tiptap-editor:** enable i18n settings ([c59c51a](c59c51a))
* **strapi-tiptap-editor:** fix the i18n issue ([a4f9d99](a4f9d99))
* **strapi-tiptap-editor:** remove color extension en adjust highlight ([877ab5a](877ab5a))
* **strapi-tiptap-editor:** use `classnames` ([968189c](968189c))
* the font-family issue ([0f0b0ea](0f0b0ea))
* use community accordion component ([6d1b245](6d1b245))

### Features

* add an extra option to the logo-button type `without-logo` ([89026f7](89026f7))
* add description property to samenwerkendecatalogi ([225cf48](225cf48))
* add magenta option to logo-button component on strapi ([915845a](915845a))
* add magenta variant to button link component ([708d78b](708d78b))
* add optional uniforme-product-naam field ([e30ba54](e30ba54))
* add vng data model ([c2b9b5f](c2b9b5f))
* create footer component ([7e8fe74](7e8fe74))
* create tiptap language extension ([2076ad1](2076ad1))
* create uniform-product-name package ([0dca5d9](0dca5d9))
* enable description under each product item ([69953c9](69953c9))
* enable fetching `uniform-product-name` ([c51b162](c51b162))
* enable to get the samenwerkendecatalogi description ([b91273c](b91273c))
* enable to use `description` property from samenwerkende ([4cc1181](4cc1181))
* exclude the creator-fields from the product response ([5e1338e](5e1338e))
* fetch the metadata from the seo object instead of excerpt ([55525c7](55525c7))
* improve the multi-columns-button ([43e0329](43e0329))
* improve the multi-columns-button-component ([dd57c6f](dd57c6f))
* integrate uniform-product-name field into strapi dashboard ([b7fa920](b7fa920))
* **vth:** add vth-dashboard app ([#152](#152)) ([869e8bd](869e8bd))

### BREAKING CHANGES

* deprecated `excerpt`
@bddjong bddjong removed the request for review from Robbert August 22, 2023 08:13
AliKdhim87 pushed a commit that referenced this pull request Nov 8, 2023
# [1.1.0](https://github.com/frameless/strapi/compare/@frameless/strapi-plugin-scheme-select@1.0.0...@frameless/strapi-plugin-scheme-select@1.1.0) (2023-11-08)

### Bug Fixes

* able to render html as a link within the search bar ([1b17160](1b17160))
* add `charset=utf-8` to the samenwerkende-catalogi req header ([3669d36](3669d36))
* add i18n missing keys to draft en publish (dutch) ([8125607](8125607))
* add new env variables for the frontend to fix the image issue ([a3e1325](a3e1325))
* add spacing tokens value to spotlight component ([f8ae8e6](f8ae8e6))
* add title to visualisations ([cc5b42f](cc5b42f))
* build error for experimental feature ([6d53cc7](6d53cc7))
* **deps:** upgrade strapi-plugin-config-sync to v1.2.2 ([91f4940](91f4940))
* disable plugin page in starpi ckeditor5 ([a80fced](a80fced))
* disable plugin page in starpi preview button ([3d3d433](3d3d433))
* enable `aside` property from the frontend ([0878499](0878499))
* enable `encoding` ([366bcc8](366bcc8))
* enable to have the hostname without "/" ([6ab0414](6ab0414))
* extract hostname & protocol from the strapi image-url ([d7298de](d7298de))
* field naming ([f051392](f051392))
* fix the button size and add background color ([dbdee10](dbdee10))
* fix the hover style and the icon ([e2099c7](e2099c7))
* fix the if statement in samenwerkende package ([b4aad01](b4aad01))
* fix the language switcher style ([a4846be](a4846be))
* fix the products navigation query issue ([2cfc672](2cfc672))
* hardcoded <select> instead of Strapi DS <Combobox> ([14d8e0e](14d8e0e))
* improve metadata field type on strapi ([53ea0f9](53ea0f9))
* improve the strapi `displayName` property ([7f0f961](7f0f961))
* make `audience` a required field ([e3ab98c](e3ab98c))
* make `displayName` prettier for the section components ([49ccd77](49ccd77))
* make the spotlight `content` field required ([fd4d278](fd4d278))
* **pdc-dashboard:** fix favicon ([5b8f0db](5b8f0db))
* **pdc-dashboard:** remove `contentRole` from pdc-dashboard ([635c15c](635c15c))
* **pdc-dashboard:** rename vng-extra-attribute to metadata ([5e0bca9](5e0bca9))
* **pdc-dashboard:** set the text & href attributes of button-link to required ([1f4c229](1f4c229))
* **pdc-dashboard:** set the text & href attributes of logo-button to required ([d3d6378](d3d6378))
* **pdc-frontend:** add `utrecht-link--html-a` to `LanguageSwitcher` ([8c8663c](8c8663c))
* **pdc-frontend:** adjust the seo title config ([ad5b9c2](ad5b9c2))
* **pdc-frontend:** correct the eherkenning background-color ([5b1d6fd](5b1d6fd))
* **pdc-frontend:** fix `ButtonLink` icon issue ([ffe783f](ffe783f))
* **pdc-frontend:** fix language-switcher color on dark-mode ([c2cc014](c2cc014))
* **pdc-frontend:** fix preview mode 404 & improve preview component ([44e42bf](44e42bf))
* **pdc-frontend:** fix some metadata text ([621a193](621a193))
* **pdc-frontend:** fix the `generateMetadata` issue ([5ab6837](5ab6837))
* **pdc-frontend:** fix the `useOptimistic` issue ([0f9aea1](0f9aea1))
* **pdc-frontend:** fix the build issue ([5c103cb](5c103cb))
* **pdc-frontend:** fix the build issue on product page ([08d6740](08d6740))
* **pdc-frontend:** fix the markdown typescript issue ([8dbc36a](8dbc36a))
* **pdc-frontend:** fix the spacing for the accordion item ([be529d9](be529d9))
* **pdc-frontend:** fix the typescript issue on the error page ([2553812](2553812))
* **pdc-frontend:** improve the main interface component ([23a98a5](23a98a5))
* **pdc-frontend:** integrate ButtonGroup tokens ([5dffaba](5dffaba))
* **pdc-frontend:** remove `contentRole` from pdc-frontend ([e0f773a](e0f773a))
* **pdc-frontend:** remove nav spacing ([30c6298](30c6298))
* **pdc-frontend:** resolve gap issue in the `Article` Component on large screens ([8c8891c](8c8891c))
* **pdc-frontend:** use article individually ([343ddf9](343ddf9))
* remove `excerpt` property ([6583c2f](6583c2f))
* remove the odd background color from products ([0680c0f](0680c0f))
* replace replace keywords with keymatch ([0d61cd7](0d61cd7))
* replace the heading element with `aria-label` on logo-button ([940a223](940a223))
* **samenwerkende-catalogi:** rename `description` to `abstract` ([a8448c7](a8448c7))
* set price field label to required to prevent `null` issue ([d5fb9aa](d5fb9aa))
* set up package to public ([a5b06b3](a5b06b3))
* **strapi-tiptap-editor:** enable i18n settings ([c59c51a](c59c51a))
* **strapi-tiptap-editor:** fix the i18n issue ([a4f9d99](a4f9d99))
* **strapi-tiptap-editor:** fix the ordered-list style ([23c0f22](23c0f22))
* **strapi-tiptap-editor:** fix types issue ([c388569](c388569))
* **strapi-tiptap-editor:** remove color extension en adjust highlight ([877ab5a](877ab5a))
* **strapi-tiptap-editor:** resolve table Menubar option issue ([0f9633a](0f9633a))
* **strapi-tiptap-editor:** return image source only ([70d719f](70d719f))
* **strapi-tiptap-editor:** use `classnames` ([968189c](968189c))
* support typescript ([c2b9506](c2b9506))
* the docker network issue ([bf98b4e](bf98b4e))
* the font-family issue ([0f0b0ea](0f0b0ea))
* the products skeleton jumping issue ([768fefc](768fefc))
* **ui:** add figcaption style ([356f6d5](356f6d5))
* **ui:** correct icon css class in the `AdvancedLink` ([8d38931](8d38931))
* **ui:** fix magenta button ([07e1ae2](07e1ae2))
* **ui:** rename the drawer css class to `utrecht-drawer-custom` ([3a45fb5](3a45fb5))
* **ui:** wrap `LogoButton` with `ButtonGroup` ([9d12d74](9d12d74))
* update the ont en acc scripts ([6118725](6118725))
* use community accordion component ([6d1b245](6d1b245))
* use strapi backend env variable ([895628d](895628d))
* **vth-frontend:** fix the image issue ([146e264](146e264))
* **vth-frontend:** import order themaslug/page ([b5c96c3](b5c96c3))
* **vth:** card style with link underline ([f25fb9e](f25fb9e))
* **vth:** hide language switcher ([8aa0757](8aa0757))
* **vth:** integrate navigation with new layout ([ca8f055](ca8f055))
* **vth:** logo focus ([3215184](3215184))
* **vth:** navigation ([#219](#219)) ([8cf3550](8cf3550))
* **vth:** page titles for themas and content ([758ff33](758ff33))
* **vth:** remove english support from i18n ([32f3ef2](32f3ef2))
* **vth:** remove red line from banner image ([c8bda04](c8bda04))
* **vth:** show accordion content in print ([9e9a01f](9e9a01f))
* **vth:** sidenav styles ([26eab67](26eab67))
* **vth:** skip link to content ([bbefc24](bbefc24))
* **vth:** slugify plugin ([29a78ab](29a78ab))
* **vth:** style corrections and bugs ([796244b](796244b))
* **vth:** thema data type ([f7f9b64](f7f9b64))
* **vth:** thema relations ([#208](#208)) ([46d9962](46d9962))
* **vth:** undefined errors ([4d38c95](4d38c95))

### Features

* add an extra option to the logo-button type `without-logo` ([89026f7](89026f7))
* add config-sync plugin ([437818f](437818f))
* add description property to samenwerkendecatalogi ([225cf48](225cf48))
* add frontend_url as parameter to the function ([80eef0f](80eef0f))
* add homepage single-type ([15de8e3](15de8e3))
* add magenta option to logo-button component on strapi ([915845a](915845a))
* add magenta variant to button link component ([708d78b](708d78b))
* add optional uniforme-product-naam field ([e30ba54](e30ba54))
* add spotlight plugin ([d61ed86](d61ed86))
* add thema-content collection ([ef27802](ef27802))
* add thema,sub-thema collections ([a82c646](a82c646))
* add vega visualisation strapi component ([ed1bb5e](ed1bb5e))
* add VegaVisualisation component ([85ee00b](85ee00b))
* add visualisation demo page ([22cefc0](22cefc0))
* add vng data model ([c2b9b5f](c2b9b5f))
* create footer component ([7e8fe74](7e8fe74))
* create provider upload vercel plugin ([e4bb551](e4bb551))
* create tiptap language extension ([2076ad1](2076ad1))
* create uniform-product-name package ([0dca5d9](0dca5d9))
* create upl package ([f4c49e7](f4c49e7))
* **deps:** update @utrecht/* packages ([768213e](768213e))
* disabled unavailable product navigation button ([b77fc9f](b77fc9f))
* draw temp links to themas on homepage ([267d4c7](267d4c7))
* enable bubble-menu when double click on a link ([2271540](2271540))
* enable description under each product item ([69953c9](69953c9))
* enable fetching `uniform-product-name` ([c51b162](c51b162))
* enable spotlight plugin ([e3ce3a8](e3ce3a8))
* enable to get the samenwerkendecatalogi description ([b91273c](b91273c))
* enable to use `description` property from samenwerkende ([4cc1181](4cc1181))
* exclude the creator-fields from the product response ([5e1338e](5e1338e))
* fetch the metadata from the seo object instead of excerpt ([55525c7](55525c7))
* **gemeente-select-plugin:** add configurable defaults value option ([b5d19cb](b5d19cb))
* improve the multi-columns-button ([43e0329](43e0329))
* improve the multi-columns-button-component ([dd57c6f](dd57c6f))
* init public role permissions in bootstrap ([fc41765](fc41765))
* integrate uniform-product-name field into strapi dashboard ([b7fa920](b7fa920))
* make preview-button configurable from strapi dashboard ([924faa7](924faa7))
* make whole card clickable ([8275095](8275095))
* **pdc-dashboard:** add note plugin ([e324e88](e324e88))
* **pdc-dashboard:** add open graph image field to metadata ([b2f957f](b2f957f))
* **pdc-dashboard:** add page content as default field ([f28ab39](f28ab39))
* **pdc-dashboard:** add strapi-content-type-explorer ([4072fe7](4072fe7))
* **pdc-dashboard:** add translation to single type & collection ([46e4348](46e4348))
* **pdc-dashboard:** convert the button-link icon property to enumeration instead of boolean ([beb44ce](beb44ce))
* **pdc-dashboard:** create category and subcategory ([093340b](093340b))
* **pdc-dashboard:** enable `LogoButton` inside spotlight ([768d846](768d846))
* **pdc-dashboard:** improve link data model & add it to the sections ([4f1c2cb](4f1c2cb))
* **pdc-dashboard:** improve the spotlight filed description ([86df82c](86df82c))
* **pdc-dashboard:** install strapi-config-sync plugin ([a9184f2](a9184f2))
* **pdc-dashboard:** remove `headingLevel` from `MultiColumnsLogoButton` ([d5839f6](d5839f6))
* **pdc-dashboard:** rename spotlight type `default` to `gray` ([ff196cf](ff196cf))
* **pdc-dashboard:** set default value of resourceIdentifier and scheme ([a980f59](a980f59))
* **pdc-dashboard:** update metadata ([44c5741](44c5741))
* **pdc-frontend:** add `id` prop to `SearchBar` ([c0788fb](c0788fb))
* **pdc-frontend:** add favicon ([8d42f61](8d42f61))
* **pdc-frontend:** add surface component ([8d95de1](8d95de1))
* **pdc-frontend:** apply the spotlight changes on strapi to the frontend ([c619e61](c619e61))
* **pdc-frontend:** check if the spotlight `type=gray` ([87cf2e1](87cf2e1))
* **pdc-frontend:** create and integrate breadcrumb ([4a835c7](4a835c7))
* **pdc-frontend:** create bottom-bar component ([7d6774e](7d6774e))
* **pdc-frontend:** create pageTitle component ([d92d958](d92d958))
* **pdc-frontend:** create Reaction-link component ([e60a010](e60a010))
* **pdc-frontend:** create scrolltotop button component ([fbe7798](fbe7798))
* **pdc-frontend:** enable to display free | gratis when the price 0 ([c759262](c759262))
* **pdc-frontend:** improve seo by adding openGraph ([8c24751](8c24751))
* **pdc-frontend:** improve the header styles on mobile screen ([b2897f0](b2897f0))
* **pdc-frontend:** improve the image component & enable figcaption ([943b9c3](943b9c3))
* **pdc-frontend:** integrate `LogoButton` & `MultiColumnsLogoButton` ([1f79daf](1f79daf))
* **pdc-frontend:** integrate image component into pdc-frontend ([84f8b16](84f8b16))
* **pdc-frontend:** integrate index-char-nav components into pdc-frontend ([e56f434](e56f434))
* **pdc-frontend:** integrate link data model into frontend ([3a44d15](3a44d15))
* **pdc-frontend:** integrate logoButton into spotlight ([0d3c100](0d3c100))
* **pdc-frontend:** integrate markdown into pdc-frontend ([1151c47](1151c47))
* **pdc-frontend:** integrate new components into pages ([ef6e551](ef6e551))
* **pdc-frontend:** integrate new footer into pdc-frontend ([d54bab0](d54bab0))
* **pdc-frontend:** integrate open graph image into frontend ([5da013b](5da013b))
* **pdc-frontend:** integrate skip-link component ([7828e29](7828e29))
* **pdc-frontend:** integrate the new logo button spacing tokens ([f28230b](f28230b))
* **pdc-frontend:** integrate the new version of breadcrumb ([11244fa](11244fa))
* **pdc-frontend:** integrate the page content field ([8995edd](8995edd))
* **pdc-frontend:** integrate ui package ([d2b7b14](d2b7b14))
* **pdc-frontend:** move the main component to a separate file ([f0afb4d](f0afb4d))
* **pdc-frontend:** replace `AdvancedLink` with `ReactionLink` ([cfe0a22](cfe0a22))
* **pdc-frontend:** use grid component to improve `Toptask` layout ([49a6e49](49a6e49))
* **pdc-frontend:** use grid to improve the header ([b46a70f](b46a70f))
* **pdc-frontend:** use the new icon property approach ([f89d3fa](f89d3fa))
* **pdc:** update the dashboard favicon & logo ([f3ea4b3](f3ea4b3))
* rename generate xml file ([4dee86c](4dee86c))
* render visualisation spec from graphql query ([d9c098c](d9c098c))
* replace ckeditor with tiptap editor ([8da48eb](8da48eb))
* **scheme-select-plugin:** add configurable defaults value option ([1c4dc67](1c4dc67))
* **strapi-plugin-ckeditor5:** enable `with`, `height` in media-lib ([dfb28c8](dfb28c8))
* **strapi-tiptap-editor:** enable `figcaption` as property ([4402c42](4402c42))
* **tiptap-editor:** enable to display free | gratis when the price 0 ([6e46f8b](6e46f8b))
* **tiptap-editor:** improve the strapi-tiptap ([ecba121](ecba121))
* **ui:** add markdown & price-widget components ([54ead50](54ead50))
* **ui:** add spacing to the logo button ([a93db9c](a93db9c))
* **ui:** create `AdvancedLink` component ([c90e20e](c90e20e))
* **ui:** create `LogoButton` & `MultiColumnsLogoButton` components ([6f1adc0](6f1adc0))
* **ui:** create grid component ([d3648f9](d3648f9))
* **ui:** create new shared ui package ([07e63e0](07e63e0))
* **ui:** enable ordered-list component on markdown ([8565cf9](8565cf9))
* **ui:** move footer to ui pkg ([ff4de32](ff4de32))
* **ui:** move image component to ui package ([5984d53](5984d53))
* **ui:** support sub-nav links in nav ([9adbb13](9adbb13))
* **vth-dashboard:** create navigation data-model ([7eaf339](7eaf339))
* **vth-frontend:** integrate navigation component ([021676e](021676e))
* **vth:** add banner image ([0c3cf76](0c3cf76))
* **vth:** add breadcrumb to content page ([b3672af](b3672af))
* **vth:** add breadcrumb to theme and child-theme pages ([2d18892](2d18892))
* **vth:** add card images to thema and content pages ([ffb6e9e](ffb6e9e))
* **vth:** add demo card ([4d05b5d](4d05b5d))
* **vth:** add dynamic content to theme page ([077ce1c](077ce1c))
* **vth:** add grid ([8a52585](8a52585))
* **vth:** add image url support ([ef9a1fc](ef9a1fc))
* **vth:** add last updated ([2c1bae1](2c1bae1))
* **vth:** add page layout components ([f3ce621](f3ce621))
* **vth:** add parent relation to thema and thema-content ([b775191](b775191))
* **vth:** add preview images to cards on homepage ([e8fcb39](e8fcb39))
* **vth:** add print page ([b85acef](b85acef))
* **vth:** add rich text to homepage ([abf5c14](abf5c14))
* **vth:** add side-nav ([772d5fc](772d5fc))
* **vth:** add slug to themas and navigation on home ([6665b75](6665b75))
* **vth:** add vth frontend ([b55972d](b55972d))
* **vth:** add vth-dashboard app ([#152](#152)) ([869e8bd](869e8bd))
* **vth:** only show main themes in navigation ([42550bd](42550bd))
* **vth:** render themas with card ([81252b2](81252b2))
* **vth:** show homepage cms data ([3f46f62](3f46f62))
* **vth:** support images in rich text ([4bc1a5e](4bc1a5e))
* **vth:** use flexwrap fallback for breadcrumb navigation ([5cd42aa](5cd42aa))

### BREAKING CHANGES

* **ui:** rename `hint` to `color`
* **pdc-dashboard:** rename `aside` property to `contentRole`

Change the field type from boolean to enumeration because of the switch components
is not clear when you toggle
* deprecated `excerpt`
AliKdhim87 pushed a commit that referenced this pull request Dec 4, 2023
# @frameless/strapi-tiptap-editor 1.0.0 (2023-12-04)

### Bug Fixes

* build error for experimental feature ([6d53cc7](6d53cc7))
* **strapi-tiptap-editor:** enable i18n settings ([c59c51a](c59c51a))
* **strapi-tiptap-editor:** fix the i18n issue ([a4f9d99](a4f9d99))
* **strapi-tiptap-editor:** fix the ordered-list style ([23c0f22](23c0f22))
* **strapi-tiptap-editor:** fix types issue ([c388569](c388569))
* **strapi-tiptap-editor:** remove color extension en adjust highlight ([877ab5a](877ab5a))
* **strapi-tiptap-editor:** resolve table Menubar option issue ([0f9633a](0f9633a))
* **strapi-tiptap-editor:** return image source only ([70d719f](70d719f))
* **strapi-tiptap-editor:** use `classnames` ([968189c](968189c))
* **tiptap:** display price list based on save instead of refresh ([ff4fa47](ff4fa47))

### Features

* create tiptap language extension ([2076ad1](2076ad1))
* **deps:** update @utrecht/* packages ([768213e](768213e))
* enable bubble-menu when double click on a link ([2271540](2271540))
* replace ckeditor with tiptap editor ([8da48eb](8da48eb))
* **strapi-tiptap-editor:** enable `figcaption` as property ([4402c42](4402c42))
* **strapi-tiptap:** add validation to the lint ([c4c45d3](c4c45d3))
* **tiptap-editor:** enable to display free | gratis when the price 0 ([6e46f8b](6e46f8b))
* **tiptap-editor:** improve the strapi-tiptap ([ecba121](ecba121))
* **vth:** add vth-dashboard app ([#152](#152)) ([869e8bd](869e8bd))
* **vth:** render themas with card ([81252b2](81252b2))
AliKdhim87 pushed a commit that referenced this pull request Feb 22, 2024
# 1.0.0 (2024-02-22)

### Bug Fixes

* able to render html as a link within the search bar ([1b17160](1b17160))
* add `charset=utf-8` to the samenwerkende-catalogi req header ([3669d36](3669d36))
* add env vars to docker compose and workflow files ([b8c131d](b8c131d))
* add i18n missing keys to draft en publish (dutch) ([8125607](8125607))
* add new env variables for the frontend to fix the image issue ([a3e1325](a3e1325))
* add spacing tokens value to spotlight component ([f8ae8e6](f8ae8e6))
* add the scoop to the publish config ([9076118](9076118))
* add title to visualisations ([cc5b42f](cc5b42f))
* build error for experimental feature ([6d53cc7](6d53cc7))
* **ckeditor5:** enable release ([e329641](e329641))
* csp space in dev header ([0da524f](0da524f))
* **deps:** upgrade strapi-plugin-config-sync to v1.2.2 ([91f4940](91f4940))
* disable plugin page in starpi ckeditor5 ([a80fced](a80fced))
* disable plugin page in starpi preview button ([3d3d433](3d3d433))
* docker build ([f8646ae](f8646ae))
* enable `aside` property from the frontend ([0878499](0878499))
* enable `encoding` ([366bcc8](366bcc8))
* enable currency sign ([ebe048d](ebe048d))
* enable only three languages [en, nl, ar] ([bf40554](bf40554))
* enable to have the hostname without "/" ([6ab0414](6ab0414))
* extract hostname & protocol from the strapi image-url ([d7298de](d7298de))
* extract path from env variable and added in the component ([4eec733](4eec733))
* field naming ([f051392](f051392))
* fix an typo ([3ba5f9e](3ba5f9e))
* fix find is not a function issue ([f2186c6](f2186c6))
* fix the button size and add background color ([dbdee10](dbdee10))
* fix the hover style and the icon ([e2099c7](e2099c7))
* fix the if statement in samenwerkende package ([b4aad01](b4aad01))
* fix the language switcher style ([a4846be](a4846be))
* fix the plugin name ([db7a8d3](db7a8d3))
* fix the products navigation query issue ([2cfc672](2cfc672))
* hardcoded <select> instead of Strapi DS <Combobox> ([14d8e0e](14d8e0e))
* improve metadata field type on strapi ([53ea0f9](53ea0f9))
* improve the strapi `displayName` property ([7f0f961](7f0f961))
* install @utrecht/icon in the correct package ([45bca57](45bca57))
* integrate scheme custom field ([3ed0fcf](3ed0fcf))
* make `audience` a required field ([e3ab98c](e3ab98c))
* make `displayName` prettier for the section components ([49ccd77](49ccd77))
* make the spotlight `content` field required ([fd4d278](fd4d278))
* **pdc-dashboard:** fix favicon ([5b8f0db](5b8f0db))
* **pdc-dashboard:** remove `contentRole` from pdc-dashboard ([635c15c](635c15c))
* **pdc-dashboard:** rename vng-extra-attribute to metadata ([5e0bca9](5e0bca9))
* **pdc-dashboard:** set the text & href attributes of button-link to required ([1f4c229](1f4c229))
* **pdc-dashboard:** set the text & href attributes of logo-button to required ([d3d6378](d3d6378))
* **pdc-frontend:** add `utrecht-link--html-a` to `LanguageSwitcher` ([8c8663c](8c8663c))
* **pdc-frontend:** adjust the seo title config ([ad5b9c2](ad5b9c2))
* **pdc-frontend:** correct the eherkenning background-color ([5b1d6fd](5b1d6fd))
* **pdc-frontend:** fix `ButtonLink` icon issue ([ffe783f](ffe783f))
* **pdc-frontend:** fix language-switcher color on dark-mode ([c2cc014](c2cc014))
* **pdc-frontend:** fix preview mode 404 & improve preview component ([44e42bf](44e42bf))
* **pdc-frontend:** fix some metadata text ([621a193](621a193))
* **pdc-frontend:** fix the `generateMetadata` issue ([5ab6837](5ab6837))
* **pdc-frontend:** fix the `useOptimistic` issue ([0f9aea1](0f9aea1))
* **pdc-frontend:** fix the build issue ([5c103cb](5c103cb))
* **pdc-frontend:** fix the build issue on product page ([08d6740](08d6740))
* **pdc-frontend:** fix the markdown typescript issue ([8dbc36a](8dbc36a))
* **pdc-frontend:** fix the spacing for the accordion item ([be529d9](be529d9))
* **pdc-frontend:** fix the typescript issue on the error page ([2553812](2553812))
* **pdc-frontend:** improve the main interface component ([23a98a5](23a98a5))
* **pdc-frontend:** integrate ButtonGroup tokens ([5dffaba](5dffaba))
* **pdc-frontend:** remove `contentRole` from pdc-frontend ([e0f773a](e0f773a))
* **pdc-frontend:** remove nav spacing ([30c6298](30c6298))
* **pdc-frontend:** resolve gap issue in the `Article` Component on large screens ([8c8891c](8c8891c))
* **pdc-frontend:** use article individually ([343ddf9](343ddf9))
* **pdc:** style in OpenFormsEmbed.tsx ([09ba5fc](09ba5fc))
* prevent inline style in the ckeditor ([76608a6](76608a6))
* remove `excerpt` property ([6583c2f](6583c2f))
* remove the odd background color from products ([0680c0f](0680c0f))
* replace mounted with busy state ([d11d184](d11d184))
* replace replace keywords with keymatch ([0d61cd7](0d61cd7))
* replace the heading element with `aria-label` on logo-button ([940a223](940a223))
* **samenwerkende-catalogi:** rename `description` to `abstract` ([a8448c7](a8448c7))
* set price field label to required to prevent `null` issue ([d5fb9aa](d5fb9aa))
* set private to false to allow push to npm ([096fdeb](096fdeb))
* set private to false to enable to release ([3c7e979](3c7e979))
* set private to true ([0c743c5](0c743c5))
* set up package to public ([a5b06b3](a5b06b3))
* **strapi-tiptap-editor:** enable i18n settings ([c59c51a](c59c51a))
* **strapi-tiptap-editor:** fix the i18n issue ([a4f9d99](a4f9d99))
* **strapi-tiptap-editor:** fix the ordered-list style ([23c0f22](23c0f22))
* **strapi-tiptap-editor:** fix types issue ([c388569](c388569))
* **strapi-tiptap-editor:** remove color extension en adjust highlight ([877ab5a](877ab5a))
* **strapi-tiptap-editor:** resolve table Menubar option issue ([0f9633a](0f9633a))
* **strapi-tiptap-editor:** return image source only ([70d719f](70d719f))
* **strapi-tiptap-editor:** use `classnames` ([968189c](968189c))
* support typescript ([c2b9506](c2b9506))
* the docker network issue ([bf98b4e](bf98b4e))
* the font-family issue ([0f0b0ea](0f0b0ea))
* the products skeleton jumping issue ([768fefc](768fefc))
* **tiptap:** display price list based on save instead of refresh ([ff4fa47](ff4fa47))
* ui type export ([9a02e32](9a02e32))
* **ui:** add `inset-block-start` to the link-list__link ([e54860e](e54860e))
* **ui:** add figcaption style ([356f6d5](356f6d5))
* **ui:** correct icon css class in the `AdvancedLink` ([8d38931](8d38931))
* **ui:** correct the hamburger button position ([00675ed](00675ed))
* **ui:** fix aria-expanded on nav-hamburger ([5410a02](5410a02))
* **ui:** fix magenta button ([07e1ae2](07e1ae2))
* **ui:** fix the footer spacing ([d3a0b06](d3a0b06))
* **ui:** fix the phone link font-size ([ecca95f](ecca95f))
* **ui:** fix the social media list ([29bb0c0](29bb0c0))
* **ui:** hide the chevronLeft icon for the homepage ([2ccf66a](2ccf66a))
* **ui:** import nieuwsbrief icon from web-component-library-react ([3687f56](3687f56))
* **ui:** improve `LogoButton` & `MultiColumnsLogoButton` ([f1fa42e](f1fa42e))
* **ui:** improve the `MultiColumnsLogoButton` ([35162b5](35162b5))
* **ui:** referenceError: window is not defined ([1e8a249](1e8a249))
* **ui:** remove border-inline-end from last nav item ([9ed0cb6](9ed0cb6))
* **ui:** remove extra spacing from footer & set font-weight to normale ([5e5e7f3](5e5e7f3))
* **ui:** rename the drawer css class to `utrecht-drawer-custom` ([3a45fb5](3a45fb5))
* **ui:** wrap `LogoButton` with `ButtonGroup` ([9d12d74](9d12d74))
* update the ont en acc scripts ([6118725](6118725))
* use community accordion component ([6d1b245](6d1b245))
* use strapi backend env variable ([895628d](895628d))
* **utrecht-editor:** enable release ([e7a2a16](e7a2a16))
* **vth-frontend:** fix the image issue ([146e264](146e264))
* **vth-frontend:** import order themaslug/page ([b5c96c3](b5c96c3))
* **vth:** breadcrumb left alignment ([6dccdb7](6dccdb7))
* **vth:** card style with link underline ([f25fb9e](f25fb9e))
* **vth:** content with hoofditem parent ([3af2e77](3af2e77))
* **vth:** hide language switcher ([8aa0757](8aa0757))
* **vth:** hide sidenav when single link on content page ([98eda08](98eda08))
* **vth:** integrate navigation with new layout ([ca8f055](ca8f055))
* **vth:** logo focus ([3215184](3215184))
* **vth:** navigation ([#219](#219)) ([8cf3550](8cf3550))
* **vth:** paddings in header ([1cab7da](1cab7da))
* **vth:** page titles for themas and content ([758ff33](758ff33))
* **vth:** print heading font sizes ([c8d9933](c8d9933))
* **vth:** refactor frontend for renamed data types ([2a81a85](2a81a85))
* **vth:** remove english support from i18n ([32f3ef2](32f3ef2))
* **vth:** remove red line from banner image ([c8bda04](c8bda04))
* **vth:** show accordion content in print ([9e9a01f](9e9a01f))
* **vth:** sidenav styles ([26eab67](26eab67))
* **vth:** skip link to content ([bbefc24](bbefc24))
* **vth:** slugify plugin ([29a78ab](29a78ab))
* **vth:** style corrections and bugs ([796244b](796244b))
* **vth:** table breaking in print ([614dcb0](614dcb0))
* **vth:** thema data type ([f7f9b64](f7f9b64))
* **vth:** thema relations ([#208](#208)) ([46d9962](46d9962))
* **vth:** theme sorting in navigation ([c4fed8b](c4fed8b))
* **vth:** undefined errors ([4d38c95](4d38c95))

### Features

* add an extra option to the logo-button type `without-logo` ([89026f7](89026f7))
* add config-sync plugin ([437818f](437818f))
* add description property to samenwerkendecatalogi ([225cf48](225cf48))
* add frontend_url as parameter to the function ([80eef0f](80eef0f))
* add homepage single-type ([15de8e3](15de8e3))
* add magenta option to logo-button component on strapi ([915845a](915845a))
* add magenta variant to button link component ([708d78b](708d78b))
* add Node.js 20 support ([7b5feb7](7b5feb7))
* add optional uniforme-product-naam field ([e30ba54](e30ba54))
* add spotlight plugin ([d61ed86](d61ed86))
* add thema-content collection ([ef27802](ef27802))
* add thema,sub-thema collections ([a82c646](a82c646))
* add vega visualisation strapi component ([ed1bb5e](ed1bb5e))
* add VegaVisualisation component ([85ee00b](85ee00b))
* add visualisation demo page ([22cefc0](22cefc0))
* add vng data model ([c2b9b5f](c2b9b5f))
* build a mvp section plugin ([4e4ddf4](4e4ddf4))
* build custom html support plugin ([342eebc](342eebc))
* create catalogi-data package ([e817b85](e817b85))
* create footer component ([7e8fe74](7e8fe74))
* create preview plugin for strapi dashboard ([0864c56](0864c56))
* create product price widget plugin ([e3478aa](e3478aa))
* create provider upload vercel plugin ([e4bb551](e4bb551))
* create select gemeente custom field for strapi ([c81f3aa](c81f3aa))
* create strapi-plugin-scheme-select ([cf3d953](cf3d953))
* create tiptap language extension ([2076ad1](2076ad1))
* create uniform-product-name package ([0dca5d9](0dca5d9))
* create upl package ([f4c49e7](f4c49e7))
* **deps:** update @utrecht/* packages ([768213e](768213e))
* disabled unavailable product navigation button ([b77fc9f](b77fc9f))
* display the price field dynamically ([bf31130](bf31130))
* draw temp links to themas on homepage ([267d4c7](267d4c7))
* enable bubble-menu when double click on a link ([2271540](2271540))
* enable description under each product item ([69953c9](69953c9))
* enable fetching `uniform-product-name` ([c51b162](c51b162))
* enable spotlight plugin ([e3ce3a8](e3ce3a8))
* enable to get the samenwerkendecatalogi description ([b91273c](b91273c))
* enable to use `description` property from samenwerkende ([4cc1181](4cc1181))
* exclude the creator-fields from the product response ([5e1338e](5e1338e))
* fetch the metadata from the seo object instead of excerpt ([55525c7](55525c7))
* **gemeente-select-plugin:** add configurable defaults value option ([b5d19cb](b5d19cb))
* improve the multi-columns-button ([43e0329](43e0329))
* improve the multi-columns-button-component ([dd57c6f](dd57c6f))
* init public role permissions in bootstrap ([fc41765](fc41765))
* integrate product price widget plugin into ckeditor5 ([2ac0207](2ac0207))
* integrate the section plugin ([09b537e](09b537e))
* integrate uniform-product-name field into strapi dashboard ([b7fa920](b7fa920))
* **kennisbank:** add frontend and dashboard apps ([51625ca](51625ca))
* make preview-button configurable from strapi dashboard ([924faa7](924faa7))
* make whole card clickable ([8275095](8275095))
* **open-forms-embed:** create strapi open-forms-embed field ([1941b14](1941b14))
* **pdc-dashboard:** add note plugin ([e324e88](e324e88))
* **pdc-dashboard:** add open graph image field to metadata ([b2f957f](b2f957f))
* **pdc-dashboard:** add page content as default field ([f28ab39](f28ab39))
* **pdc-dashboard:** add strapi-content-type-explorer ([4072fe7](4072fe7))
* **pdc-dashboard:** add translation to single type & collection ([46e4348](46e4348))
* **pdc-dashboard:** convert the button-link icon property to enumeration instead of boolean ([beb44ce](beb44ce))
* **pdc-dashboard:** create category and subcategory ([093340b](093340b))
* **pdc-dashboard:** enable `LogoButton` inside spotlight ([768d846](768d846))
* **pdc-dashboard:** improve link data model & add it to the sections ([4f1c2cb](4f1c2cb))
* **pdc-dashboard:** improve the spotlight filed description ([86df82c](86df82c))
* **pdc-dashboard:** install strapi-config-sync plugin ([a9184f2](a9184f2))
* **pdc-dashboard:** remove `headingLevel` from `MultiColumnsLogoButton` ([d5839f6](d5839f6))
* **pdc-dashboard:** rename spotlight type `default` to `gray` ([ff196cf](ff196cf))
* **pdc-dashboard:** set default value of resourceIdentifier and scheme ([a980f59](a980f59))
* **pdc-dashboard:** update labels & remove button-link ([092d5eb](092d5eb))
* **pdc-dashboard:** update metadata ([44c5741](44c5741))
* **pdc-frontend:** add `id` prop to `SearchBar` ([c0788fb](c0788fb))
* **pdc-frontend:** add favicon ([8d42f61](8d42f61))
* **pdc-frontend:** add surface component ([8d95de1](8d95de1))
* **pdc-frontend:** apply the spotlight changes on strapi to the frontend ([c619e61](c619e61))
* **pdc-frontend:** check if the spotlight `type=gray` ([87cf2e1](87cf2e1))
* **pdc-frontend:** create and integrate breadcrumb ([4a835c7](4a835c7))
* **pdc-frontend:** create bottom-bar component ([7d6774e](7d6774e))
* **pdc-frontend:** create pageTitle component ([d92d958](d92d958))
* **pdc-frontend:** create Reaction-link component ([e60a010](e60a010))
* **pdc-frontend:** create scrolltotop button component ([fbe7798](fbe7798))
* **pdc-frontend:** enable to display free | gratis when the price 0 ([c759262](c759262))
* **pdc-frontend:** improve seo by adding openGraph ([8c24751](8c24751))
* **pdc-frontend:** improve the header styles on mobile screen ([b2897f0](b2897f0))
* **pdc-frontend:** improve the image component & enable figcaption ([943b9c3](943b9c3))
* **pdc-frontend:** integrate `LogoButton` & `MultiColumnsLogoButton` ([1f79daf](1f79daf))
* **pdc-frontend:** integrate image component into pdc-frontend ([84f8b16](84f8b16))
* **pdc-frontend:** integrate index-char-nav components into pdc-frontend ([e56f434](e56f434))
* **pdc-frontend:** integrate link data model into frontend ([3a44d15](3a44d15))
* **pdc-frontend:** integrate logoButton into spotlight ([0d3c100](0d3c100))
* **pdc-frontend:** integrate markdown into pdc-frontend ([1151c47](1151c47))
* **pdc-frontend:** integrate new components into pages ([ef6e551](ef6e551))
* **pdc-frontend:** integrate new footer into pdc-frontend ([d54bab0](d54bab0))
* **pdc-frontend:** integrate open graph image into frontend ([5da013b](5da013b))
* **pdc-frontend:** integrate skip-link component ([7828e29](7828e29))
* **pdc-frontend:** integrate the new logo button spacing tokens ([f28230b](f28230b))
* **pdc-frontend:** integrate the new preview button approach ([47d66f4](47d66f4))
* **pdc-frontend:** integrate the new version of breadcrumb ([11244fa](11244fa))
* **pdc-frontend:** integrate the page content field ([8995edd](8995edd))
* **pdc-frontend:** integrate ui package ([d2b7b14](d2b7b14))
* **pdc-frontend:** move the main component to a separate file ([f0afb4d](f0afb4d))
* **pdc-frontend:** replace `AdvancedLink` with `ReactionLink` ([cfe0a22](cfe0a22))
* **pdc-frontend:** use grid component to improve `Toptask` layout ([49a6e49](49a6e49))
* **pdc-frontend:** use grid to improve the header ([b46a70f](b46a70f))
* **pdc-frontend:** use the new icon property approach ([f89d3fa](f89d3fa))
* **pdc-sc:** create samenwerkendecatalogi microservice ([f424ba5](f424ba5))
* **pdc:** add cimpdc enumerations to model ([d7e9de4](d7e9de4))
* **pdc:** add cimpdc labels ([5bb58e7](5bb58e7))
* **pdc:** add cimpdc product data to model ([42939a7](42939a7))
* **pdc:** add cimpdc productencatalogus ([f07ba84](f07ba84))
* **pdc:** add open-forms embed ([6016062](6016062))
* **pdc:** add open-forms embed strapi component ([1e49612](1e49612))
* **pdc:** support temp link to form from product page ([fbc41f9](fbc41f9))
* **pdc:** update the dashboard favicon & logo ([f3ea4b3](f3ea4b3))
* **preview-button:** add support to signal type ([6b35a3f](6b35a3f))
* refactor the xml generator ([ff6dcb9](ff6dcb9))
* rename generate xml file ([4dee86c](4dee86c))
* render visualisation spec from graphql query ([d9c098c](d9c098c))
* replace ckeditor with tiptap editor ([8da48eb](8da48eb))
* **scheme-select-plugin:** add configurable defaults value option ([1c4dc67](1c4dc67))
* script to generate SC XML ([68e1fab](68e1fab))
* **strapi-plugin-ckeditor5:** enable `with`, `height` in media-lib ([dfb28c8](dfb28c8))
* **strapi-tiptap-editor:** enable `figcaption` as property ([4402c42](4402c42))
* **strapi-tiptap:** add validation to the lint ([c4c45d3](c4c45d3))
* support csp configurations ([67555a0](67555a0))
* support env vars for open forms ([856af7c](856af7c))
* support open forms url extrapolation from api env ([5dc9644](5dc9644))
* **tiptap-editor:** enable to display free | gratis when the price 0 ([6e46f8b](6e46f8b))
* **tiptap-editor:** improve the strapi-tiptap ([ecba121](ecba121))
* **ui-breadcrumb:** add `backLink, Link` & improve the mobile version ([103c458](103c458))
* **ui:** add `justify-content` to the nav-mobile class ([37a91b5](37a91b5))
* **ui:** add border-block-end to the Navigation ([5c81763](5c81763))
* **ui:** add breadcrumb to ui package ([0ae7fe8](0ae7fe8))
* **ui:** add markdown & price-widget components ([54ead50](54ead50))
* **ui:** add newsletter icon to the footer ([f8d8391](f8d8391))
* **ui:** add order property to the grid cell ([26a85fc](26a85fc))
* **ui:** add PreviewAlert to ui ([053985d](053985d))
* **ui:** add spacing to the logo button ([a93db9c](a93db9c))
* **ui:** align the nav links props with Strapi ([2d18be8](2d18be8))
* **ui:** create `AdvancedLink` component ([c90e20e](c90e20e))
* **ui:** create `LogoButton` & `MultiColumnsLogoButton` components ([6f1adc0](6f1adc0))
* **ui:** create grid component ([d3648f9](d3648f9))
* **ui:** create new shared ui package ([07e63e0](07e63e0))
* **ui:** enable ordered-list component on markdown ([8565cf9](8565cf9))
* **ui:** improve the nav component ([e76f44b](e76f44b))
* **ui:** integrate openFormsEmbed data into MultiColumnsLogoButton ([1c77a04](1c77a04))
* **ui:** move `LanguageSwitcher` to ui ([c20ce8c](c20ce8c))
* **ui:** move `ScrollToTopButton` to ui ([a497932](a497932))
* **ui:** move footer to ui pkg ([ff4de32](ff4de32))
* **ui:** move image component to ui package ([5984d53](5984d53))
* **ui:** move LoadMoreButton to ui ([42f5da0](42f5da0))
* **ui:** move ProductList to ui ([01d461d](01d461d))
* **ui:** move SearchIndexContent to ui ([2bb2ee6](2bb2ee6))
* **ui:** refactor & improve the footer ([bed1a8a](bed1a8a))
* **ui:** support sub-nav links in nav ([9adbb13](9adbb13))
* **ui:** update the breadcrumb link style ([1c36034](1c36034))
* **vth-dashboard:** create navigation data-model ([7eaf339](7eaf339))
* **vth-frontend:** integrate navigation component ([021676e](021676e))
* **vth:** add banner image ([0c3cf76](0c3cf76))
* **vth:** add breadcrumb to content page ([b3672af](b3672af))
* **vth:** add breadcrumb to theme and child-theme pages ([2d18892](2d18892))
* **vth:** add card images to thema and content pages ([ffb6e9e](ffb6e9e))
* **vth:** add demo card ([4d05b5d](4d05b5d))
* **vth:** add dynamic content to theme page ([077ce1c](077ce1c))
* **vth:** add grid ([8a52585](8a52585))
* **vth:** add image url support ([ef9a1fc](ef9a1fc))
* **vth:** add last updated ([2c1bae1](2c1bae1))
* **vth:** add page layout components ([f3ce621](f3ce621))
* **vth:** add parent relation to thema and thema-content ([b775191](b775191))
* **vth:** add preview images to cards on homepage ([e8fcb39](e8fcb39))
* **vth:** add print page ([b85acef](b85acef))
* **vth:** add print page single type ([a6fad68](a6fad68))
* **vth:** add rich text to homepage ([abf5c14](abf5c14))
* **vth:** add side-nav ([772d5fc](772d5fc))
* **vth:** add siteimprove ([efc8501](efc8501))
* **vth:** add slug to themas and navigation on home ([6665b75](6665b75))
* **vth:** add vth frontend ([b55972d](b55972d))
* **vth:** add vth-dashboard app ([#152](#152)) ([869e8bd](869e8bd))
* **vth:** collection types update ([d33a648](d33a648))
* **vth:** install strapi-plugin-import-export-entries ([a51bdcf](a51bdcf))
* **vth:** integrate preview button into vth ([81f2548](81f2548))
* **vth:** only show main themes in navigation ([42550bd](42550bd))
* **vth:** print font sizes and element spacing ([d2940d9](d2940d9))
* **vth:** render themas with card ([81252b2](81252b2))
* **vth:** show homepage cms data ([3f46f62](3f46f62))
* **vth:** support images in rich text ([4bc1a5e](4bc1a5e))
* **vth:** update content queries ([132aadc](132aadc))
* **vth:** update queries for homepage and navigation ([6d1e6e6](6d1e6e6))
* **vth:** update query for hoofditem ([43e3b34](43e3b34))
* **vth:** update thema queries and page ([8d9695b](8d9695b))
* **vth:** use flexwrap fallback for breadcrumb navigation ([5cd42aa](5cd42aa))

### BREAKING CHANGES

* **ui:** rename `hint` to `color`
* **pdc-dashboard:** rename `aside` property to `contentRole`

Change the field type from boolean to enumeration because of the switch components
is not clear when you toggle
* deprecated `excerpt`
AliKdhim87 pushed a commit that referenced this pull request Apr 15, 2024
# 1.0.0 (2024-04-15)

### Bug Fixes

* able to render html as a link within the search bar ([1b17160](https://github.com/frameless/strapi/commit/1b17160bdff7de90286e8ac804777cf949b540ad))
* add `charset=utf-8` to the samenwerkende-catalogi req header ([3669d36](https://github.com/frameless/strapi/commit/3669d3609bf09934fadf38bf56ddef8ce78565f4))
* add env vars to docker compose and workflow files ([b8c131d](https://github.com/frameless/strapi/commit/b8c131d97095830eca6824b54d14a57694af83b3))
* add i18n missing keys to draft en publish (dutch) ([8125607](https://github.com/frameless/strapi/commit/8125607aeadc4f177571edef5f154a5dd03dd156))
* add new env variables for the frontend to fix the image issue ([a3e1325](https://github.com/frameless/strapi/commit/a3e132510380c536e7a5ee1f102cb08f3ea8febb))
* add spacing tokens value to spotlight component ([f8ae8e6](https://github.com/frameless/strapi/commit/f8ae8e6450173779f049e7d11e7f66df4c337def))
* add the scoop to the publish config ([9076118](https://github.com/frameless/strapi/commit/907611819b2a6b6b010b89a43006921a8df39582))
* add title to visualisations ([cc5b42f](https://github.com/frameless/strapi/commit/cc5b42fb5a64ad190c93a6d564657b180614a37b))
* all paragraphs incorrectly default to lead ([309aa25](https://github.com/frameless/strapi/commit/309aa25a9afd39ee029e715594542de49781c0b6))
* allow loading images from Open Forms ([b8c644c](https://github.com/frameless/strapi/commit/b8c644cc54e585437e3d91f7b4a80324c3587fef))
* build error for experimental feature ([6d53cc7](https://github.com/frameless/strapi/commit/6d53cc710398d64233b638bce91e165b217adcc5))
* **ckeditor5:** enable release ([e329641](https://github.com/frameless/strapi/commit/e329641bc0f59c81e85a0f3f0df1931b67010620))
* click outside hook overriding default ([d0301bc](https://github.com/frameless/strapi/commit/d0301bc8dfbfb0171c322190c19f5f4db1fcaedf))
* csp space in dev header ([0da524f](https://github.com/frameless/strapi/commit/0da524f9eeec513eb49c5e2746fc5b9aee313ab0))
* **deps:** upgrade strapi-plugin-config-sync to v1.2.2 ([91f4940](https://github.com/frameless/strapi/commit/91f4940b1ff4b42d8c163839aee57cbdf3d71a02))
* disable plugin page in starpi ckeditor5 ([a80fced](https://github.com/frameless/strapi/commit/a80fceddf4a1db0547018d14ba7d514bcfbba5ec))
* disable plugin page in starpi preview button ([3d3d433](https://github.com/frameless/strapi/commit/3d3d43360d1d956e395639557452c20241ef8279))
* docker build ([f8646ae](https://github.com/frameless/strapi/commit/f8646ae8a62b0d8ac65098e8dddaf13753b712f2))
* enable `aside` property from the frontend ([0878499](https://github.com/frameless/strapi/commit/087849932bd5f639e48ace008ed795e427876d9a))
* enable `encoding` ([366bcc8](https://github.com/frameless/strapi/commit/366bcc86bde59b4973c74ecdd0e66e999be5699e))
* enable currency sign ([ebe048d](https://github.com/frameless/strapi/commit/ebe048d9a83b201c1ff4af97c263f4118cc47e3c))
* enable only three languages [en, nl, ar] ([bf40554](https://github.com/frameless/strapi/commit/bf40554ad13cd51a162279fc8456b55e3a9f4ed6))
* enable to have the hostname without "/" ([6ab0414](https://github.com/frameless/strapi/commit/6ab04144578da6ffbba249345ee36396780255de))
* extract hostname & protocol from the strapi image-url ([d7298de](https://github.com/frameless/strapi/commit/d7298deb5d9dcc97a86b6c5b1227144f1dee5643))
* extract path from env variable and added in the component ([4eec733](https://github.com/frameless/strapi/commit/4eec733bf35eb6c32b3a04693435bd4f70550b68))
* faq api limit in query ([79ed8c2](https://github.com/frameless/strapi/commit/79ed8c2d23e1639d8a2d3ace39cf9440a0df91a0))
* field naming ([f051392](https://github.com/frameless/strapi/commit/f051392a244b164e8d135fa283d4f83e7d3719d7))
* fix an typo ([3ba5f9e](https://github.com/frameless/strapi/commit/3ba5f9e7e510ce8bd35e571e88e4ce7cb7ebe3da))
* fix find is not a function issue ([f2186c6](https://github.com/frameless/strapi/commit/f2186c68db4ddad61a56ae667efecb293355e050))
* fix the button size and add background color ([dbdee10](https://github.com/frameless/strapi/commit/dbdee10445696fe129499715fffe0d6b5d39b253))
* fix the hover style and the icon ([e2099c7](https://github.com/frameless/strapi/commit/e2099c7cae97696470cdbc0627883c22f55b51c5))
* fix the if statement in samenwerkende package ([b4aad01](https://github.com/frameless/strapi/commit/b4aad010c351b1828437ae0ca8f6ef790f8140a4))
* fix the language switcher style ([a4846be](https://github.com/frameless/strapi/commit/a4846bea8b83b5d3eefc0b7150be2214b9269879))
* fix the plugin name ([db7a8d3](https://github.com/frameless/strapi/commit/db7a8d3f3b2a63e210ee0264b1391353a0f8b515))
* fix the products navigation query issue ([2cfc672](https://github.com/frameless/strapi/commit/2cfc672320ff00681babb46f93b4c4f38933b45f))
* hardcoded <select> instead of Strapi DS <Combobox> ([14d8e0e](https://github.com/frameless/strapi/commit/14d8e0e1cf3ead47b87ae972c79bab2d5b8f3d57))
* improve metadata field type on strapi ([53ea0f9](https://github.com/frameless/strapi/commit/53ea0f97105db41e29991ddb53e5877c2ea042b0))
* improve the strapi `displayName` property ([7f0f961](https://github.com/frameless/strapi/commit/7f0f96163000fa17734f5845b9faf43ecc780920))
* increase upload limits ([4c50122](https://github.com/frameless/strapi/commit/4c501220666232414522733b6424e08732447449))
* install @utrecht/icon in the correct package ([45bca57](https://github.com/frameless/strapi/commit/45bca5782ff384609a3476bda54afd8ca1c669c1))
* integrate scheme custom field ([3ed0fcf](https://github.com/frameless/strapi/commit/3ed0fcfee2419c6cdf0ed425639a6a6e9a61f99c))
* lead paragraph not rendering properly in tip-tap ([557669b](https://github.com/frameless/strapi/commit/557669b80208a68ebecbe868da0d23c54c50bc4c))
* make `audience` a required field ([e3ab98c](https://github.com/frameless/strapi/commit/e3ab98c1add2d7a73fdebedc7ef24c59de66f65a))
* make `displayName` prettier for the section components ([49ccd77](https://github.com/frameless/strapi/commit/49ccd777d89cd07f4870cfad365ad901a91c9a6d))
* make the spotlight `content` field required ([fd4d278](https://github.com/frameless/strapi/commit/fd4d278a5fe506243e27b8587924c9da94bc0936))
* **pdc-dashboard:** fix favicon ([5b8f0db](https://github.com/frameless/strapi/commit/5b8f0db133c86a23f5be5fb6b938014ca4d13da7))
* **pdc-dashboard:** remove `contentRole` from pdc-dashboard ([635c15c](https://github.com/frameless/strapi/commit/635c15c18b43f93e479085e0d0ec5605366e9bfb))
* **pdc-dashboard:** rename vng-extra-attribute to metadata ([5e0bca9](https://github.com/frameless/strapi/commit/5e0bca91d38d7630d43c84911d7d1f3dec127bfd))
* **pdc-dashboard:** set the text & href attributes of button-link to required ([1f4c229](https://github.com/frameless/strapi/commit/1f4c229d412f179e304cadfd7d2a53dde2785879))
* **pdc-dashboard:** set the text & href attributes of logo-button to required ([d3d6378](https://github.com/frameless/strapi/commit/d3d6378d0a6f131b25224c1ea01d70d879d8b484))
* **pdc-frontend:** add `utrecht-link--html-a` to `LanguageSwitcher` ([8c8663c](https://github.com/frameless/strapi/commit/8c8663c6a32178e40ba817ae87c359f00899d07e))
* **pdc-frontend:** adjust the seo title config ([ad5b9c2](https://github.com/frameless/strapi/commit/ad5b9c21e4d47e8c19a146d582029ee7408afec5))
* **pdc-frontend:** correct the eherkenning background-color ([5b1d6fd](https://github.com/frameless/strapi/commit/5b1d6fd4946952bf38eb9c650d0d6eff80bc2138))
* **pdc-frontend:** fix `ButtonLink` icon issue ([ffe783f](https://github.com/frameless/strapi/commit/ffe783f76f509764b9a88e2c09d7f9cda9e47ee9))
* **pdc-frontend:** fix language-switcher color on dark-mode ([c2cc014](https://github.com/frameless/strapi/commit/c2cc0141a0f1fbd117085792c31189540837c6c2))
* **pdc-frontend:** fix preview mode 404 & improve preview component ([44e42bf](https://github.com/frameless/strapi/commit/44e42bfddcce3a71ebeb617a54a7f391219438ed))
* **pdc-frontend:** fix some metadata text ([621a193](https://github.com/frameless/strapi/commit/621a193bd6fba45913cd2cba97e062f41db3c01c))
* **pdc-frontend:** fix the `generateMetadata` issue ([5ab6837](https://github.com/frameless/strapi/commit/5ab6837b46bb3fd0b3e19b2ccc1751729f98f888))
* **pdc-frontend:** fix the `useOptimistic` issue ([0f9aea1](https://github.com/frameless/strapi/commit/0f9aea1f524d3b821e7911e93d42f1e2b32c9edb))
* **pdc-frontend:** fix the build issue ([5c103cb](https://github.com/frameless/strapi/commit/5c103cbf6338cc7d315329993eb1d2a720cd92ba))
* **pdc-frontend:** fix the build issue on product page ([08d6740](https://github.com/frameless/strapi/commit/08d674073552cf86e1699f51a8f7ed0326c2f85c))
* **pdc-frontend:** fix the markdown typescript issue ([8dbc36a](https://github.com/frameless/strapi/commit/8dbc36ac9dbb4c735040e97b49e8a5370f21a483))
* **pdc-frontend:** fix the price-widget issue ([918e5db](https://github.com/frameless/strapi/commit/918e5db8dc5031d1e50e6fdbf862ed016ddc2e91))
* **pdc-frontend:** fix the spacing for the accordion item ([be529d9](https://github.com/frameless/strapi/commit/be529d9ebad48fd0a021a41e0e04fb52fd1a813c))
* **pdc-frontend:** fix the typescript issue on the error page ([2553812](https://github.com/frameless/strapi/commit/25538125faf1aa841cbf087bdc62c2267ca3c3bf))
* **pdc-frontend:** improve the main interface component ([23a98a5](https://github.com/frameless/strapi/commit/23a98a5cf13e0cdf50409f839e34440000d906bd))
* **pdc-frontend:** improved aria label on Gemeente utrecht logo ([4e86010](https://github.com/frameless/strapi/commit/4e86010301675fadfa69f29ca213043b8b0e165e))
* **pdc-frontend:** improved aria label on Gemeente utrecht logo add default ([60c190f](https://github.com/frameless/strapi/commit/60c190f6c7bed6d0afe53c2bf7ec3fe471653f73))
* **pdc-frontend:** integrate ButtonGroup tokens ([5dffaba](https://github.com/frameless/strapi/commit/5dffaba7724191117c6b19961025e1e4a6d135b4))
* **pdc-frontend:** integrate the price widget into the frontend ([2b20158](https://github.com/frameless/strapi/commit/2b2015831443f0902e9bd0f4c0f8a77be5a9cf62))
* **pdc-frontend:** language fix ([d02d7c7](https://github.com/frameless/strapi/commit/d02d7c7bfed7591622963ac4bfca69982d6dbeb2))
* **pdc-frontend:** remove `contentRole` from pdc-frontend ([e0f773a](https://github.com/frameless/strapi/commit/e0f773a4f8c7b04b988fc0ddb9df794210ac1c60))
* **pdc-frontend:** remove nav spacing ([30c6298](https://github.com/frameless/strapi/commit/30c629888ee94dd78d0725407d9abe2a063121f5))
* **pdc-frontend:** resolve gap issue in the `Article` Component on large screens ([8c8891c](https://github.com/frameless/strapi/commit/8c8891c1ed47ed9d742a464aa725412b9cbb6eff))
* **pdc-frontend:** use article individually ([343ddf9](https://github.com/frameless/strapi/commit/343ddf9996e1ec8253462283202628e8a53cdfd8))
* **pdc:** style in OpenFormsEmbed.tsx ([09ba5fc](https://github.com/frameless/strapi/commit/09ba5fc1d41da8eb08b4673160b055db744d46e0))
* **plugin-open-forms-embed:** fix the infinity loop request issue ([5f69961](https://github.com/frameless/strapi/commit/5f69961217e499d5e6bfdc725f03965b195478fb))
* **plugin-open-forms-embed:** use correct syntax to ComboBox ([adaf0eb](https://github.com/frameless/strapi/commit/adaf0eb2eeddfd6e03747c78c3f2ed09e19978fb))
* prevent inline style in the ckeditor ([76608a6](https://github.com/frameless/strapi/commit/76608a6ab7c52b392e170c9c0459b4c3810ff2c5))
* query name typo ([301a793](https://github.com/frameless/strapi/commit/301a79306a5f386c65c1bb4c43a43db46c3e6f15))
* remove `excerpt` property ([6583c2f](https://github.com/frameless/strapi/commit/6583c2f39bff308b49d14a85751b6c306fbfb7df))
* remove accordion limit ([7bd6f34](https://github.com/frameless/strapi/commit/7bd6f34695b7a1616dced358d1e41212dd593c33))
* remove the odd background color from products ([0680c0f](https://github.com/frameless/strapi/commit/0680c0f1bdb71490db31d9e64be42f624d578c7d))
* replace mounted with busy state ([d11d184](https://github.com/frameless/strapi/commit/d11d1844d9cb42e590984bd091cf7f935b63d1c6))
* replace replace keywords with keymatch ([0d61cd7](https://github.com/frameless/strapi/commit/0d61cd76e2ed3faa593d0b5748a3185e3591731c))
* replace the heading element with `aria-label` on logo-button ([940a223](https://github.com/frameless/strapi/commit/940a223cdb2d5302e50bcfe23e7812f8d09a11b0))
* **samenwerkende-catalogi:** rename `description` to `abstract` ([a8448c7](https://github.com/frameless/strapi/commit/a8448c7504effd2e1e57932dae1a75e1f0537e75))
* set price field label to required to prevent `null` issue ([d5fb9aa](https://github.com/frameless/strapi/commit/d5fb9aa66aa954d83ad0f7c2131ea8ea41d86cad))
* set private to false to allow push to npm ([096fdeb](https://github.com/frameless/strapi/commit/096fdeb665dad1c51ca0752ed1de04f5b1a73bed))
* set private to false to enable to release ([3c7e979](https://github.com/frameless/strapi/commit/3c7e979aaa1a346a3606ef394bdea01542468d98))
* set private to true ([0c743c5](https://github.com/frameless/strapi/commit/0c743c5f64482c20f6ac5bc993e30be05bff8825))
* set up package to public ([a5b06b3](https://github.com/frameless/strapi/commit/a5b06b3c448fb8c234bab77b6a3b57bd2b784da7))
* strapi datetimepicker performance ([12995c4](https://github.com/frameless/strapi/commit/12995c4fc371db466d42f8cb16cc5adccf2ba556))
* **strapi-plugin-open-forms-embed:** fix cannot read api_url ([1f8ca5f](https://github.com/frameless/strapi/commit/1f8ca5f0011b09956e47ed29b5834ea793002f4a))
* **strapi-tiptap-editor:** enable i18n settings ([c59c51a](https://github.com/frameless/strapi/commit/c59c51ad52b0c95e12e5e391911886115b2b2556))
* **strapi-tiptap-editor:** fix the i18n issue ([a4f9d99](https://github.com/frameless/strapi/commit/a4f9d992d87c8ea88b1f0e32b2f987f025bdedb5))
* **strapi-tiptap-editor:** fix the ordered-list style ([23c0f22](https://github.com/frameless/strapi/commit/23c0f2273eb8eae42425419c075c0eee4f945161))
* **strapi-tiptap-editor:** fix the price widget issue ([8e58661](https://github.com/frameless/strapi/commit/8e5866174e22b3cb2987550f1c57830c732dd751))
* **strapi-tiptap-editor:** fix the price-widget issue ([8e5ef8a](https://github.com/frameless/strapi/commit/8e5ef8a0830235e1e6c0c7de4e190eda16338319))
* **strapi-tiptap-editor:** fix types issue ([c388569](https://github.com/frameless/strapi/commit/c388569b9271ddab94def5ac9459c8b37f24e232))
* **strapi-tiptap-editor:** increase the pice API limit ([3bf193a](https://github.com/frameless/strapi/commit/3bf193ad6860a1059c2e0c39699d984e94e07b30))
* **strapi-tiptap-editor:** remove color extension en adjust highlight ([877ab5a](https://github.com/frameless/strapi/commit/877ab5ac02745167b48dbf89fb0771535cd3f990))
* **strapi-tiptap-editor:** resolve table Menubar option issue ([0f9633a](https://github.com/frameless/strapi/commit/0f9633a8b9453f9e5435f522f64b3fa97f33c2fc))
* **strapi-tiptap-editor:** return image source only ([70d719f](https://github.com/frameless/strapi/commit/70d719fd64e9df4fe28a6dad4407b6cebc49faac))
* **strapi-tiptap-editor:** use `classnames` ([968189c](https://github.com/frameless/strapi/commit/968189c08063207319fa71156e18906066a23116))
* support changing back to paragraph from leadParagraph ([8c62cb9](https://github.com/frameless/strapi/commit/8c62cb97914ce3fc00b46169dba74a87bc67f97e))
* support typescript ([c2b9506](https://github.com/frameless/strapi/commit/c2b950607e8a410ae42a3760c9c9c401f31ab0dd))
* the docker network issue ([bf98b4e](https://github.com/frameless/strapi/commit/bf98b4efd365c22764b48898f9952b18daa7e6df))
* the font-family issue ([0f0b0ea](https://github.com/frameless/strapi/commit/0f0b0ea128e67d3a0cc96176da8b07ab77ad8cbb))
* the products skeleton jumping issue ([768fefc](https://github.com/frameless/strapi/commit/768fefc3a509561f8ec8260c0ca5fee0664c0080))
* **tiptap-editor:** improve the price tiptap extension ([511e46b](https://github.com/frameless/strapi/commit/511e46b1ad6d370fd48b580095a285a34d2f7767))
* **tiptap:** display price list based on save instead of refresh ([ff4fa47](https://github.com/frameless/strapi/commit/ff4fa47c471a0ddfd7112fb4c8d893901a727551))
* ui type export ([9a02e32](https://github.com/frameless/strapi/commit/9a02e32d91f1b7c8fa91977b589d57d86d0febfe))
* **ui:** add `inset-block-start` to the link-list__link ([e54860e](https://github.com/frameless/strapi/commit/e54860eb8599a54eaa1b0c5c95916506b3df2026))
* **ui:** add figcaption style ([356f6d5](https://github.com/frameless/strapi/commit/356f6d5344748cdd1928c96dea2a0638b26d996c))
* **ui:** correct icon css class in the `AdvancedLink` ([8d38931](https://github.com/frameless/strapi/commit/8d38931fe4114ea5c6a19efb4b9b84973960a003))
* **ui:** correct the hamburger button position ([00675ed](https://github.com/frameless/strapi/commit/00675ed6a3a78307b03c80d9c935d08d792ea746))
* **ui:** enable `MultiColumnsLogoButton` `textContent` overwrite for openFormsEmbed label ([08a1ab8](https://github.com/frameless/strapi/commit/08a1ab8fc3d5e0e5f761ae8ebceac5b568e7ffce))
* **ui:** fix aria-expanded on nav-hamburger ([5410a02](https://github.com/frameless/strapi/commit/5410a029c391824547ff524c52eb9ef13fc245d1))
* **ui:** fix magenta button ([07e1ae2](https://github.com/frameless/strapi/commit/07e1ae2abd2e3b2f67a80161d7c524e750d67cc6))
* **ui:** fix the footer spacing ([d3a0b06](https://github.com/frameless/strapi/commit/d3a0b069847bc8e4c09f3f341d344669c8f72502))
* **ui:** fix the phone link font-size ([ecca95f](https://github.com/frameless/strapi/commit/ecca95f95bafd620ca177a5b3875ff5b0323c889))
* **ui:** fix the social media list ([29bb0c0](https://github.com/frameless/strapi/commit/29bb0c0ca690c8a278053d8e38e2abe1092b8152))
* **ui:** hide the chevronLeft icon for the homepage ([2ccf66a](https://github.com/frameless/strapi/commit/2ccf66a750888c3905fcb27bcc9c6e8c8fd9a887))
* **ui:** import nieuwsbrief icon from web-component-library-react ([3687f56](https://github.com/frameless/strapi/commit/3687f56fe449d7287db237d3c0c5c45f281430d0))
* **ui:** improve `LogoButton` & `MultiColumnsLogoButton` ([f1fa42e](https://github.com/frameless/strapi/commit/f1fa42e8ca4183a166e1312b16764d13e6f4da59))
* **ui:** improve the `MultiColumnsLogoButton` ([35162b5](https://github.com/frameless/strapi/commit/35162b54a178bd2ccc7c0fb13d90bb0d2413bca5))
* **ui:** referenceError: window is not defined ([1e8a249](https://github.com/frameless/strapi/commit/1e8a249bd20e9be19cb5a9f5d2668c748134b9c3))
* **ui:** remove border-inline-end from last nav item ([9ed0cb6](https://github.com/frameless/strapi/commit/9ed0cb668cb9434606d55a6639d28c8a3ab5bfb7))
* **ui:** remove extra spacing from footer & set font-weight to normale ([5e5e7f3](https://github.com/frameless/strapi/commit/5e5e7f397592dfe61dc18efc1cb4f83cb77b03df))
* **ui:** remove unneeded `aria-label` from `NavToggleButton` ([6f2c442](https://github.com/frameless/strapi/commit/6f2c442ed29a9ff7c6d82d95ec66a3311bf39ae0))
* **ui:** rename the drawer css class to `utrecht-drawer-custom` ([3a45fb5](https://github.com/frameless/strapi/commit/3a45fb52b104c72ba10653ee2162c979d2aaf140))
* **ui:** wrap `LogoButton` with `ButtonGroup` ([9d12d74](https://github.com/frameless/strapi/commit/9d12d7415b4ad58429028b6394f1e40ba6498bb2))
* update samenwerkende-catalogi jsonToXML ([84133b0](https://github.com/frameless/strapi/commit/84133b0e972dfae0279acb8f8447c02761b4a8ab))
* update samenwerkende-catalogi query and set metadata fields to optional ([e8a6c32](https://github.com/frameless/strapi/commit/e8a6c3253bc6174c30db17febfc4a6d3ac36abd4))
* update the ont en acc scripts ([6118725](https://github.com/frameless/strapi/commit/61187251e526a186b5b69a158194f27b1d04e736))
* use community accordion component ([6d1b245](https://github.com/frameless/strapi/commit/6d1b2450c58bb2c47048d1864d4e68d61b0ec4c6))
* use strapi backend env variable ([895628d](https://github.com/frameless/strapi/commit/895628d25403a09a3dc80921c7a0364e9d33dd75))
* **utrecht-editor:** enable release ([e7a2a16](https://github.com/frameless/strapi/commit/e7a2a166155c272431bb6ff1dbca19be12f2a391))
* **vth-frontend:** fix the image issue ([146e264](https://github.com/frameless/strapi/commit/146e2641753c79e9b47a91be729ed815d18eb2da))
* **vth-frontend:** import order themaslug/page ([b5c96c3](https://github.com/frameless/strapi/commit/b5c96c3df041a52d8f7df81f4abda0ae4466b5f9))
* **vth-frontend:** improved aria label on Gemeente utrecht logo ([3940269](https://github.com/frameless/strapi/commit/3940269e533b99e3a01ba8397a565045f46cfeba))
* **vth-frontend:** improved aria label on Gemeente utrecht logo add default ([58acc91](https://github.com/frameless/strapi/commit/58acc9164aac8002a81152e4bd806125d0f512de))
* **vth-frontend:** language fix ([7eb2e97](https://github.com/frameless/strapi/commit/7eb2e97bf9096c8eb9e6f80d32a69b1ec1721a9a))
* **vth:** breadcrumb left alignment ([6dccdb7](https://github.com/frameless/strapi/commit/6dccdb75922c17b444ad4fdf1a18f4eba7cacbca))
* **vth:** card style with link underline ([f25fb9e](https://github.com/frameless/strapi/commit/f25fb9e0e1990b93ca3ff494167e020e1144ec03))
* **vth:** content with hoofditem parent ([3af2e77](https://github.com/frameless/strapi/commit/3af2e770179b000637f964740334a8ed9a52a139))
* **vth:** hide language switcher ([8aa0757](https://github.com/frameless/strapi/commit/8aa075735378b95973bb109c169475d506920fd6))
* **vth:** hide sidenav when single link on content page ([98eda08](https://github.com/frameless/strapi/commit/98eda08bf4a4746a2adaa2c9d5072d2b070e9579))
* **vth:** integrate navigation with new layout ([ca8f055](https://github.com/frameless/strapi/commit/ca8f055ff28df7a7e4a18fb0986bc245475f17b2))
* **vth:** logo focus ([3215184](https://github.com/frameless/strapi/commit/3215184a3a4f8b052f1fd8438b5241e12a1a4c10))
* **vth:** navigation ([#219](https://github.com/frameless/strapi/issues/219)) ([8cf3550](https://github.com/frameless/strapi/commit/8cf3550dd72f6bbc54bd52b922bcc48bb40f0c63))
* **vth:** paddings in header ([1cab7da](https://github.com/frameless/strapi/commit/1cab7dac3acbeec8ebd55394f0a99e06b240f92e))
* **vth:** page titles for themas and content ([758ff33](https://github.com/frameless/strapi/commit/758ff33874db0a5c38c83c5060a047a2b18c9b8a))
* **vth:** print heading font sizes ([c8d9933](https://github.com/frameless/strapi/commit/c8d99337b823c93748d9017d8941359854064015))
* **vth:** refactor frontend for renamed data types ([2a81a85](https://github.com/frameless/strapi/commit/2a81a85920d268d7139253f87c627e00cac0bc59))
* **vth:** remove english support from i18n ([32f3ef2](https://github.com/frameless/strapi/commit/32f3ef29f192e1b7147244ce0c9f7b97881750fe))
* **vth:** remove red line from banner image ([c8bda04](https://github.com/frameless/strapi/commit/c8bda04e326e111891b4b4adb2ed1fea4bc5ef9f))
* **vth:** show accordion content in print ([9e9a01f](https://github.com/frameless/strapi/commit/9e9a01fe6bc868a9cdfb89fed5369a1c075f0f39))
* **vth:** sidenav styles ([26eab67](https://github.com/frameless/strapi/commit/26eab677358afe7f1f4c178de610e8e7e674ec64))
* **vth:** skip link to content ([bbefc24](https://github.com/frameless/strapi/commit/bbefc24afd50f6b992416480539501c2c240011b))
* **vth:** slugify plugin ([29a78ab](https://github.com/frameless/strapi/commit/29a78ab5e2157d51c00726b9a24cf4ebfd9d8468))
* **vth:** style corrections and bugs ([796244b](https://github.com/frameless/strapi/commit/796244b3dfb4be5a92619baaa60e7f79a2a91e62))
* **vth:** table breaking in print ([614dcb0](https://github.com/frameless/strapi/commit/614dcb07665f7825be4d41342ea54e085c4e6bbd))
* **vth:** thema data type ([f7f9b64](https://github.com/frameless/strapi/commit/f7f9b64e5478dddfa835e6976479bb3e3be38fca))
* **vth:** thema relations ([#208](https://github.com/frameless/strapi/issues/208)) ([46d9962](https://github.com/frameless/strapi/commit/46d996298080d55b6500c13ebdabdfc693c7ae76))
* **vth:** theme sorting in navigation ([c4fed8b](https://github.com/frameless/strapi/commit/c4fed8b23e706e35aa713fdb881bb7fe371cb51c))
* **vth:** undefined errors ([4d38c95](https://github.com/frameless/strapi/commit/4d38c9525ca0618f66f580bf04df9f60d4fc2f1e))

### Features

* add an extra option to the logo-button type `without-logo` ([89026f7](https://github.com/frameless/strapi/commit/89026f76fee2f1f094b25d0154eea6a615c204ac))
* add aria label to footer for accesabillaty ([2045c60](https://github.com/frameless/strapi/commit/2045c600ac297c0c5b282b0c4920a4acf27b1f35))
* add config-sync plugin ([437818f](https://github.com/frameless/strapi/commit/437818f8e51c546fdb600246055db9b184a0e752))
* add description property to samenwerkendecatalogi ([225cf48](https://github.com/frameless/strapi/commit/225cf486d341466b73f36ad910d7f6246167f887))
* add frontend_url as parameter to the function ([80eef0f](https://github.com/frameless/strapi/commit/80eef0f790bc6f2a0e86c99fc6838d5cf2c76579))
* add homepage single-type ([15de8e3](https://github.com/frameless/strapi/commit/15de8e3697a94de584d5923366748559932e540e))
* add magenta option to logo-button component on strapi ([915845a](https://github.com/frameless/strapi/commit/915845aa4c155aac21277e4303da13a34c9274e3))
* add magenta variant to button link component ([708d78b](https://github.com/frameless/strapi/commit/708d78ba2f48662802fec909f32ec05670b275c9))
* add Node.js 20 support ([7b5feb7](https://github.com/frameless/strapi/commit/7b5feb7f204e52566430e25ceb282a2a0d0fa86f))
* add optional uniforme-product-naam field ([e30ba54](https://github.com/frameless/strapi/commit/e30ba546219254575fafa1288f81124d3817a659))
* add spotlight plugin ([d61ed86](https://github.com/frameless/strapi/commit/d61ed865898f746d25874321e54187f7acb1db60))
* add table container to tables with overflow inline ([36c2929](https://github.com/frameless/strapi/commit/36c29293da2b53eb0d0f9d2d67ab5aac82ebc56f))
* add thema-content collection ([ef27802](https://github.com/frameless/strapi/commit/ef2780225ca22f7b4e322ea799e60b5e39110658))
* add thema,sub-thema collections ([a82c646](https://github.com/frameless/strapi/commit/a82c6468792a55ef1a56293aae7390e6543d88e5))
* add vega visualisation strapi component ([ed1bb5e](https://github.com/frameless/strapi/commit/ed1bb5e7c1fb700cec5a7d28e56ac5bfedd26859))
* add VegaVisualisation component ([85ee00b](https://github.com/frameless/strapi/commit/85ee00b37158f7ac078050f15e9522525300ee38))
* add visualisation demo page ([22cefc0](https://github.com/frameless/strapi/commit/22cefc051442d048065511ab07d207fbb0ff05c9))
* add vng data model ([c2b9b5f](https://github.com/frameless/strapi/commit/c2b9b5f1b3909dc2edbf5a3e5ef1f26bf6025571))
* build a mvp section plugin ([4e4ddf4](https://github.com/frameless/strapi/commit/4e4ddf419861d16b8b2552c16409715e261f6b45))
* build custom html support plugin ([342eebc](https://github.com/frameless/strapi/commit/342eebcd784043f4e8643ee0fd11475077b9828d))
* create catalogi-data package ([e817b85](https://github.com/frameless/strapi/commit/e817b8555312809a75617ee4a19adecb3b071bea))
* create footer component ([7e8fe74](https://github.com/frameless/strapi/commit/7e8fe747df75ba6375c7c9c7ff8cbe9a1fbbed31))
* create preview plugin for strapi dashboard ([0864c56](https://github.com/frameless/strapi/commit/0864c56a2142fa568e5c43f9db3963f75c65b823))
* create product price widget plugin ([e3478aa](https://github.com/frameless/strapi/commit/e3478aa0e118f0c7a1cbdc5e3d9a04ede324aefb))
* create provider upload vercel plugin ([e4bb551](https://github.com/frameless/strapi/commit/e4bb5511f89b59353d1e86158a60ccd4c7e82974))
* create select gemeente custom field for strapi ([c81f3aa](https://github.com/frameless/strapi/commit/c81f3aae853e23d4d43489847693b7e9cb7d0747))
* create strapi-plugin-scheme-select ([cf3d953](https://github.com/frameless/strapi/commit/cf3d9537daf06046e6f47dec164ba20347860916))
* create tiptap language extension ([2076ad1](https://github.com/frameless/strapi/commit/2076ad133cc474bf4c435fd7f0a3f9c277adfb60))
* create uniform-product-name package ([0dca5d9](https://github.com/frameless/strapi/commit/0dca5d9cb8e15573bd9f53cae145a94ca7200f88))
* create upl package ([f4c49e7](https://github.com/frameless/strapi/commit/f4c49e77d50eaf7a00fa8e0fce5e951d5b3d3488))
* **deps:** update @utrecht/* packages ([768213e](https://github.com/frameless/strapi/commit/768213e60dbc9e4803fb2ff7ba3090fe24cd8ee7))
* disabled unavailable product navigation button ([b77fc9f](https://github.com/frameless/strapi/commit/b77fc9f44fc83a241d72fbdb9fd9b7e6079943f8))
* display the price field dynamically ([bf31130](https://github.com/frameless/strapi/commit/bf31130c85bc644c2ac797bebb4a4a31e61c7e20))
* draw temp links to themas on homepage ([267d4c7](https://github.com/frameless/strapi/commit/267d4c7593bc48e872ed2a0165cbaf89f315ffaa))
* enable bubble-menu when double click on a link ([2271540](https://github.com/frameless/strapi/commit/22715407467a74278d769583265ebd9d3b5cf784))
* enable description under each product item ([69953c9](https://github.com/frameless/strapi/commit/69953c9efab0bc63f5aa7422261c8f8dc8cd5861))
* enable fetching `uniform-product-name` ([c51b162](https://github.com/frameless/strapi/commit/c51b162604323150781b172667bf28285fcfcf47))
* enable spotlight plugin ([e3ce3a8](https://github.com/frameless/strapi/commit/e3ce3a8a2f78186430fc3ab3c65d2ae534ce5180))
* enable to get the samenwerkendecatalogi description ([b91273c](https://github.com/frameless/strapi/commit/b91273c5b64c7d9dab1ae132f902c86aed343a0d))
* enable to use `description` property from samenwerkende ([4cc1181](https://github.com/frameless/strapi/commit/4cc1181194c7b3a3833c7c9e6ea530b7a440ed3e))
* exclude the creator-fields from the product response ([5e1338e](https://github.com/frameless/strapi/commit/5e1338e9b57b72683a49f965572ebff8cbdce681))
* fetch the metadata from the seo object instead of excerpt ([55525c7](https://github.com/frameless/strapi/commit/55525c7b28c40eb94624e0446559d8c1823a08f6))
* **gemeente-select-plugin:** add configurable defaults value option ([b5d19cb](https://github.com/frameless/strapi/commit/b5d19cb8ace5cdda453367480514b8a58ae0b914))
* improve the multi-columns-button ([43e0329](https://github.com/frameless/strapi/commit/43e0329d99d57c5d9993ae1499bc871d87ce7269))
* improve the multi-columns-button-component ([dd57c6f](https://github.com/frameless/strapi/commit/dd57c6ffeeb3607a05ae6703012177892222e4d7))
* init public role permissions in bootstrap ([fc41765](https://github.com/frameless/strapi/commit/fc41765af9b437fa20958e8bf6f32fc73e37fc75))
* integrate product price widget plugin into ckeditor5 ([2ac0207](https://github.com/frameless/strapi/commit/2ac0207d1a0193829911de813b6e777df850e261))
* integrate the section plugin ([09b537e](https://github.com/frameless/strapi/commit/09b537ebdf6fe01b058e6fb48c080f276dfe2779))
* integrate uniform-product-name field into strapi dashboard ([b7fa920](https://github.com/frameless/strapi/commit/b7fa92056c4126629a6dfb05e09f9733510ee804))
* **kennisbank:** add frontend and dashboard apps ([51625ca](https://github.com/frameless/strapi/commit/51625ca836342a837ac43e3be3f7268763c21410))
* make preview-button configurable from strapi dashboard ([924faa7](https://github.com/frameless/strapi/commit/924faa7a1576af955d58214f495202e721aadad2))
* make whole card clickable ([8275095](https://github.com/frameless/strapi/commit/8275095a7b07cc492e2edb7582e96289fe3c78f3))
* **open-forms-embed:** create strapi open-forms-embed field ([1941b14](https://github.com/frameless/strapi/commit/1941b140703d7585008d7705346a9c47769c2ae0))
* **pdc-dashboard:** add note plugin ([e324e88](https://github.com/frameless/strapi/commit/e324e88d373ccd7e8d1336058824ee9398dd4c0c))
* **pdc-dashboard:** add open graph image field to metadata ([b2f957f](https://github.com/frameless/strapi/commit/b2f957f086234dc19565bebfb958d59744ed9ba3))
* **pdc-dashboard:** add page content as default field ([f28ab39](https://github.com/frameless/strapi/commit/f28ab39e54aaeae094c9b09a9aee31f269d67ba2))
* **pdc-dashboard:** add strapi-content-type-explorer ([4072fe7](https://github.com/frameless/strapi/commit/4072fe7bd0185bbb991419c2a8b72f5eb59908ce))
* **pdc-dashboard:** add translation to single type & collection ([46e4348](https://github.com/frameless/strapi/commit/46e4348c7d2a5495098e5b1897809f228888f246))
* **pdc-dashboard:** convert the button-link icon property to enumeration instead of boolean ([beb44ce](https://github.com/frameless/strapi/commit/beb44cec370ba011ecaea4ffc46a558473526740))
* **pdc-dashboard:** create category and subcategory ([093340b](https://github.com/frameless/strapi/commit/093340b3ee3fc77107082edd2a27472770a75e50))
* **pdc-dashboard:** enable `LogoButton` inside spotlight ([768d846](https://github.com/frameless/strapi/commit/768d84635d8501aac42589dc0cbc967f47de2508))
* **pdc-dashboard:** improve link data model & add it to the sections ([4f1c2cb](https://github.com/frameless/strapi/commit/4f1c2cba960a10cf7d4e3e7daf30936fe189d834))
* **pdc-dashboard:** improve the spotlight filed description ([86df82c](https://github.com/frameless/strapi/commit/86df82ce6992a681e03a1856d12b1e2a0c32119e))
* **pdc-dashboard:** install strapi-config-sync plugin ([a9184f2](https://github.com/frameless/strapi/commit/a9184f2f9723423ffac17cd4591e436ec3c9d7b0))
* **pdc-dashboard:** remove `headingLevel` from `MultiColumnsLogoButton` ([d5839f6](https://github.com/frameless/strapi/commit/d5839f6e568af90f07e1603badd1b980a821aab8))
* **pdc-dashboard:** rename spotlight type `default` to `gray` ([ff196cf](https://github.com/frameless/strapi/commit/ff196cffd5d6e483d7e65c44fcb27aed13ff6273))
* **pdc-dashboard:** set default value of resourceIdentifier and scheme ([a980f59](https://github.com/frameless/strapi/commit/a980f59261db014fcb471ac12d9d467a5a2e2d45))
* **pdc-dashboard:** update labels & remove button-link ([092d5eb](https://github.com/frameless/strapi/commit/092d5eb178b6144837c5e1e18aa3da17f405f066))
* **pdc-dashboard:** update metadata ([44c5741](https://github.com/frameless/strapi/commit/44c5741be15412ab2b585879baefea004a3eecb2))
* **pdc-frontend:** add `id` prop to `SearchBar` ([c0788fb](https://github.com/frameless/strapi/commit/c0788fbe336741cedbea18807203c14f5daa9162))
* **pdc-frontend:** add favicon ([8d42f61](https://github.com/frameless/strapi/commit/8d42f6172d654bc6cee2c531200ad4f5de0796c6))
* **pdc-frontend:** add surface component ([8d95de1](https://github.com/frameless/strapi/commit/8d95de11a052ceabb2ca95d32877019241637f27))
* **pdc-frontend:** apply the spotlight changes on strapi to the frontend ([c619e61](https://github.com/frameless/strapi/commit/c619e61fdec6f2c3e9603f759724de7e44b23148))
* **pdc-frontend:** check if the spotlight `type=gray` ([87cf2e1](https://github.com/frameless/strapi/commit/87cf2e1f6386aa601517c2fa7b306e5eb4b5b6e3))
* **pdc-frontend:** create and integrate breadcrumb ([4a835c7](https://github.com/frameless/strapi/commit/4a835c72a1e40a2faa813874077f6a5175caa490))
* **pdc-frontend:** create bottom-bar component ([7d6774e](https://github.com/frameless/strapi/commit/7d6774e0aa876e7437c7ce17dc1c6fed1a60d068))
* **pdc-frontend:** create pageTitle component ([d92d958](https://github.com/frameless/strapi/commit/d92d9582e694374c9475fdecc72c12be97e38318))
* **pdc-frontend:** create Reaction-link component ([e60a010](https://github.com/frameless/strapi/commit/e60a010c2815d64757a094c44e26dcdc0513fe4a))
* **pdc-frontend:** create scrolltotop button component ([fbe7798](https://github.com/frameless/strapi/commit/fbe77988c067b3a84b77b711c5474b6b7ec47a68))
* **pdc-frontend:** enable to display free | gratis when the price 0 ([c759262](https://github.com/frameless/strapi/commit/c759262816dcea339f04e3354f7fee2f5d0b1b58))
* **pdc-frontend:** improve seo by adding openGraph ([8c24751](https://github.com/frameless/strapi/commit/8c247518181ce45fae68b546df01f1276fc697a4))
* **pdc-frontend:** improve the header styles on mobile screen ([b2897f0](https://github.com/frameless/strapi/commit/b2897f06ae9326a57f7e6d0590648c6daba61fef))
* **pdc-frontend:** improve the image component & enable figcaption ([943b9c3](https://github.com/frameless/strapi/commit/943b9c3ef9d335435a8d5f57b2a87b1d2d567104))
* **pdc-frontend:** integrate `LogoButton` & `MultiColumnsLogoButton` ([1f79daf](https://github.com/frameless/strapi/commit/1f79daf4dc2d9f913ce8fe1fbfddb4c61d7d2d77))
* **pdc-frontend:** integrate image component into pdc-frontend ([84f8b16](https://github.com/frameless/strapi/commit/84f8b16b62ae9dc12fe98cff737d640fde596eaa))
* **pdc-frontend:** integrate index-char-nav components into pdc-frontend ([e56f434](https://github.com/frameless/strapi/commit/e56f4348996b63641846d587f988efc48bdefec1))
* **pdc-frontend:** integrate link data model into frontend ([3a44d15](https://github.com/frameless/strapi/commit/3a44d1517016d60b2228e6492fc78f4badc7d8b1))
* **pdc-frontend:** integrate logoButton into spotlight ([0d3c100](https://github.com/frameless/strapi/commit/0d3c100c7c14ae1f53b4634aaa916da21d8e6b33))
* **pdc-frontend:** integrate maps into CSP configuration ([b54edee](https://github.com/frameless/strapi/commit/b54edeef9bdfd66c28c216dcd8bbb28c8097a188))
* **pdc-frontend:** integrate markdown into pdc-frontend ([1151c47](https://github.com/frameless/strapi/commit/1151c47e26ad6d06ecd1561d1c43bc6e5869e190))
* **pdc-frontend:** integrate new components into pages ([ef6e551](https://github.com/frameless/strapi/commit/ef6e551f48b95c64429d97ec411b4e09f2cfd5be))
* **pdc-frontend:** integrate new footer into pdc-frontend ([d54bab0](https://github.com/frameless/strapi/commit/d54bab0aa43f031af69c94d871f3d56f749893d6))
* **pdc-frontend:** integrate open graph image into frontend ([5da013b](https://github.com/frameless/strapi/commit/5da013b7f24d80da2b1ab851443b64f5c2d5586a))
* **pdc-frontend:** integrate skip-link component ([7828e29](https://github.com/frameless/strapi/commit/7828e29136a1926772ac869f2c503a8ce396b0c3))
* **pdc-frontend:** integrate the new logo button spacing tokens ([f28230b](https://github.com/frameless/strapi/commit/f28230b2809191f1123ca3228e2ef77a8545c2f0))
* **pdc-frontend:** integrate the new preview button approach ([47d66f4](https://github.com/frameless/strapi/commit/47d66f46ddc42d3c0cb027cb0fe22af281f251a6))
* **pdc-frontend:** integrate the new version of breadcrumb ([11244fa](https://github.com/frameless/strapi/commit/11244fa27421a04dad5ebbb6d491447e749a877a))
* **pdc-frontend:** integrate the page content field ([8995edd](https://github.com/frameless/strapi/commit/8995edd76ee3b52a86ace9f025e3d9c8c7e76f15))
* **pdc-frontend:** integrate ui package ([d2b7b14](https://github.com/frameless/strapi/commit/d2b7b1485b05171cf5bc7035c1fbeb0cc1d3ba24))
* **pdc-frontend:** move the main component to a separate file ([f0afb4d](https://github.com/frameless/strapi/commit/f0afb4db9a0819fcd826fd03f29c96c45052cf4d))
* **pdc-frontend:** replace `AdvancedLink` with `ReactionLink` ([cfe0a22](https://github.com/frameless/strapi/commit/cfe0a22ef375c2c1e9a76a89ebfb54200b2d4e9c))
* **pdc-frontend:** use grid component to improve `Toptask` layout ([49a6e49](https://github.com/frameless/strapi/commit/49a6e49bb1a56dc580914dd02ecb19c35fb73660))
* **pdc-frontend:** use grid to improve the header ([b46a70f](https://github.com/frameless/strapi/commit/b46a70f8984ffc6b50e211953ac39e79713a6bf8))
* **pdc-frontend:** use the new icon property approach ([f89d3fa](https://github.com/frameless/strapi/commit/f89d3fa494577b00a1c3648ea539ef482bdfa732))
* **pdc-sc:** create samenwerkendecatalogi microservice ([f424ba5](https://github.com/frameless/strapi/commit/f424ba591d777ea4673c5eba3970e2bc8505aabf))
* **pdc:** add cimpdc enumerations to model ([d7e9de4](https://github.com/frameless/strapi/commit/d7e9de40fd03d28f809c9407e1e272e945806055))
* **pdc:** add cimpdc labels ([5bb58e7](https://github.com/frameless/strapi/commit/5bb58e70d651ca52a5b8787b8c8c7120af1cf48c))
* **pdc:** add cimpdc product data to model ([42939a7](https://github.com/frameless/strapi/commit/42939a7f6e11241f9d147d4bb4e5cc80cb831278))
* **pdc:** add cimpdc productencatalogus ([f07ba84](https://github.com/frameless/strapi/commit/f07ba848f3ff47d9bc898ae4aa1b77364039b4b0))
* **pdc:** add open-forms embed ([6016062](https://github.com/frameless/strapi/commit/60160622688737a8b23476b4e9ec65ae10db1890))
* **pdc:** add open-forms embed strapi component ([1e49612](https://github.com/frameless/strapi/commit/1e49612fc1a8e3bded58cabb0c53428f5e3c6819))
* **pdc:** support temp link to form from product page ([fbc41f9](https://github.com/frameless/strapi/commit/fbc41f9d776ab1fa551f76e387f017e16eb3031d))
* **pdc:** update the dashboard favicon & logo ([f3ea4b3](https://github.com/frameless/strapi/commit/f3ea4b347daa6c0b888875a6da147b79c18c9acb))
* **plugin-open-forms-embed:** enable field with settings guidance ([71365a1](https://github.com/frameless/strapi/commit/71365a183b6c4cdcb38834b706673a49345797f3))
* **preview-button:** add support to signal type ([6b35a3f](https://github.com/frameless/strapi/commit/6b35a3f37261b0e761675173e3d40e1e304038bf))
* refactor the xml generator ([ff6dcb9](https://github.com/frameless/strapi/commit/ff6dcb9d80fae6f1011d2bf5b7c34a686baf2dcf))
* rename generate xml file ([4dee86c](https://github.com/frameless/strapi/commit/4dee86cbf1cd2c47a77fb6c548424a08fe79bc65))
* render visualisation spec from graphql query ([d9c098c](https://github.com/frameless/strapi/commit/d9c098c802b0680dd457b469ef6478aa94d65fdd))
* replace ckeditor with tiptap editor ([8da48eb](https://github.com/frameless/strapi/commit/8da48ebfc3731481c63517e09076e899353a52d9))
* **scheme-select-plugin:** add configurable defaults value option ([1c4dc67](https://github.com/frameless/strapi/commit/1c4dc6738d4568d8ac98bfa274dcb3c93d618cd8))
* script to generate SC XML ([68e1fab](https://github.com/frameless/strapi/commit/68e1fab41dafe666c286419af1de768b4fef1db1))
* **strapi-plugin-ckeditor5:** enable `with`, `height` in media-lib ([dfb28c8](https://github.com/frameless/strapi/commit/dfb28c868b7f31e6313c872e9ac507b82e8b5100))
* **strapi-plugin-uuid-field:** create strapi uuid field ([81839a9](https://github.com/frameless/strapi/commit/81839a91a9585b467b178a820ae2f7e2036a126b))
* **strapi-tiptap-editor:** create anchor extension ([b056a27](https://github.com/frameless/strapi/commit/b056a2725a115c4b903c9795ac66488582f90003))
* **strapi-tiptap-editor:** enable `figcaption` as property ([4402c42](https://github.com/frameless/strapi/commit/4402c420d1b22597c62786becc7358d4e589b237))
* **strapi-tiptap-editor:** enable to use non-URLs ([9230298](https://github.com/frameless/strapi/commit/923029878a14e0ef54c9dd00f3356c68ac0db0d4))
* **strapi-tiptap-editor:** make the language extension configurable ([f28d13a](https://github.com/frameless/strapi/commit/f28d13a30f8efa4e0bcc7db8d61a2dbf1b53cf71))
* **strapi-tiptap:** add validation to the lint ([c4c45d3](https://github.com/frameless/strapi/commit/c4c45d33389dfa4ba1aedb8b45497af8b726ea1c))
* support csp configurations ([67555a0](https://github.com/frameless/strapi/commit/67555a0387f4e55ad8c2973b0ec44488b116434d))
* support env vars for open forms ([856af7c](https://github.com/frameless/strapi/commit/856af7c2931babde4e96aa09acedd645dc1f8d1c))
* support form page refresh ([a2234d4](https://github.com/frameless/strapi/commit/a2234d4d0309003ef3f4d43a3474620e5ba45d19))
* support kennis artikelen in content blocks ([ba118a4](https://github.com/frameless/strapi/commit/ba118a4431b259ddcaa08a00463d1a97173f96a1))
* support open forms url extrapolation from api env ([5dc9644](https://github.com/frameless/strapi/commit/5dc96441218aab8a0861c06f86a4678754986e02))
* support siteimprove img-src for tracking pixel ([ed5914c](https://github.com/frameless/strapi/commit/ed5914c8c4977e3c2529a03ee0db0db5bcc02463))
* **tiptap-editor:** enable to display free | gratis when the price 0 ([6e46f8b](https://github.com/frameless/strapi/commit/6e46f8bd72377983f9a81ad94d1b02edf47ee90b))
* **tiptap-editor:** improve the strapi-tiptap ([ecba121](https://github.com/frameless/strapi/commit/ecba1219122bc0790e69a7a6ccd3151c1f7d6c3e))
* **ui-breadcrumb:** add `backLink, Link` & improve the mobile version ([103c458](https://github.com/frameless/strapi/commit/103c458c8812702ba8db7b1e86f1af191eea0457))
* **ui:** add `justify-content` to the nav-mobile class ([37a91b5](https://github.com/frameless/strapi/commit/37a91b5a39566f9833c86646e5360fd0a968ea3f))
* **ui:** add border-block-end to the Navigation ([5c81763](https://github.com/frameless/strapi/commit/5c817632555c7211a99931b7cebc05ba1017da81))
* **ui:** add breadcrumb to ui package ([0ae7fe8](https://github.com/frameless/strapi/commit/0ae7fe8fb443887e1b959302bb2291f5f5134140))
* **ui:** add markdown & price-widget components ([54ead50](https://github.com/frameless/strapi/commit/54ead505ba249b7edb0c2b154f4d5df1ac202829))
* **ui:** add newsletter icon to the footer ([f8d8391](https://github.com/frameless/strapi/commit/f8d8391f12c2137daf9c6113cf6c391d22414b21))
* **ui:** add order property to the grid cell ([26a85fc](https://github.com/frameless/strapi/commit/26a85fcdb5de3eceaeaba71a5c903c76d2a36840))
* **ui:** add PreviewAlert to ui ([053985d](https://github.com/frameless/strapi/commit/053985d86520934da50ee368a47f2cfe8dc681ac))
* **ui:** add spacing to the logo button ([a93db9c](https://github.com/frameless/strapi/commit/a93db9cac92aecf5be6259000f2f31d51c9ac57e))
* **ui:** align the nav links props with Strapi ([2d18be8](https://github.com/frameless/strapi/commit/2d18be8948dcc8e095f22d1db5397a496c46c58c))
* **ui:** create `AdvancedLink` component ([c90e20e](https://github.com/frameless/strapi/commit/c90e20ef3d80ad7b871b634b712435176a04e786))
* **ui:** create `LogoButton` & `MultiColumnsLogoButton` components ([6f1adc0](https://github.com/frameless/strapi/commit/6f1adc0eb88eb4801840c1b585c21e01d0bd8573))
* **ui:** create grid component ([d3648f9](https://github.com/frameless/strapi/commit/d3648f9f311b1bf53ac3074b129cd395d9c75d5d))
* **ui:** create new shared ui package ([07e63e0](https://github.com/frameless/strapi/commit/07e63e0ad9ea060bf970450c774c4fc37348fc68))
* **ui:** enable ordered-list component on markdown ([8565cf9](https://github.com/frameless/strapi/commit/8565cf947fc58dc7f1c70c470443f18944f7adbd))
* **ui:** improve the nav component ([e76f44b](https://github.com/frameless/strapi/commit/e76f44bd5b2bc273dfe3c5187d640b283de54c7c))
* **ui:** integrate openFormsEmbed data into MultiColumnsLogoButton ([1c77a04](https://github.com/frameless/strapi/commit/1c77a043a21a82b60da6720454484ea2f2560ff6))
* **ui:** move `LanguageSwitcher` to ui ([c20ce8c](https://github.com/frameless/strapi/commit/c20ce8c6806ec55c31d4c790c306fd2492068e53))
* **ui:** move `ScrollToTopButton` to ui ([a497932](https://github.com/frameless/strapi/commit/a4979323d7d4962273df62daa4c4ed4b7991c754))
* **ui:** move footer to ui pkg ([ff4de32](https://github.com/frameless/strapi/commit/ff4de3274366648084e0ca54173615fed9116053))
* **ui:** move image component to ui package ([5984d53](https://github.com/frameless/strapi/commit/5984d53f1e4c52376b48f254e02b28174e19298c))
* **ui:** move LoadMoreButton to ui ([42f5da0](https://github.com/frameless/strapi/commit/42f5da0d45a96aafca650dee2ad004889e05780b))
* **ui:** move ProductList to ui ([01d461d](https://github.com/frameless/strapi/commit/01d461dd1c7aa078655fbaead6a49fe99b3ec2df))
* **ui:** move SearchIndexContent to ui ([2bb2ee6](https://github.com/frameless/strapi/commit/2bb2ee6e0896e53ed3e1da2c66dc1c4389e6d144))
* **ui:** refactor & improve the footer ([bed1a8a](https://github.com/frameless/strapi/commit/bed1a8abccc8306f57e67c57e4a0ba11949a6498))
* **ui:** support sub-nav links in nav ([9adbb13](https://github.com/frameless/strapi/commit/9adbb137590aca3fd675f8eadb00e9a9bc55e6fb))
* **ui:** update the breadcrumb link style ([1c36034](https://github.com/frameless/strapi/commit/1c360348f6d383f7b52975ebedfd52d7a20cf7ae))
* **ui:** use Drawer from nl ds package ([3bc6b2f](https://github.com/frameless/strapi/commit/3bc6b2ff4a943e9023ccf97761f109319eb97246))
* **ui:** use UUID to display the price in `PriceWidget` ([2019a9d](https://github.com/frameless/strapi/commit/2019a9d41977011d8ad1e5867074d78d3e94c31d))
* update category labels ([2b7965f](https://github.com/frameless/strapi/commit/2b7965f36bebc483dccbbee0dd8ff64d80252183))
* **vth-dashboard:** create navigation data-model ([7eaf339](https://github.com/frameless/strapi/commit/7eaf339ac1aa21655d121d4893030a80065c2512))
* **vth-frontend:** integrate navigation component ([021676e](https://github.com/frameless/strapi/commit/021676ec7d4c54b587b7680d38f02561df1a36f9))
* **vth:** add banner image ([0c3cf76](https://github.com/frameless/strapi/commit/0c3cf7632837302ebc8360429e37696a6614f76c))
* **vth:** add breadcrumb to content page ([b3672af](https://github.com/frameless/strapi/commit/b3672af3b8444c5394984d4e527dfecc07992da0))
* **vth:** add breadcrumb to theme and child-theme pages ([2d18892](https://github.com/frameless/strapi/commit/2d18892db48a868f4e1d6424ed3d4614863ee0df))
* **vth:** add card images to thema and content pages ([ffb6e9e](https://github.com/frameless/strapi/commit/ffb6e9e2d64258bb9041cde5cada31e4d3b85448))
* **vth:** add demo card ([4d05b5d](https://github.com/frameless/strapi/commit/4d05b5da60b1cf941d80e1e8df279274c1bd413e))
* **vth:** add dynamic content to theme page ([077ce1c](https://github.com/frameless/strapi/commit/077ce1cbb368cdc591e893067b14219d44f5f1a9))
* **vth:** add grid ([8a52585](https://github.com/frameless/strapi/commit/8a525854ae8292deb612bbf87df30420403c3616))
* **vth:** add image url support ([ef9a1fc](https://github.com/frameless/strapi/commit/ef9a1fc09a7499e9540565bfb40e52df18b4c4d2))
* **vth:** add last updated ([2c1bae1](https://github.com/frameless/strapi/commit/2c1bae16489195d03d522c382757434cd5902de3))
* **vth:** add page layout components ([f3ce621](https://github.com/frameless/strapi/commit/f3ce621a0bed8f4e5d3fca5881425505ddb2936c))
* **vth:** add parent relation to thema and thema-content ([b775191](https://github.com/frameless/strapi/commit/b7751915c7d31524813dd00213b301a7cb7e2dc0))
* **vth:** add preview images to cards on homepage ([e8fcb39](https://github.com/frameless/strapi/commit/e8fcb3917b84f38f46223057f6326406db2f0c67))
* **vth:** add print page ([b85acef](https://github.com/frameless/strapi/commit/b85acef618fb6210e38d78ca791adbc1232c0719))
* **vth:** add print page single type ([a6fad68](https://github.com/frameless/strapi/commit/a6fad68d93bcc1806c068ede241bce64783d8df9))
* **vth:** add rich text to homepage ([abf5c14](https://github.com/frameless/strapi/commit/abf5c144f0faea1853578a7190e3809a5c2c7c11))
* **vth:** add side-nav ([772d5fc](https://github.com/frameless/strapi/commit/772d5fce8de918dca050615cce782ae6da670266))
* **vth:** add siteimprove ([efc8501](https://github.com/frameless/strapi/commit/efc85017705d91624b9ac3d577181e2d037b53fe))
* **vth:** add slug to themas and navigation on home ([6665b75](https://github.com/frameless/strapi/commit/6665b756c99b16d2210f2498465b8282138f0df6))
* **vth:** add vth frontend ([b55972d](https://github.com/frameless/strapi/commit/b55972d48a996bbe6ff892f5d097cb7499d7a090))
* **vth:** add vth-dashboard app ([#152](https://github.com/frameless/strapi/issues/152)) ([869e8bd](https://github.com/frameless/strapi/commit/869e8bdd0457a3d748254a27ac6c617d5d36ab6c))
* **vth:** collection types update ([d33a648](https://github.com/frameless/strapi/commit/d33a64887001bacc93281f618c3736c93f1a3c6a))
* **vth:** install strapi-plugin-import-export-entries ([a51bdcf](https://github.com/frameless/strapi/commit/a51bdcf0d077d188719d9aafa16e668f43fd8cda))
* **vth:** integrate preview button into vth ([81f2548](https://github.com/frameless/strapi/commit/81f254849b64a17a24c64a37c70662fd3769d242))
* **vth:** only show main themes in navigation ([42550bd](https://github.com/frameless/strapi/commit/42550bdc859d26e6a20bc8e941ac80f7287aa7cc))
* **vth:** print font sizes and element spacing ([d2940d9](https://github.com/frameless/strapi/commit/d2940d977c63307d060bf80f53027dd67731c88e))
* **vth:** render themas with card ([81252b2](https://github.com/frameless/strapi/commit/81252b22670389e186695ac5c20c66849c578212))
* **vth:** show homepage cms data ([3f46f62](https://github.com/frameless/strapi/commit/3f46f624c9b6fd353efadf7b8f4cf1646df3777e))
* **vth:** support images in rich text ([4bc1a5e](https://github.com/frameless/strapi/commit/4bc1a5eddb85cbeabe5a32bb10142ace5764d543))
* **vth:** update content queries ([132aadc](https://github.com/frameless/strapi/commit/132aadcd0e435bc48d4159f815c8c62290e96a10))
* **vth:** update queries for homepage and navigation ([6d1e6e6](https://github.com/frameless/strapi/commit/6d1e6e633627de382399f7f99c5768e07703933d))
* **vth:** update query for hoofditem ([43e3b34](https://github.com/frameless/strapi/commit/43e3b34d73d764184cb189c64139722fff042cde))
* **vth:** update thema queries and page ([8d9695b](https://github.com/frameless/strapi/commit/8d9695b6f5a3a158a84db02c97d6fbac73862f70))
* **vth:** use flexwrap fallback for breadcrumb navigation ([5cd42aa](https://github.com/frameless/strapi/commit/5cd42aa195bb6407ee1219e55a372c7dc9bf3595))
* youtube added to csp ([1440e96](https://github.com/frameless/strapi/commit/1440e96d44c4bfafc1781a3e50e9d0c7d99e3139))

### BREAKING CHANGES

* **strapi-tiptap-editor:** use UUID instead of incremental ID
* **ui:** rename `hint` to `color`
* **pdc-dashboard:** rename `aside` property to `contentRole`

Change the field type from boolean to enumeration because of the switch components
is not clear when you toggle
* deprecated `excerpt`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants