Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Releases: withprimer/CommonMarkAttributedString

Fix double attributes bug, change header sizes

05 Nov 21:22
73eb455
Compare
Choose a tag to compare
  • We were applying some attributes twice
  • Change header sizes

Update to latest upstream

23 Sep 18:34
829ecb0
Compare
Choose a tag to compare

Nothing changed here except for CI

Fix regression with basic attributes

01 Mar 19:45
c0adfef
Compare
Choose a tag to compare

We were forgetting to pass down some overridden attributes for the components use-case.

Add tabs to list attributes, not only components

25 Feb 00:05
67dd3d2
Compare
Choose a tag to compare
0.5.2

Merge pull request #10 from withprimer/gn--fix-lists-for-non-componen…

Make attributes public

19 Feb 19:47
878f80a
Compare
Choose a tag to compare

Simple release: we've made attributes(with:) public so that we can do some fancy live-editing UIView stuff from outside the library.

Fix headers and add proper indentation to Lists

16 Feb 02:27
dbd42ca
Compare
Choose a tag to compare
  • Headers and other block containers were not retaining there overridden attributes
  • Lists did not use hanging indents (now they do, but only on iOS – macOS can come later if needed)

Fix joining across components

29 Sep 16:07
df8827f
Compare
Choose a tag to compare

This dramatically changes the output, so I've bumped the minor version.

Fixes for lists

18 Sep 01:21
4fa470e
Compare
Choose a tag to compare
Merge pull request #5 from withprimer/gn--extensions-can-be-nested

Handle container of blocks properly

Fix for extensions without properties

17 Sep 20:51
655b4fd
Compare
Choose a tag to compare
Merge pull request #4 from withprimer/gn--test-prod-example

Fix case where there are no properties

Generic Extension support

17 Sep 19:41
76e9a7f
Compare
Choose a tag to compare

Added support for generic extensions as described in the README