Skip to content

Commit

Permalink
Merge branch 'develop' into core/storybook-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
clairesunstudio committed Nov 23, 2020
2 parents 71d7743 + fd2b88b commit 342e73d
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 55 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,14 +393,15 @@ workflows:
branches: { ignore: /(docs|patternlab\/|react\/|core\/).*/ }

# Release branch automation every Monday at 2:00 p.m. ET "00 18 * * 1"
# Release branch automation every Monday at 3:45 p.m. ET "45 19 * * 1" (temp)
release:
jobs:
- build
- release_branch:
requires: [build]
triggers:
- schedule:
cron: "00 18 * * 1"
cron: "45 19 * * 1"
filters:
branches:
only:
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Mayflower Release Notes
All notable changes to this project will be documented in this file.

## 10.3.0 (11/23/2020)
### Fixed
- (Patternlab) [RelationshipIndicator] DP-19520: Specify the link color for the second unit. (#1257)
- (Patternlab) [StickyNav] DP-20499: Align stikcy nav to the top of the page with screen width 780px and less. (#1268)

### Added
- (Assets) [null] Added support for the generation of static HTML for header, header hamburger, header mixed, header slim, header slim with nav, footer, and footer slim. (#1267)
- (Assets) [null] Added support for the generation of static JS for header, header hamburger, and header mixed. (#1267)
- (Assets) [Logos] Added PNG and SVG formats for all official state seal variations `stateseal.[png|svg]`, `stateseal-color.[png|svg]`, `stateseal-black.[png|svg]`, `stateseal-white.[png|svg]`. (#1273)

### Changed
- (Assets) [null] Changed global.scss path for static assets to point to unpkg CDN url. (#1267)
- (Assets) [03-organisms/header-slim] Added missing styles from 01-atoms/button-with-icon, 01-atoms/button-search, and 01-atoms/buttons, needed by 03-organisms/header-slim. (#1267)
- (Assets) [null] Restructured build directory to contain both js and scss files meant to be used for building static assets. (#1267)
- (Patternlab) [js/modules/mainNav.js] Changed main nav js for window resize to use addEventListener instead of undefined addEventHandler. (#1267)
- (Patternlab) [js/modules/mobileNav.js, js/modules/mainNavMixed.js] Renamed variable names to be unique for each module file, allowing those files to be combined without conflicts for static js generation. (#1267)
- (React) [HeaderSlim] Updated story to use correct css class name on skip nav element. (#1267)
- (Assets) [Logos] Optimize and standardize existing state seals PNGs in assets to reduce file sizes for web usage without sacrificing qualities. (#1273)

## 10.2.0 (11/16/2020)
### Added
- (React, Patternlab) [iframe] DP-19391: Added raw to iframe templates. (#1199)
Expand Down
6 changes: 0 additions & 6 deletions changelogs/DP-19520.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/DP-20499.yml

This file was deleted.

42 changes: 0 additions & 42 deletions changelogs/core-header-footer.yml

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/assets/static/images/logo/stateseal-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/assets/static/images/logo/stateseal-color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/assets/static/images/logo/stateseal-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/assets/static/images/logo/stateseal-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/assets/static/images/logo/stateseal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/assets/static/images/logo/stateseal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 342e73d

Please sign in to comment.