Directory-components

Latest version: v40.2.3

Safety actively analyzes 629359 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 23 of 30

20.2.0

Not secure
[Full Changelog](https://github.com/uktrade/directory-components/pull/232/files)
Implemented enhancements
- Added new `Search page components` including the `selected filters` and `expandable options` components

20.1.0

Not secure
[Full Changelog](https://github.com/uktrade/directory-components/pull/226/files)

Implemented enhancements
- Added `error_box` and `success_box` template tags
- Removed MANIFEST.in

20.0.1

Not secure
[Full Changelog](https://github.com/uktrade/directory-components/pull/225/files)
Bug fixes
- Fixed build on gov uk PaaS

20.0.0

Not secure
[Full Changelog](https://github.com/uktrade/directory-components/pull/224/files)

Breaking Changes
- Updated to version 18.x.x of directory-constants.

19.0.1

Not secure
[Full Changelog](https://github.com/uktrade/directory-components/pull/223/files)

Bug fixes
- Fixed too tall line height in header domestic/international links

19.0.0

Not secure
[Full Changelog](https://github.com/uktrade/directory-components/pull/217/files)

Implemented enhancements
- Added new tagging.js file to automatically tag links forms and videos.
- Added new ga360_data tag for customising data sent to GA360.
- Removed old methods for GA360 interaction tagging.
- Added GTM page to the demo app to explain how it all works

Breaking Changes
- `ga360_tracker` has been removed.
- You can now (probably) just delete any existing `tagging.js` files. Most user interaction tagging will now be
performed automatically via the `tagging.js` file within directory components.
See the [google tag manager demo page](https://directory-components-dev.herokuapp.com/google-tag-manager/) for details of what's covered in the new system.
- `dit.components.greatDomesticHeader.js` has been removed from the base template. Each service will now need to explicitly load the JS file for the version of the header they are using e.g.


{% block header_js %}
{{ block.super }}
<script src="{% static 'directory_components/js/dit.components.greatDomesticHeader.js' %}"></script>
{% endblock %}


Or for international-facing services:


{% block header_js %}
{{ block.super }}
<script src="{% static 'directory_components/js/dit.components.greatInternationalHeader.js' %}"></script>
{% endblock %}

Page 23 of 30

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.