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+ * 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+
326## v0.7.4
427
528[ Merged PRs] ( https://github.com/basemate/matestack-ui-core/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.7.4 )
1033
1134XSS/Script injection vulnerablilty fixed in 0.7.4
1235
13- * matestack-ui-core was vulnerable to XSS/Script injection
36+ * matestack-ui-core was vulnerable to XSS/Script injection
1437* matestack-ui-core did not excape strings by default and did not cover this in the docs
1538* matestack-ui-core should have escaped strings by default in order to prevent XSS/Script injection vulnerability
1639* 0.7.4 fixes that by performing string escaping by default now
@@ -88,9 +111,9 @@ reported by @PragTob
88111* New webpacker features by fiedl
89112
90113 * make webpacker create es5 code instead of es6 code
91-
114+
92115 * Switch to Vue Production Mode if RAILS_ENV=staging or production
93-
116+
94117 * Establish webpack(er) and asset-pipeline workflows
95118
96119--> 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
101124
102125--> when used via asset pipeline, the minified version of matestack-ui-core together with the production build of vue.js is automatically required
103126
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
105128single matestack module for example
106129
107130* New components
108131 * Add HTML ` <picture> ` tag to core components by pascalwengerter
109132 * Add HTML ` <option> ` tag to core components by pascalwengerter
110133 * 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
113136 * Add HTML ` <del> ` tag to core components by pascalwengerter
114137 * Add HTML ` <data> ` tag to core components by pascalwengerter
115138 * Add HTML ` <bdo> ` tag to core components by pascalwengerter
116139 * Add HTML ` <bdi> ` tag to core components by pascalwengerter
117140 * Add HTML ` <wbr> ` tag to core components by pascalwengerter
118141 * 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
120143 * Add HTML ` <template> ` tag to core components by pascalwengerter
121144
122145
0 commit comments