Skip to content

Commit cc62807

Browse files
authored
Merge pull request #505 from aguynamedryan/add_dates_to_changelog
Add dates to changelog
2 parents b10a428 + 59a106c commit cc62807

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Diff for: CHANGELOG.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Changelog
22

3-
## v1.3.1 Release
3+
## v1.3.1 Release - 2020-12-28
44

55
### Bugfixes
66

77
- Fixes #497 Cable component throws browser error when initial content contains form component
88

9-
## v1.3.0 Release
9+
## v1.3.0 Release - 2020-12-22
1010

1111
### Potential breaking change
1212

@@ -44,19 +44,19 @@ If you have implemented your own form components, please adjust them as describe
4444
- Fixes #494 true/false checkboxes are initialized incorrectly
4545

4646

47-
## v1.2.0 Release
47+
## v1.2.0 Release - 2020-11-20
4848

4949
### Improvements
5050

5151
* Enable usage of Rails view/route helpers on standalone components used via matestack_component helper #476
5252

53-
## v1.1.0 Release
53+
## v1.1.0 Release - 2020-10-16
5454

5555
### Improvements
5656

5757
* added the `cable` component in order to use ActionCable to update the DOM
5858

59-
## v1.0.1 Release
59+
## v1.0.1 Release - 2020-10-07
6060

6161
This release contains bugfixes.
6262

@@ -67,7 +67,7 @@ This release contains bugfixes.
6767
* Fixed duplicate directory error when using matestack-ui-core with webpacker #460
6868

6969

70-
## v1.0.0 Release
70+
## v1.0.0 Release - 2020-09-10
7171

7272
Please note that this release contains breaking changes and soft deprecations. To make things easy for users of the current `v0.7.*` version, we have provided **Migration TODOs** at the end of each chapter.
7373

@@ -810,7 +810,7 @@ The Form Inline Component has been removed and can no longer be used.
810810

811811
The Absolute Component has been removed and can no longer be used.
812812

813-
## v0.7.6
813+
## v0.7.6 - 2020-05-06
814814

815815
[Merged PRs](https://github.com/basemate/matestack-ui-core/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.7.6)
816816

@@ -840,7 +840,7 @@ The Absolute Component has been removed and can no longer be used.
840840
* Updated core dev and test environment to Rails 6
841841
* Added form/action `redirect_to` option #415
842842

843-
## v0.7.5
843+
## v0.7.5 - 2020-03-11
844844

845845
[Merged PRs](https://github.com/basemate/matestack-ui-core/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.7.5)
846846

@@ -863,7 +863,7 @@ The Absolute Component has been removed and can no longer be used.
863863

864864
* Fixed broken history button behavior introduced in `0.7.4` #386
865865

866-
## v0.7.4
866+
## v0.7.4 2020-02-10
867867

868868
[Merged PRs](https://github.com/basemate/matestack-ui-core/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.7.4)
869869

@@ -988,7 +988,7 @@ single matestack module for example
988988
* Anchor Link Click triggers full page transition by PragTob
989989

990990

991-
## v0.7.3
991+
## v0.7.3 - 2019-11-10
992992

993993
[Merged PRs](https://github.com/basemate/matestack-ui-core/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.7.3)
994994

@@ -1048,7 +1048,7 @@ none
10481048
* Async component doesn't work on component-level by jonasjabari
10491049

10501050

1051-
## v0.7.2.1
1051+
## v0.7.2.1 - 2019-09-10
10521052

10531053
[Merged PRs](https://github.com/basemate/matestack-ui-core/milestone/5?closed=1)
10541054

@@ -1060,7 +1060,7 @@ none
10601060

10611061
- Fixed image component 157 #158 by jonasjabari
10621062

1063-
## v0.7.2
1063+
## v0.7.2 - 2019-09-05
10641064

10651065
[Merged PRs](https://github.com/basemate/matestack-ui-core/milestone/4?closed=1)
10661066

@@ -1092,7 +1092,7 @@ none
10921092
- added missing @tag_attributes #151 by jonasjabari
10931093
- update yarn and fix controller action name #141 by pascalwengerter
10941094

1095-
## v0.7.1
1095+
## v0.7.1 - 2019-08-01
10961096

10971097
[Merged PRs](https://github.com/basemate/matestack-ui-core/milestone/3?closed=1)
10981098

@@ -1115,7 +1115,7 @@ none
11151115

11161116
- Fixed Link Component #84 by jonasjabari
11171117

1118-
## v0.7.0
1118+
## v0.7.0 - 2019-06-25
11191119

11201120
### Breaking changes for users
11211121

@@ -1405,14 +1405,14 @@ class Pages::ExampleApp::ExamplePage < Matestack::Ui::Page
14051405
end
14061406
```
14071407

1408-
## v0.6.0
1408+
## v0.6.0 - 2019-04-27
14091409

14101410
### Improvements
14111411

14121412
* added documentation
14131413
* added tests
14141414

1415-
## v0.6.0.pre.1
1415+
## v0.6.0.pre.1 - 2019-02-26
14161416

14171417
This release is marked as PRE. Test coverage is not sufficient at the moment.
14181418

0 commit comments

Comments
 (0)