- Added card-with-hyperlink-list pattern
- Added horizontal-card pattern
- Added icon-with-excerpt pattern
- Added dswp-horizontal-card-large-img-left pattern
- Added dswp-horizontal-card-large-img-right pattern
- Added dswp-vertical-card pattern
- Added dswp-information-contact-socials
- Added dswp-team-pattern
- Integrate reusable unit tests from WordPress utils (DESCW-2664)
- Added new colors to global color variables (DSWP-2)
- Added Design System Callout style variation to core/header block. (DSWP-52)
- DWSP-46 Added testing framework
- DWSP-39 Refactor Block Patterns for dswp-image-text and dswp-image-text-flipped to Maintain Spacing on Mobile
- DWSP-38 Fix Spacing Issues on DSWP Image Text Patterns.
- Updated to version 1.1.0
- Launch of version 1.0.0
- DWSP-35 Make page templates and template parts more reusable.
- DWSP-34 Fix block gap and navigation overrides. Fixed template layout and structure.
- DWSP-32 Added new patterns for image and text - image and text flipped
- DSWP-21Fixed bug related to header and footer template parts
- DSWP-19Added mapped design token as defaults for global site styles through theme.json
- Implemented new design system into global site editor
- Added mapped design token options to typography size options
- Added design tokens from BC design system for use as variables in sass
- Added Header Template Part
- Added VuePress Site.
- DESCW-2473
- Set up package.json for theme, including scripts for building and testing.
- installed dev dependencies for wordpress scripts, fonts, eslint, and stylelint.
- Set up composer.json test, coverage, production, and checklist scripts.
- Tested each composer.json and package.json script to ensure they work properly.
- Added Folders and absolute minimum boilerplate files needed by these scripts.
- DEVELOPER NOTE: The
lint:md:docs
script does not have the capability to fix Markdown errors. - got the
lint:md:docs
script to ignore thechecklist.md
file, vendor, and node_module directories. - added .prettierrc (taken from bcgov-block-theme)
- made some suggested changes to fix build errors