Changelog
7.8.14 (2026-03-05)
Changed
- Update greenlandic translations.
7.8.13 (2026-03-04)
Changed
- Update greenlandic translations.
7.8.12 (2026-03-03)
Changed
- Update greenlandic translations.
7.8.11 (2026-02-01)
Changed
- Update translations.
- Use DELETE and PUT methods for Job Agent.
- Overwrite applyWithBaseUrl for Web Components
7.8.9 (2026-01-12)
Changed
- Update kl-GL translations.
7.8.8 (2026-01-12)
Changed
- Check for Job Index and LinkedIn to show their button individually
7.8.7 (2025-09-08)
Changed
- BREAKING Job Agent Form: Added an additional
<span>tag within the disclaimer label to allow inserting links from MindKey.
7.8.6 (2025-09-05)
Changed
- Update kl-GL translations.
7.8.5 (2025-07-14)
Changed
- Update is-IS translations.
Fixed
- Vacancy Details: Hide the "Company" label if company name is turned off, but company address is turned on but empty.
7.8.4 (2025-07-07)
- Update to Angular 20.
7.8.3 (2025-06-11)
Added
- All Components write a
mk-recruiting-components-versionto their root HTML tag.
7.8.2 (2025-06-10)
Fixed
- Application Form: Only add
invalidCSS class to the email repeating form field when there's an actual error for it. - Application Form: Only add
invalidCSS class to an attachment field when it was touched.
7.8.1 (2025-05-26)
Added
- Support "is-IS".
- Application Form: Support "Other" gender option.
7.8.0 (2025-04-25)
Added
- Vacancy List: Add a text based job search, see
show-searchparameter.
7.7.6 (2025-04-08)
Changed
- Application Form: Only allow the upload of specified files.
- Lookups: Include the
customerIdin the cache key.
7.7.5 (2025-04-01)
- Internal version number alignment.
7.7.4 (2025-03-26)
- Internal version number alignment.
7.7.3 (2025-03-14)
- Internal version number alignment.
7.7.2 (2025-03-11)
- Internal version number alignment.
7.7.1 (2025-03-10)
- Internal version number alignment.
7.7.0 (2025-02-27)
Added
- Application Form: Apply with Jobindex QuickApply.
- Application Form, Vacancy List, Vacancy Details, Job Agent: Add settings for Social Media sharing.
- Vacancy Details, Application Form: Add attribute
automatic-social-media-contentto set some meta tags in the HTMLheadelement.
Changed
- BREAKING Application Form: Added an additional
<span>tag within the disclaimer label to prepare for server-side usage. - BREAKING All enum values are now PascalCase instead of camelCase: AccessType, AttachmentType, DataPlacement, SortFieldType, UnsolicitedType
Fixed
- Vacancy List: The filters stopped working when the inputs of the component have been changed via JavaScript.
Deprecated
- Application Form, Vacancy Details:
title-prefixis now deprecated. Usetitle-separatorinstead.
7.6.2 (2024-10-30)
Added
- Allow a candidate to use LinkedIn to fill in some basic data.
- Application Form: Add a
enable-picture-previewoption. See here for more information.
Changed
- Application Form: We're sending the note via a string field now instead of creating a text-blob for uploading. This is only relevant if you use the API directly.
7.6.1 (2024-09-20)
Added
- Documentation for the Vacancy Preview feature.
7.6.0 (2024-09-11)
Changed
- Update to Angular 18.
- BREAKING Drop iFrame support.
7.5.7 (2024-08-05)
Fixed
- Application Form, Job Agent: Some select fields showed required marker instead of their original drop down button icon.
7.5.6 (2024-06-21)
Fixed
- Vacancy Details: Show vacancy with a start date in the future when preview mode is enabled.
7.5.5 (2024-06-21)
Fixed
- Application Form, Vacancy Details: Show vacancies that expire "today" - they were not found before.
7.5.4 (2024-06-11)
Changed
- Documentation only update.
7.5.3 (2024-06-06)
Fixed
- Application Form: If application form type was set up to show media and made it mandatory but the vacancy did not include any media the application form stayed invalid even after filling out all other fields correctly. Now the application form will also check if any media is available at all, otherwise it will not be mandatory.
- Culture was always set to en unless set instead of running the fallback algorithm as described in Language & Culture.
- BREAKING When "Show Disclaimer" has been turned off, the "Disclaimer" headline was still visible. This is fixed now, but it changed the HTML a little.
@@ -1,5 +1,5 @@
<fieldset>
<legend>Disclaimer</legend>
- <p class="api-error></p>
- <button type="submit"></button>
</fieldset>
+<p class="api-error></p>
+<button type="submit"></button>
7.5.2 (2024-05-14)
Added
- Vacancy Details: Add
vacancy-list-urlto show a link to the user in case a vacancy is unavailable. - Vacancy Details: Add
unsolicited-application-urlto show a link to the user in case a vacancy is unavailable.
Fixed
- The API may respond with null/undefined array fields that may break the Web Components. We map all fields to empty array now.
7.5.1 (2024-05-06)
Fixed
- Application Form, Vacancy Details: Fix a crash that happens when the vacancy start date has not been set.
7.5.0 (2024-05-06)
Added
- Vacancy List: New filter for fields of work.
- Vacancy List: Add attribute
show-imagesto show list images, turned off per default. See Vacancy List for more information. - Vacancy List: Add attribute
use-banner-image-fallbackto fall back to a banner image if no list image has been set. See Vacancy List for more information. - Vacancy Details: Add attribute
show-imageto show a banner image, turned off per default. See Vacancy Details for more information. - Vacancy Details: Add preview query parameter to API call when detail page is called with an additional preview query parameter.
Changed
- Application Form: The "Allow Save Disclaimer" now accepts HTML. This is helpful, e.g. to include a link to your privacy statement.
Fixed
- Application Form: Won't send a translated country or nationality name to the API anymore.
- Vacancy Details, Application Form: Don't show closed vacancies anymore.