Releases: CityOfPhiladelphia/standards
Releases · CityOfPhiladelphia/standards
0.12.0
0.11.2
Adds new colors:
phanatic-green
love-park-red
pride-purple
0.11.1
- Add utility classes for flex grid to App & Base standards.
- Provide the ability to inherit background and color styles via a mixin. Ensure overrides on common elements, such as table headers.
0.11.0
- Adds vertical table styles
0.10.0
- Add table styles to
phila-app.css
0.9.2
Bug fixes
- Corrects active, hover & foucs states on
<button>
and.button
. - Uses smaller version of yellow/white logo
0.9.1
In this release
Upgrade to Foundation 6.4.2. First release of the application template to provide developers with an easy way to include the Standards in their projects with less dependencies.
Changes
- Simplifies button markup for
.button
and<button>
- Adds sass-lint test
- Cleans up location of some SASS blocks
Bug fixes
- Doesn't always force display:table on ol and ul in the article tag. Now a class can be added for that functionality.
0.8.0
In this release
Upgrade to Foundation 6.4.1 & associated tweaks.
Other changes
- Adds gray background to mobile drilldown menu for consistency.
- The background of the services mega menu was dropping out, removing height: 100% on the container corrected the problem.
Bug fixes
- Correct order of services mega menu.
- Run equal height on mega menu.
0.7.2
In this release
Browser testing revealed that mobile menus were falling below the header on iOS devices. This corrects that issue.
Bug Fixes
- Add
top:0
to top-bar
0.7.1
In this release
Minor tweaks to address layout issues in beta.
Bug Fixes
- Use tables for service update layout.
- Correct min-height on buttons.
- Use color mixin.