This repository was archived by the owner on Nov 20, 2024. It is now read-only.
Releases: uktrade/great-international-ui
Releases · uktrade/great-international-ui
2019.07.25
Fixed bugs:
- No ticket - Upgrade vulnerable django version to django 1.11.22
- No ticket - Updated
directory_components
to20.3.1
anddirectory_constants
to18.1.2
- CI-313 - Update JS dev dependencies to cover security vulnerabilities
- No ticket - Updated directory components requirements to fix pagination bug
- CI-301 - Opportunity cards and Article Cards now use the base template, making the whole card clickable etc.
- CI-352 - Fix image being squashed on guide landing page
- CI-365 - Change "Contact Us" section on services page in "About DIT" to markdown
- CI-368 - Add ebooks promotional section on "why choose the UK" page
- No ticket - Fixed Industries landing page extending tag being in the wrong order
- No ticket - Fix hero image on international home page
- No ticket - Fix hero images on topic and guide landing pages.
Implemented enhancements
- CMS-1692 - Added HPO form pages from Invest
- CMS-1692 - Added HPO detail page from Invest and updated styling
- TT-1678 - Rename EU exit to Brexit
- CI-267 - Added cta text and link for sector page for related opportunities section
- CI-325 - CI projects shown on sector page are randomised
- CI-211 (& CI-252 & CI-268) - Created opportunity listing page filtering by sector, region and scale
- CI-303 - Update international header design.
- CI-324 - Made sub-sector page and opportunity listing page filters by sub sector
- CI-345 - Sass changes on spacing around details section on CapitalInvestOpportunityPage
- CI-322 - Add services page to "About DIT" section
- CI-342 - Promoted similar projects on
CapitalInvestOpportunityPage
are now randomised - CI-344 -
Similar projects
title inCapitalInvestOpportunityPage
is now hard coded - CI-332 - Sass changes for mobile design for
CapitalInvestOpportunityListingPage
- CI-323 - Add "Why choose the UK" page to "About the UK" section
- CI-372 - Updated trade CTA on sector pages to go to trade contact form
- CI-367 - Updated
CapitalInvestRegionPage
and added accordions js file
2019.07.08
Fixed bugs:
- No ticket - Changed
card-grid
toflex-grid
on CI landing page, region and opp pages - No ticket - Opportunity card changes to reflect new card component changes
- No ticket - Card with publish date (industry cards) updated to use image same as directory component
Implemented enhancements
- CMS-1594 - Add perfect fit prospectus views to International UI
- CI-250 - Added an opportunity listing page template and put it behind a feature flag
- No ticket - Added 'Opportunity' Subheading for opportunity pages
- No ticket - Update breadcrumbs on opportunity pages.
- CI-271 - Add new URL for 'Invest Capital Homepage'
- CMS-1677 - Perfect fit prospectus cosmetic changes
2019.05.16_1
Merge pull request #141 from uktrade/hotfix-redis Use redis provided by vcap
2019.05.16
Merge pull request #129 from uktrade/release 2019.05.16 production release
2019.05.13_2
2019.05.13_2
Fixed bugs
- CMS-1472 Follow-up to contact form ticket: fixed incorrect margin on breadcrumbs on form pages, fix incorrect page title
2019.05.13_1
2019.05.13_1
Fixed bugs
- CMS-1472 Follow-up to contact form ticket: fixed 500 error on contact page due to wrong url in template
2019.05.13
2019.05.13
Implemented enhancements:
Fixed bugs:
- Upgraded urllib3 to fix vulnerability
- CMS-1395 Fix language cookie name and domain to be the same across all our services.
- CMS-1241 Accessibility fixes - img alt attributes and breadcrumbs
- CMS-1465 Follow-up to tree-based routing ticket: fixed breadcrumbs home link not displaying
2019.04.26
Merge pull request #86 from uktrade/develop 2019.04.26 staging release
2019.04.24
Production release 2019.04.24 (#78) * Use correct domain for eu exit contact form links (#64) * Feature flag how to do business pages * All styling changes made from design QA * Uses cta link from cms * Styling and spacing changes from design QA * Updated requirements to get new hero-with-cta allowing button to disappear unless link and text are provided * Removed unused code * Review changes, fixed indentation, sass and mobile repsonsive * Sass class chaining change * Add homepage button to how to do business feature flag * Clean up sass * CMS-1238: Apply filter_by_active_language template tag to page lists (#67) * Apply filter_by_active_language throughout to limit lists of pages * Don't make related content section conditional for campain.html * Don't filter localised_child_pages in article_list.html * Handle cases in filter_by_active_language() where the pages is None * Fix failing tests by adding languages[] to meta in test page data * Remove stray {% endif %} * Fix some more failing tests * Add 'page.' back in here :( * Restore changes to landing_page.html * Add child_pages here so that the value isn't None in the template (better reflect real life) * Remove need for filter_by_active_language() to handle None values * Placate flake8 * Apply filter_by_active_language and rework tests accordingly * Delete styling that is now in components library * Update po files * Remove unused urls copied from invest * Inherit from components base template * Update requirements * Tidy up views * Remove unused files * Improve page titles and metadata * Fix class * Change hero template to use feature flag * Update tests * Update imports * Only test templates not entire view to speed up tests * Various fixes * Remove old admin ip restrictor * Remove unused languages from settings * Fix test * Remove unused code * 2019.04.24 staging release (#77) * Upgrade directory cms client to reduce noise of logging * Update broken link in the readme (#73) * Update broken link in the readme * Update changelog for 2019.04.24 release
2019.04.11
Merge pull request #68 from uktrade/turn-on-how-to-do-business-featur…