Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Releases: cagov/ca-design-system-gutenberg-blocks

Bump plugin

01 Jul 14:22
Compare
Choose a tag to compare

Testing issue with update hook

Minor styling and small pre-launch details

30 Jun 23:52
097d26b
Compare
Choose a tag to compare
  • Alignment homepage
  • twitter timeline moved to script instead of trying to embed in Custom HTML
  • content navigation encoding & polyfill for safari support

Performance, accessibility, styling, QA fixes

29 Jun 19:07
0f846cf
Compare
Choose a tag to compare
  • Responsive style and layout adjustments
  • Performance improvements to plugin
  • Accessibility on hero (requires resaving hero element)
  • Name spacing fixes across all blocks
  • Control pagination on announcmenets
  • Remove extra header elements for content navigation
  • Rename interface template names to be more clear
  • Fix broken event pattern block (bad namespace)

DB update note: Post list, card grid & hero need minor css adjustment on update to match correct namespace & add new .cagov-block which controls spacing between elements. .cagov-stack aligns elements with in a block. These can be manual fixes and do not require any migration scripts at this point in time.

Editor styles

24 Jun 19:42
88bec75
Compare
Choose a tag to compare

Update editor styles.

Layout & style updates

23 Jun 23:03
22f67de
Compare
Choose a tag to compare
  • Accommodate main container wrapper needs for CAWeb interaction elements (shift our content into a div .ds-content-layout, which will be used for future design iterations as our Design System external div (preventing conflicts and div injections and changes from theme from slowing down iterations. (Note on implementing layouts like EveryLayout - working in a WordPress editing environment and creating editor parity with the output design benefits from having a reliable basis with minimal class conflicts.
  • Merge link fix for Safari issue on hero links
  • Temporary fix layout of breadcrumb on default Page type (currently no pages use the default, but we are trying to make sure the default renders similarly to Page layout and can revisit more post-launch)
  • Unlink category link from Post pages, we are not using category paths on the site with current design.
  • Remove accordion styles that are hosted from an external bundle.

Page templates and components

23 Jun 01:09
743d53c
Compare
Choose a tag to compare

1.0.8.1
Integrate changes from Danny's refactor changes (php formatter set up) - keep hooks and filters, remove default template override.
Maintain our design template for different pages and posts that require design flexibility.
Integrate CSS changes from independently working developers & reorganize so that new css is in correct scope.
Add CSS comments
CSS cleanup & spot-checking that custom typography inherits correctly
Normalize Gutenberg block icons
Add Page Alert
Add, and then remove social media integration (in favor of a 3rd party plugin autodescription - which has a lot of features, and needs stakeholder review. (Keep code sample for integrating logo in footer, for when we can coordinate & decide correct ownership of sitewide options.)
Remove admin page title updater, no longer necessary.
Clean up blocks.
Fix PHP errors

1.0.8.2
Fix category breadcrumb
Removed a couple duplicated function calls
Clean up connection to external CSS
Test mobile typography fixes & then unstage them.

1.0.8.3

  • adjust every layout specification
  • DS prefixes on templates
  • category template hidden in "plugin" folder out of php template directory checking.

Pages, posts and typography support

23 Jun 00:10
ae7a912
Compare
Choose a tag to compare
Pre-release

1.0.8.1

  • Integrate changes from Danny's refactor changes (php formatter set up) - keep hooks and filters, remove default template override.
  • Maintain our design template for different pages and posts that require design flexibility.
  • Integrate CSS changes from independently working developers & reorganize so that new css is in correct scope.
  • Add CSS comments
  • CSS cleanup & spot-checking that custom typography inherits correctly
  • Normalize Gutenberg block icons
  • Add Page Alert
  • Add, and then remove social media integration (in favor of a 3rd party plugin autodescription - which has a lot of features, and needs stakeholder review. (Keep code sample for integrating logo in footer, for when we can coordinate & decide correct ownership of sitewide options.)
  • Remove admin page title updater, no longer necessary.
  • Clean up blocks.
  • Fix PHP errors

1.0.8.2

  • Fix category breadcrumb
  • Removed a couple duplicated function calls
  • Clean up connection to external CSS
  • Test mobile typography fixes & then unstage them.

Typography, Blocks, Code cleanup

22 Jun 14:21
ae7a912
Compare
Choose a tag to compare
Pre-release
  • Integrate changes from Danny's refactor changes (php formatter set up) - keep hooks and filters, remove default template override.
  • Maintain our design template for different pages and posts that require design flexibility.
  • Integrate CSS changes from independently working developers & reorganize so that new css is in correct scope.
  • Add CSS comments
  • CSS cleanup & spot-checking that custom typography inherits correctly
  • Normalize Gutenberg block icons
  • Add Page Alert
  • Add, and then remove social media integration (in favor of a 3rd party plugin autodescription - which has a lot of features, and needs stakeholder review. (Keep code sample for integrating logo in footer, for when we can coordinate & decide correct ownership of sitewide options.)
  • Remove admin page title updater, no longer necessary.
  • Clean up blocks.
  • Fix PHP errors

Page templates and components

18 Jun 05:29
10ed42c
Compare
Choose a tag to compare
  • More template work
  • Accordions
  • Event detail and materials and patterns
  • Styling work
  • Content footer
  • Breadcrumbs

Pages and Posts support

16 Jun 00:46
1087688
Compare
Choose a tag to compare

Mostly changes supporting pages & posts.

More general plugin clean up.
Starting to include the web component + WP css with an action.
breadcrumb action
page and post templates (standard page, single column page, post (announcement, event and press release)
support excerpts in post-list
use one web-component (post-list) three ways (for homepage, as wrapped by announcement-list) - on category-template.php, and as a GB to add a custom list to any content page. (Still needs paginator.)
Stubs for event-detail
Build mode support & rendering compiled components to the front end.
Merged prior releases
Styles for homepage (desktop)
Styles for a single-column page (mobile/desktop)