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
+ * Form component: Add support for ` redirect_to ` in the controller
20
+ * HasViewContext: Check in advance whether the view context would respond to a missing method.
21
+
22
+ ### Bugfixes
23
+
24
+ * Fixed broken history button behavior introduced in ` 0.7.4 ` #386
25
+
3
26
## v0.7.4
4
27
5
28
[ Merged PRs] ( https://github.com/basemate/matestack-ui-core/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.7.4 )
10
33
11
34
XSS/Script injection vulnerablilty fixed in 0.7.4
12
35
13
- * matestack-ui-core was vulnerable to XSS/Script injection
36
+ * matestack-ui-core was vulnerable to XSS/Script injection
14
37
* matestack-ui-core did not excape strings by default and did not cover this in the docs
15
38
* matestack-ui-core should have escaped strings by default in order to prevent XSS/Script injection vulnerability
16
39
* 0.7.4 fixes that by performing string escaping by default now
@@ -88,9 +111,9 @@ reported by @PragTob
88
111
* New webpacker features by fiedl
89
112
90
113
* make webpacker create es5 code instead of es6 code
91
-
114
+
92
115
* Switch to Vue Production Mode if RAILS_ENV=staging or production
93
-
116
+
94
117
* Establish webpack(er) and asset-pipeline workflows
95
118
96
119
--> webpacker now builds assets for asset pipline usage AND webpacker usage (both usage approaches are described in the installation docs)
@@ -101,22 +124,22 @@ reported by @PragTob
101
124
102
125
--> when used via asset pipeline, the minified version of matestack-ui-core together with the production build of vue.js is automatically required
103
126
104
- --> when used via webpacker, matestack-ui-core can be used within a modern javascript workflow, importing and extending
127
+ --> when used via webpacker, matestack-ui-core can be used within a modern javascript workflow, importing and extending
105
128
single matestack module for example
106
129
107
130
* New components
108
131
* Add HTML ` <picture> ` tag to core components by pascalwengerter
109
132
* Add HTML ` <option> ` tag to core components by pascalwengerter
110
133
* 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
134
+ * Add HTML ` <iframe> ` tag to core components by pascalwengerter
135
+ * Add HTML ` <dfn> ` tag to core components by pascalwengerter
113
136
* Add HTML ` <del> ` tag to core components by pascalwengerter
114
137
* Add HTML ` <data> ` tag to core components by pascalwengerter
115
138
* Add HTML ` <bdo> ` tag to core components by pascalwengerter
116
139
* Add HTML ` <bdi> ` tag to core components by pascalwengerter
117
140
* Add HTML ` <wbr> ` tag to core components by pascalwengerter
118
141
* Add HTML ` <samp> ` tag to core components by pascalwengerter
119
- * Add HTML ` <u> ` tag to core components by pascalwengerter
142
+ * Add HTML ` <u> ` tag to core components by pascalwengerter
120
143
* Add HTML ` <template> ` tag to core components by pascalwengerter
121
144
122
145
0 commit comments