Skip to content

Commit e910f17

Browse files
committed
finalized Changelog
1 parent f944d0c commit e910f17

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,37 @@
66

77
[Solved Issues](https://github.com/basemate/matestack-ui-core/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.7.3)
88

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+
913
### Security Fixes
1014

15+
none
16+
1117
### Improvements
1218

1319
* Move ActionView dependencies to separate, custom-core-component by pascalwengerter
1420
* 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
1824
* 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
2026
* Add HTML <param> tag to core components by marcoroth
2127
* Add HTML <output> tag to core components by marcoroth
2228
* 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
2430
* Add HTML <meter> tag to core components by bdlb77
2531
* Add HTML <mark> tag to core components by marcoroth
2632
* 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
3440
* Add HTML <dd> tag to core components by mayanktap
3541
* Add HTML <code> tag to core components by pascalwengerter
3642
* Add HTML <cite> tag to core components by cameronnorman

0 commit comments

Comments
 (0)