Skip to content

Commit 907d813

Browse files
committed
added 0.7.5 changelog details
1 parent bd93f6c commit 907d813

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

CHANGELOG.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v0.7.5
4+
5+
[Merged PRs](https://github.com/basemate/matestack-ui-core/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.7.5)
6+
7+
[Solved Issues](https://github.com/basemate/matestack-ui-core/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.7.5)
8+
9+
### Security Fixes
10+
11+
* Various dependency version bumps by dependabot
12+
13+
### Improvements
14+
15+
* Added `datalist` component
16+
* Added `range` type for `form_input`
17+
* Integrated generator specs in CI spec run
18+
* Added `turbolinks` support
19+
20+
### Bugfixes
21+
22+
* Fixed broken history button behavior introduced in `0.7.4` #386
23+
324
## v0.7.4
425

526
[Merged PRs](https://github.com/basemate/matestack-ui-core/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.7.4)
@@ -10,7 +31,7 @@
1031

1132
XSS/Script injection vulnerablilty fixed in 0.7.4
1233

13-
* matestack-ui-core was vulnerable to XSS/Script injection
34+
* matestack-ui-core was vulnerable to XSS/Script injection
1435
* matestack-ui-core did not excape strings by default and did not cover this in the docs
1536
* matestack-ui-core should have escaped strings by default in order to prevent XSS/Script injection vulnerability
1637
* 0.7.4 fixes that by performing string escaping by default now
@@ -88,9 +109,9 @@ reported by @PragTob
88109
* New webpacker features by fiedl
89110

90111
* make webpacker create es5 code instead of es6 code
91-
112+
92113
* Switch to Vue Production Mode if RAILS_ENV=staging or production
93-
114+
94115
* Establish webpack(er) and asset-pipeline workflows
95116

96117
--> webpacker now builds assets for asset pipline usage AND webpacker usage (both usage approaches are described in the installation docs)
@@ -101,22 +122,22 @@ reported by @PragTob
101122

102123
--> when used via asset pipeline, the minified version of matestack-ui-core together with the production build of vue.js is automatically required
103124

104-
--> when used via webpacker, matestack-ui-core can be used within a modern javascript workflow, importing and extending
125+
--> when used via webpacker, matestack-ui-core can be used within a modern javascript workflow, importing and extending
105126
single matestack module for example
106127

107128
* New components
108129
* Add HTML `<picture>` tag to core components by pascalwengerter
109130
* Add HTML `<option>` tag to core components by pascalwengerter
110131
* Add HTML `<optgroup>` tag to core components by pascalwengerter
111-
* Add HTML `<iframe>` tag to core components by pascalwengerter
112-
* Add HTML `<dfn>` tag to core components by pascalwengerter
132+
* Add HTML `<iframe>` tag to core components by pascalwengerter
133+
* Add HTML `<dfn>` tag to core components by pascalwengerter
113134
* Add HTML `<del>` tag to core components by pascalwengerter
114135
* Add HTML `<data>` tag to core components by pascalwengerter
115136
* Add HTML `<bdo>` tag to core components by pascalwengerter
116137
* Add HTML `<bdi>` tag to core components by pascalwengerter
117138
* Add HTML `<wbr>` tag to core components by pascalwengerter
118139
* Add HTML `<samp>` tag to core components by pascalwengerter
119-
* Add HTML `<u>` tag to core components by pascalwengerter
140+
* Add HTML `<u>` tag to core components by pascalwengerter
120141
* Add HTML `<template>` tag to core components by pascalwengerter
121142

122143

0 commit comments

Comments
 (0)