Releases: localgovdrupal/localgov_theme
1.0.2
This theme is now deprecated and no longer actively supported
The recommended base theme for new sites is https://github.com/localgovdrupal/localgov_base
For further discussion on this see:
What's Changed
- Bug fix: Nonexistent base_path variable in html.html.twig by @Adnan-cds in #197
- Amended template variables and classes in form-element.html.twg by @MattOz-CDS in #199
- Don't test against LocalGov Drupal 1.x by @stephen-cox in #209
- Replace deprecated file_create_url() and file_url_transform_relative() functions by @stephen-cox in #207
New Contributors
- @MattOz-CDS made their first contribution in #199
Full Changelog: 1.0.1...1.0.2
1.0.1
Changelog:
#179 @Adnan-cds @andybroomfield Reformats File link in Media Document
#184 @stephen-cox @andybroomfield Fixed test name
#186 @Adnan-cds @andybroomfield Restoring template for renamed field
#190 @stephen-cox @finnlewis Updated GitHub CI to test the 1.x branch against D8 and D9
#193 @Adnan-cds @finnlewis @cjstevens78 Form element description position
#195 @stephen-cox @markconroy @danchamp Styling and templates for sitewide search
1.0.0-alpha5
Changelog:
#176 @cjstevens78 @danchamp Remove redundant type attribute for #175
#159 @paulpopus @andybroomfield @Adnan-cds Add check for NodeInterface on object for #132
#173 @dependabot @paulpopus Bump y18n from 3.2.1 to 3.2.2
1.0.0
Tagging Policy - 1.0.0
localgovdrupal/localgov#194
No updates.
1.0.0-alpha4
Rename core provided fields from field_* to localgov_*
Caution
Please see Please see https://github.com/localgovdrupal/localgov/releases/tag/1.0.0-alpha4
This is the update that renames fields.
When updating to this release, you must also update run database updates and export the configuration.
This update performs the following field rename
field_email_address to localgov_email_address
field_facebook to localgov_facebook
field_phone to localgov_phone
field_twitter to localgov_twitter
Full release notes for this update for all field renaming updates.
These modules and theme update will update the field machine names used in the service landing, sub landing, service page and the page components paragraph. This also renames references to those fields in localgov theme.
The following fields machine names will be updated:
field_email_address to localgov_email_address
field_facebook to localgov_facebook
field_phone to localgov_phone
field_twitter to localgov_twitter
field_page_components to localgov_page_components
field_address_first_line to localgov_address_first_line
field_address to localgov_address
field_contact_us_online to localgov_contact_us_online
field_destinations to localgov_destination
field_hearing_difficulties_phone to localgov_hearing_difficulties_ph
field_link_to_map to localgov_link_to_map
field_opening_hours to localgov_opening_hours
field_other_team_contacts to localgov_other_team_contacts
field_popular_topics to localgov_popular_topics
field_common_tasks to localgov_common_tasks
field_download_links to localgov_download_links
field_hide_related_topics to localgov_hide_related_topics
field_override_related_links to localgov_override_related_links
field_related_links to localgov_related_links
field_service_status_on_list to localgov_service_status_on_list
field_enable_service_updates to localgov_enable_service_updates
field_service_status to localgov_service_status
field_service_status_on_landing to localgov_service_status_on_landi
field_topics to localgov_topics
Before you begin, make sure you have a complete back up of your sites code, files and database as these updates cannot be rolled back once applied. You should also export and commit your current config as part of the update process involves exporting and reimporting the sites config to get the renamed field names to stick.
Update to these modules using composer update. It is important to update to the latest releases of localgov_core, localgov_services, localgov_page_components and localgov_theme at the same time.
Next run the database updates. Run the database updates either by visiting yoursite.com/update.php or using the command drush updb. This will go through each module and rename the fields used by each module.
Once database updates have been run, you must export your config (eg. using drush cex) and commit your config to version control. This is so that the changed field names are preserved in your site. Then import the config using drush cim which will remove any last references to the old field name.
If you import the old site config before exporting it, the old field names will be resurrected. If this happens you will need to manually change the database installed version and re-run the database updates for that module.
After applying these updates, check your sites theme and custom modules for any references to the old field names and search and replace them. Test the site to check for all data is present and fields are displaying correctly. Then commit and deploy the update.
To keep your current versions if you are not ready to update yet, add the following to your root composer.json and run composer update.
"localgovdrupal/localgov_core": "1.0.0-alpha2",
"localgovdrupal/localgov_services": "1.0.0-alpha2",
"localgovdrupal/localgov_page_components": "1.0.0-alpha1",
"localgovdrupal/localgov_theme": "1.0.0-alpha3"
This will prevent these modules and theme being updated, however to get future updates you will need to proceed with the update.
Changelog
This release includes the following:
Bump ini from 1.3.5 to 1.3.8 #140
Bug fix for page template suggestion #143
remove svg fallbacks as obsolete and causing css aggregation to fail #145
Feature/137 stepsidebar #138
Bump bl from 1.2.2 to 1.2.3 #141
Bug fix: Avoid duplicate field id #148
Feature/146 skip main #147
Fix invalid id for nav toggle aria-controls #151
Update node modules for security updates against dependabot #157
Remove unused gulp modules for security updates #158
Add class for bootstrap component in drupal status messages #160
Move skip to main content anchor link to header and out of the nav landmark #166
Resolve stylelint issues from compilation #165
Correctly provide string for bootstrap value override #164
Add fr as an allowed CSS unit #171
Rename field refrences to localgov #153
cjstevens78 and others added 30 commits on 4 Dec 2020
@cjstevens78
change bootstrap class for sidebar from sm to md
b911885
@cjstevens78
reset main removed erroneous line of code
4107c8c
@dependabot
Bump ini from 1.3.5 to 1.3.8 …
fe9ba9a
@cjstevens78
Merge pull request #140 from localgovdrupal/dependabot/npm_and_yarn/i… …
528f089
@dependabot
Bump bl from 1.2.2 to 1.2.3 …
6749dbd
@Adnan-cds
Bug fix for page template suggestion. …
c4e4524
@Adnan-cds
Updating Github actions test runner.
7bcbe7e
@cjstevens78
remove svg fallbacks as obsolete and causing css aggregation to fail
ba682d2
@Adnan-cds
Merge pull request #143 from localgovdrupal/fix/page-tpl-suggestion …
a3b0eec
@cjstevens78
merge with origin master …
0a80519
@cjstevens78
Merge pull request #145 from localgovdrupal/feature/144-font-svgs …
c26cc6d
@cjstevens78
add skip to main link to nav landmark
574bc8e
@cjstevens78
add skip to main link to nav landmark and indentation
1d62dc1
@cjstevens78
Merge pull request #138 from localgovdrupal/feature/137-stepsidebar …
70a091c
@cjstevens78
Merge pull request #141 from localgovdrupal/dependabot/npm_and_yarn/b… …
3fb6db3
@Adnan-cds
Bug fix: Avoids duplicate field id. …
1289101
@Adnan-cds
Merge pull request #148 from localgovdrupal/fix/duplicate-field-id …
24f7947
@cjstevens78
Merge pull request #147 from localgovdrupal/feature/146-skip-main …
fdcdc67
@danchamp
Fix invalid id for nav toggle aria-controls
d762568
@danchamp
Merge pull request #151 from localgovdrupal/fix/150-nav-aria-controls …
8f48be9
@paulpopus
Run first npm update
63e4593
@paulpopus
Merge pull request #157 from localgovdrupal/hotfix/security-update-30… …
1176e24
@paulpopus
Remove unused gulp modules
a058836
@paulpopus
Merge pull request #158 from localgovdrupal/hotfix/security-update-30… …
479ee17
@paulpopus
Add class for bootstrap component in drupal status messages
c0c5943
@paulpopus
Correctly provide string for bootstrap value override
28a995a
@paulpopus
Properly check that the compilation stage has no errors
0392389
@paulpopus
Resolve stylelint issues from compilation
b8fa46a
@paulpopus
Merge pull request #160 from localgovdrupal/feature/135-style-drupal-… …
168a561
@paulpopus
Move skip to main content anchor link to header and out of the nav la… …
6c093fc
paulpopus and others added 8 commits 28 days ago
@paulpopus
Merge pull request #166 from localgovdrupal/hotfix/146-move-skip-cont… …
abaf1a3
@paulpopus
Remove px from unit whitelist and replace 1px with 1rem mixin in ale… …
de556a5
@paulpopus
Merge pull request #165 from localgovdrupal/hotfix/161-fix-stylelint-… …
04bb420
@paulpopus
Merge pull request #164 from localgovdrupal/hotfix/162-fix-compilatio… …
f1cd33c
@danchamp
Add fr as an allowed CSS unit
8373d2f
@danchamp
Merge pull request #171 from localgovdrupal/feature/170-fr-allowed-unit …
ad1d38b
@andybroomfield
Rename clean class reference to localgov versions …
76f300b
@andybroomfield
Merge pull request #153 from localgovdrupal/fix/152-renamed-fields …
f7b6b29
Various visual tweaks picked up following integration into Croydon
New release related to PR here: #133
Amends to button styling - colours mainly, bootstrap overrides and an introduction of button specific variables
Remove the ‘theme’ sass file as this was added really early on as a file for theme specific modifiers and is now redundant
Add base font sizing for header using custom variables rather than the default bootstrap calc
Allow the use of h2 as well as h3 headers in service pages
Change the margin on the breadcrumb
Remove the default bold on links that are displayed within the body
Styling for the alert banner
Spacing changes to service page cta blocks
Github set env change
Changes throughout to uplift bootstrap ‘sm’ responsive class to ‘md’
1.0.0-alpha2
Following discussion and PR on #121, tagging a new alpha release from the release branch. Tag = 1.0.0-alpha2