|
6 | 6 |
|
7 | 7 | [Solved Issues](https://github.com/basemate/matestack-ui-core/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.7.3)
|
8 | 8 |
|
| 9 | +### Potential Breaking Change - Migration Note |
| 10 | + |
| 11 | +Until `0.7.2.1`, we included all `ActionView` modules in `Matestack::Ui::StaticComponent` and `Matestack::Ui::DynamicComponent`. As we didn't use these modules in all of our core components, we decided to move the `ActionView` modules to the new `Matestack::Ui::StaticActionviewComponent` and `Matestack::Ui::DynamicActionviewComponent` class. If you use `ActionView` modules in your components, you have to change the class you inherit from. This might be a potential breaking change for some users - we are not bumping to 0.8.0 as we don't break explicit specified behavior. If you have any problems, reach out via gitter! |
| 12 | + |
9 | 13 | ### Security Fixes
|
10 | 14 |
|
| 15 | +none |
| 16 | + |
11 | 17 | ### Improvements
|
12 | 18 |
|
13 | 19 | * Move ActionView dependencies to separate, custom-core-component by pascalwengerter
|
14 | 20 | * Add documentation for testing on macOS by marcoroth
|
15 |
| -* Add HTML <ruby> tag to core components by pascalwengerter |
16 |
| -* Add HTML <rt> tag to core components |
17 |
| -* Add HTML <rp> tag to core components |
| 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 |
18 | 24 | * Add HTML <q> tag to core components by GrantBarry
|
19 |
| -* Add HTML <pre> tag to core components |
| 25 | +* Add HTML <pre> tag to core components by tae8838 |
20 | 26 | * Add HTML <param> tag to core components by marcoroth
|
21 | 27 | * Add HTML <output> tag to core components by marcoroth
|
22 | 28 | * Add HTML <object> tag to core components by pascalwengerter
|
23 |
| -* Add HTML <noscript> tag to core components |
| 29 | +* Add HTML <noscript> tag to core components by stiwwelll |
24 | 30 | * Add HTML <meter> tag to core components by bdlb77
|
25 | 31 | * Add HTML <mark> tag to core components by marcoroth
|
26 | 32 | * Add HTML <map> tag to core components by pascalwengerter
|
27 |
| -* Add HTML <legend> tag to core components |
28 |
| -* Add HTML <kbd> tag to core components |
29 |
| -* Add HTML <ins> tag to core components |
30 |
| -* Add HTML <figure> tag to core components |
31 |
| -* Add HTML <em> tag to core components |
32 |
| -* Add HTML <dt> tag to core components |
33 |
| -* Add HTML <dl> tag to core components |
| 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 |
34 | 40 | * Add HTML <dd> tag to core components by mayanktap
|
35 | 41 | * Add HTML <code> tag to core components by pascalwengerter
|
36 | 42 | * Add HTML <cite> tag to core components by cameronnorman
|
|
0 commit comments