Releases: helpscout/doc-article-styles
Doc Article Styles - v0.1.6
Add styles for nested <ol>
tags
We had a customer report this issue against the iOS SDK, but it looks like all Beacon clients need this css to match the behavior of docs web.
I'm not sure about the margins if someone from design could weigh in on those. Below is a screenshot of these changes applied to iOS.
Once we push the changes here, I'll write up cards for all Beacon clients to pull in the latest versions.
iOS changes - dynamic type and horizontal wrapping
This brings in a bunch of changes from the iOS SDK project into the iOS-specific css.
Original PRs
https://github.com/helpscout/beacon-ios-sdk-private/pull/148
https://github.com/helpscout/beacon-ios-sdk-private/pull/136
https://github.com/helpscout/beacon-ios-sdk-private/pull/116
Doc Article Styles - v0.1.4
Update link colours for BeaconHistoryTimeline
Doc Article Styles - v0.1.3
Update callout heading + p font weight.
Doc Article Styles - v0.1.2
Doc Article Styles - v0.1.1
Firefox: pre Rendering fix
(GIF shows rendering wonkiness with border-radius turned on)
This update fixes the pre
tag rendering issues in Firefox.
The solution was to remove (or rather reset) the border-radius
styles, but only in FF within the stylesheet.
Absolutely no idea why this happens. This seems to resolve the
issue.
Doc Article Styles - v0.0.10
Heading/Paragraph adjustments
This update adjusts the font-size for h4 to scale nicer and look less like
an H3.
It also provides margins to direct div
siblings of the article container,
to mimic the margins a <p>
tag would have.
Lastly, the margins of <p>
and direct <div>
have been bumped up from
1em
to 1.5em
.
Doc Article Styles - v0.0.9
Doc Article Styles - v0.0.8
Doc Article Styles - v0.0.7
List: Adjust spacing
This update adjusts the margin/padding for ul/ol/li
selectors.
Doc Article Styles - v0.0.6
Add Timeline component styles
This update adds a new Timeline component shared styles. The Timeline styles
have been added to the base styles. However, a dedicated stylesheet file
is provided as well.
Markup has also been provided with the example timeline.html file.
The markup is build purely with div
elements, to reduce the risk of expected
CSS overrides (at much as possible). In order to maintain accessibility,
role
were provided to the applicable selectors.
The sass.js
build file has been updated with a glob convention, to make it
easier to define target files.