Skip to content

Commit 5f05bcc

Browse files
Merge branch 'master' into develop
2 parents 59c38cb + ec51a0d commit 5f05bcc

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed

CHANGELOG.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,37 @@ none
1818

1919
* Move ActionView dependencies to separate, custom-core-component by pascalwengerter
2020
* Add documentation for testing on macOS by marcoroth
21-
* Add HTML <ruby> tag to core components by stiwwelll
22-
* Add HTML <rt> tag to core components by stiwwelll
23-
* Add HTML <rp> tag to core components by stiwwelll
24-
* Add HTML <q> tag to core components by GrantBarry
25-
* Add HTML <pre> tag to core components by tae8838
26-
* Add HTML <param> tag to core components by marcoroth
27-
* Add HTML <output> tag to core components by marcoroth
28-
* Add HTML <object> tag to core components by pascalwengerter
29-
* Add HTML <noscript> tag to core components by stiwwelll
30-
* Add HTML <meter> tag to core components by bdlb77
31-
* Add HTML <mark> tag to core components by marcoroth
32-
* Add HTML <map> tag to core components by pascalwengerter
33-
* Add HTML <legend> tag to core components by stiwwelll
34-
* Add HTML <kbd> tag to core components by marcoroth
35-
* Add HTML <ins> tag to core components by lumisce
36-
* Add HTML <figure> tag to core components by lumisce
37-
* Add HTML <em> tag to core components by citizen428
38-
* Add HTML <dt> tag to core components by mayanktap
39-
* Add HTML <dl> tag to core components by mayanktap
40-
* Add HTML <dd> tag to core components by mayanktap
41-
* Add HTML <code> tag to core components by pascalwengerter
42-
* Add HTML <cite> tag to core components by cameronnorman
43-
* Add HTML <var> tag to core components by pascalwengerter
44-
* Add HTML <s> tag to core components by Manukam
45-
* Add HTML bold tag to core components by GrantBarry
46-
* Add HTML area tag to core components by pascalwengerter
21+
* Add HTML `<ruby>` tag to core components by stiwwelll
22+
* Add HTML `<rt>` tag to core components by stiwwelll
23+
* Add HTML `<rp>` tag to core components by stiwwelll
24+
* Add HTML `<q>` tag to core components by GrantBarry
25+
* Add HTML `<pre>` tag to core components by tae8838
26+
* Add HTML `<param>` tag to core components by marcoroth
27+
* Add HTML `<output>` tag to core components by marcoroth
28+
* Add HTML `<object>` tag to core components by pascalwengerter
29+
* Add HTML `<noscript>` tag to core components by stiwwelll
30+
* Add HTML `<meter>` tag to core components by bdlb77
31+
* Add HTML `<mark>` tag to core components by marcoroth
32+
* Add HTML `<map>` tag to core components by pascalwengerter
33+
* Add HTML `<legend>` tag to core components by stiwwelll
34+
* Add HTML `<kbd>` tag to core components by marcoroth
35+
* Add HTML `<ins>` tag to core components by lumisce
36+
* Add HTML `<figure>` tag to core components by lumisce
37+
* Add HTML `<em>` tag to core components by citizen428
38+
* Add HTML `<dt>` tag to core components by mayanktap
39+
* Add HTML `<dl>` tag to core components by mayanktap
40+
* Add HTML `<dd>` tag to core components by mayanktap
41+
* Add HTML `<code>` tag to core components by pascalwengerter
42+
* Add HTML `<cite>` tag to core components by cameronnorman
43+
* Add HTML `<var>` tag to core components by pascalwengerter
44+
* Add HTML `<s>` tag to core components by Manukam
45+
* Add HTML `<bold>` tag to core components by GrantBarry
46+
* Add HTML `<area>` tag to core components by pascalwengerter
4747
* Add tests for video component by MarcoBomfim
4848
* Usage of RecordTagHelper by pascalwengerter
49-
* Add HTML aside tag to core components by borref
50-
* Add HTML address tag to core components by michaelrevans
51-
* Add HTML sup tag to core components by borref
49+
* Add HTML `<aside>` tag to core components by borref
50+
* Add HTML `<address>` tag to core components by michaelrevans
51+
* Add HTML `<sup>` tag to core components by borref
5252
* Add params options to link component documentation by pascalwengerter
5353

5454
### Bugfixes

docs/components/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ You can build your [own components](/docs/extend/README.md) as well, both static
5959
- [pre](/docs/components/pre.md)
6060
- [progress](/docs/components/progress.md)
6161
- [q](/docs/components/q.md)
62-
- [rp](/docs/components/rt.md)
63-
- [rt](/docs/components/rb.md)
62+
- [rp](/docs/components/rp.md)
63+
- [rt](/docs/components/rt.md)
6464
- [ruby](/docs/components/ruby.md)
6565
- [s](/docs/components/s.md)
6666
- [samp](/docs/components/samp.md)

0 commit comments

Comments
 (0)