Skip to content

Releases: helpscout/doc-article-styles

Doc Article Styles - v0.1.6

09 Apr 15:19
Compare
Choose a tag to compare

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.

Screen Shot 2019-04-01 at 12 26 19 PM

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

14 Feb 15:18
Compare
Choose a tag to compare

Update link colours for BeaconHistoryTimeline

Doc Article Styles - v0.1.3

13 Feb 21:48
Compare
Choose a tag to compare

Update callout heading + p font weight.

Doc Article Styles - v0.1.2

13 Feb 21:47
Compare
Choose a tag to compare

Update Blues!

screen shot 2019-02-13 at 4 25 51 pm

This update modifies the shades of blue to match the new rebranded blue.

Doc Article Styles - v0.1.1

04 Dec 13:55
Compare
Choose a tag to compare

Firefox: pre Rendering fix

screen recording 2018-12-04 at 08 48 am
(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

07 Feb 19:04
Compare
Choose a tag to compare

Heading/Paragraph adjustments

screen shot 2018-02-07 at 1 58 21 pm

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

05 Feb 22:06
Compare
Choose a tag to compare

Heading: Add top margin

screen shot 2018-02-05 at 4 59 28 pm

This update adds top margin to h1-h6 selectors. However, the top
margin is normalized to 0 if the node is the first child.

Doc Article Styles - v0.0.8

05 Feb 19:01
Compare
Choose a tag to compare

Updated font and reduced padding

screen recording 2018-02-05 at 01 57 pm

Moved to Roboto for everything, and reduced as much horizontal padding
as possible to make the most of Beacon width. The most noticeable
change is in the definition list, which no longer has the garish blue
circle titles #sorrynotsorry

Doc Article Styles - v0.0.7

29 Jan 19:19
Compare
Choose a tag to compare

List: Adjust spacing

This update adjusts the margin/padding for ul/ol/li selectors.

Doc Article Styles - v0.0.6

13 Dec 19:02
Compare
Choose a tag to compare

Add Timeline component styles

screen shot 2017-12-13 at 1 48 45 pm

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.