1
1
# Changelog
2
2
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
+
3
24
## v0.7.4
4
25
5
26
[ Merged PRs] ( https://github.com/basemate/matestack-ui-core/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.7.4 )
10
31
11
32
XSS/Script injection vulnerablilty fixed in 0.7.4
12
33
13
- * matestack-ui-core was vulnerable to XSS/Script injection
34
+ * matestack-ui-core was vulnerable to XSS/Script injection
14
35
* matestack-ui-core did not excape strings by default and did not cover this in the docs
15
36
* matestack-ui-core should have escaped strings by default in order to prevent XSS/Script injection vulnerability
16
37
* 0.7.4 fixes that by performing string escaping by default now
@@ -88,9 +109,9 @@ reported by @PragTob
88
109
* New webpacker features by fiedl
89
110
90
111
* make webpacker create es5 code instead of es6 code
91
-
112
+
92
113
* Switch to Vue Production Mode if RAILS_ENV=staging or production
93
-
114
+
94
115
* Establish webpack(er) and asset-pipeline workflows
95
116
96
117
--> 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
101
122
102
123
--> when used via asset pipeline, the minified version of matestack-ui-core together with the production build of vue.js is automatically required
103
124
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
105
126
single matestack module for example
106
127
107
128
* New components
108
129
* Add HTML ` <picture> ` tag to core components by pascalwengerter
109
130
* Add HTML ` <option> ` tag to core components by pascalwengerter
110
131
* 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
113
134
* Add HTML ` <del> ` tag to core components by pascalwengerter
114
135
* Add HTML ` <data> ` tag to core components by pascalwengerter
115
136
* Add HTML ` <bdo> ` tag to core components by pascalwengerter
116
137
* Add HTML ` <bdi> ` tag to core components by pascalwengerter
117
138
* Add HTML ` <wbr> ` tag to core components by pascalwengerter
118
139
* 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
120
141
* Add HTML ` <template> ` tag to core components by pascalwengerter
121
142
122
143
0 commit comments