Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 9.3.0 #513

Merged
merged 25 commits into from
Mar 20, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
23e1327
DP-12843: Add new pattern and begining styles
clair0917 Feb 28, 2019
098211f
DP-12843: add more locations section
clair0917 Mar 3, 2019
e52d83e
DP-12843: add related locations to page for styling
clair0917 Mar 3, 2019
c78d2a5
DP-12843: layout and styling
clair0917 Mar 3, 2019
b24b593
DP-12843: dynamic header level for more locations
clair0917 Mar 3, 2019
535441c
template updates to locations page
clair0917 Mar 3, 2019
eeec036
DP-12843: add json file for pattern with no pages
clair0917 Mar 3, 2019
d37b714
DP-12843: add changelog and backstop updates
clair0917 Mar 3, 2019
2747482
Merge remote-tracking branch 'origin/develop' into patternlab/DP-1284…
clair0917 Mar 3, 2019
2355612
DP-12843: styles for 3 links
clair0917 Mar 8, 2019
8355b39
DP-12843: add two locations json file and desktop styles
clair0917 Mar 12, 2019
07892e6
DP-12843: mobile and tablet styles for 2 and 3 locations
clair0917 Mar 12, 2019
3ee55a0
Merge remote-tracking branch 'origin/develop' into patternlab/DP-1284…
clair0917 Mar 12, 2019
eaedae5
DP-12843: add updated backstop files
clair0917 Mar 12, 2019
d639062
Update README.md (#501)
alarrimore Mar 13, 2019
dfd886a
Merge pull request #509 from massgov/master
clairesunstudio Mar 14, 2019
c143676
Merge remote-tracking branch 'origin/develop' into patternlab/DP-1284…
clair0917 Mar 14, 2019
b6d538f
DP-12843: fix IE layout bug
clair0917 Mar 14, 2019
6eab92b
DP-12843: add updated backstop file
clair0917 Mar 14, 2019
f82ddaa
DP-8334: Use NPM instead of Bower to pull in front end dependencies (…
rbayliss Mar 18, 2019
2740162
DP-12682/DP-12682 How to page template mapping (#485)
mrossi113 Mar 19, 2019
3886499
Merge pull request #496 from massgov/patternlab/DP-12843--changes-to-…
sumeetpareek Mar 20, 2019
0dd4371
React/DP-12921: Prevents min/max from being past on InputNumber and I…
smurrayatwork Mar 20, 2019
d557bc4
consolidate changelog
clairesunstudio Mar 20, 2019
d91ac55
add component to changelog
clairesunstudio Mar 20, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added .DS_Store
Binary file not shown.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
**For example**
- DP-1234: The short description text on a [service detail](http://mayflower.digital.mass.gov/?p=pages-detail-for-service-howto-location) page banner ([@organisms/by-template/page-banner](http://mayflower.digital.mass.gov/?p=organisms-page-banner)) should now render ([PR #493](https://github.com/massgov/mayflower/pull/493))

## 9.3.0 (03/20/2019)

### Changed
- (Patternlab) DP-8334: Use NPM instead of Bower to pull in front end dependencies #502
- (Patternlab) [RelatedLocations] DP-12843: Changes to location page to show link to all locations #496
- (Patternlab) DP-12682: Changes to the details.twig to use the class `sidebar sidebar--colored` in sidebar. #485
- (React) [InputNumber] DP-12921: Limits the component from changing value between the min and max passed. #503
- (React) [InputCurrency] DP-12921: Limits the component from changing value between the min and max passed. #503
- (React) [InputCurrency] DP-12734: Removes placeholder on focus if no value in input. Puts placeholder back if no value in input. #503

### Removed
- (Patternlab) DP-12682: Removed the social media links on the Howto page. #485

### Added
- (Patternlab) [TabularData] DP-12682: Added a block to the tabular-data.twig for template mapping. #485

### Fixed
- (Docs) [Readme] DP-12921: Fixed broken link in Mayflower readme #501

## 9.2.1 (03/13/2019)

### Fixed
Expand Down
119 changes: 119 additions & 0 deletions assets/scss/03-organisms/_related-locations.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
.ma__related-locations {
background-color: $c-bg-section;

&__container {
@include ma-container;
border-bottom: 2px solid $c-bd-divider;
padding-top: 60px;
padding-bottom: 50px;

& > * {

@media ($bp-large-min) {
margin-left: 160px;
}

@media ($bp-x-large-min) {
margin-left: 210px;
}
}

}

&__title {
@include ma-border-decorative;
@include ma-border-decorative($c-primary-alt);
margin-bottom: 45px;
padding-bottom: 16px;
}

&__items {

@media ($bp-small-min) {
display: flex;
justify-content: space-between;
}

@media ($bp-large-extended-min) {
justify-content: flex-start;
}
}

&__item {
margin-bottom: 30px;
width: 100%;
position: relative;

@media ($bp-small-min) {
width: 30%;
}

&:nth-child(2) {

@media ($bp-large-extended-min) {
width: 39%;
border-left: 1px solid $c-gray-light;

a {
margin: 0 auto;
}
}


}

&:nth-child(3) {

@media ($bp-large-extended-min) {
border-left: 1px solid $c-gray-light;

a {
float: right;
}
}
}

&:hover {

.ma__related-location__title {
text-decoration: underline;
}
}

.ma__related-location {
max-width: 230px;
display: block;

&__title {
display: block;
padding-right: 20px;
text-align: left;
line-height: 1.2;

svg {
display: inline-block;
height: .6em;
width: .6em;
fill: rgba($c-font-link,.5);
}

@media ($bp-large-min) {
padding: 0;
font-size: 1.65rem;
}
}
}
}

.ma__more-locations__items {

h3 {
padding-bottom: 0;
margin-bottom: 1rem;

&::after {
display: none;
}
}
}
}
1 change: 0 additions & 1 deletion assets/scss/03-organisms/_suggested-pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
&__item--figure {
display: block;
margin: 0 0 35px 0;
vertical-align: top;

a {
height: 100%;
Expand Down
1 change: 1 addition & 0 deletions assets/scss/03-organisms/_tabular-data.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.post-content > &,
.main-content--full .page-content > & {
@include ma-container();
margin-top: 0px;
}

.ma__rich-text {
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The goals of Mayflower are:
| :--- | :--- | :--- | :--- |
| [**Mass.gov**](https://mass.gov) | Drupal | [EOTSS Digital Services Team](https://www.mass.gov/orgs/digital-services) | Mayflower Patternlab |
| [**Search.mass.gov**](https://search.mass.gov) | React + S3 | [EOTSS Digital Services Team](https://www.mass.gov/orgs/digital-services) | Mayflower React |
| [**RideShare Report**](https://mass.gov/rideshare) | React + S3 | [EOTSS Digital Services Team](https://www.mass.gov/orgs/digital-services) | Mayflower React |
| [**RideShare Report**](https://www.mass.gov/rideshare) | React + S3 | [EOTSS Digital Services Team](https://www.mass.gov/orgs/digital-services) | Mayflower React |
| [**Public Water Doc Search**](https://massgov.github.io/MassDEP/brp/dwp/pws-documents-search/build/%20) | React + Github Pages | MassDEP | Mayflower artifacts |
| [**RMV ATLAS**](https://atlas-myrmv.massdot.state.ma.us/myrmv/_/) | FAST proprietary | MassDOT | Mayflower inspired |
| [**MassDOT Open Data Portal**](https://geo-massdot.opendata.arcgis.com) | ArcGIS | MassDOT | Mayflower inspired |
Expand Down
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.
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.
Loading