|
6 | 6 |
|
7 | 7 | <title>
|
8 | 8 |
|
9 |
| - v2.0.0-alpha.1 · CoreUI |
| 9 | + v2.1.10 · CoreUI |
10 | 10 |
|
11 | 11 | </title>
|
12 | 12 |
|
|
15 | 15 | <meta name="twitter:creator" content="@coreui_ui">
|
16 | 16 |
|
17 | 17 | <meta name="twitter:card" content="summary">
|
18 |
| -<meta name="twitter:title" content="v2.0.0-alpha.1"> |
| 18 | +<meta name="twitter:title" content="v2.1.10"> |
19 | 19 | <meta name="twitter:description" content="">
|
20 | 20 | <meta name="twitter:image" content="https://coreui.io/assets/brand/coreui-social-logo.png">
|
21 | 21 |
|
22 | 22 | <!-- Facebook -->
|
23 | 23 |
|
24 |
| -<meta property="og:url" content="https://coreui.io/vue/changelog/v2.0.0-alpha.1/"> |
25 |
| -<meta property="og:title" content="v2.0.0-alpha.1"> |
| 24 | +<meta property="og:url" content="https://coreui.io/changelog/v2.1.10/"> |
| 25 | +<meta property="og:title" content="v2.1.10"> |
26 | 26 | <meta property="og:description" content="">
|
27 | 27 | <meta property="og:type" content="website">
|
28 | 28 |
|
|
214 | 214 |
|
215 | 215 | <main id="content" role="main">
|
216 | 216 | <div class="container my-5">
|
217 |
| - <h1>v2.0.0-alpha.1</h1> |
| 217 | + <h1>v2.1.10</h1> |
218 | 218 | <p class="bd-lead mb-5"></p>
|
219 | 219 | </div>
|
220 | 220 | <div class="container">
|
221 | 221 | <ul>
|
222 |
| - <li>refactor: separation of concerns - (CoreUI template/components) for use CoreUI as npm module</li> |
223 |
| - <li>refactor: project structure change</li> |
224 |
| - <li>refactor: moved to <a href="http://vuejs-templates.github.io/webpack/">vuejs-templates</a></li> |
225 |
| - <li>chore: moved to <a href="https://semver.org/">Semantic Versioning</a></li> |
226 |
| - <li>refactor: move to <a href="https://github.com/coreui/coreui-vue">CoreUI-Vue</a> components <code class="highlighter-rouge">v2</code></li> |
227 |
| - <li>refactor: rename containers</li> |
228 |
| - <li>refactor(Colors): view layout, sub-components</li> |
229 |
| - <li>refactor(Switches): move to <code class="highlighter-rouge">Switch component v2</code> |
| 222 | + <li>fix: update <code class="highlighter-rouge">nodemon</code> to <code class="highlighter-rouge">1.18.7</code> (vulnerability removed)</li> |
| 223 | + <li>fix: update <code class="highlighter-rouge">npm-run-all</code> to <code class="highlighter-rouge">^4.1.5</code> (vulnerability removed)</li> |
| 224 | + <li>fix(cards): smooth collapse card - thanks @MartijnBastiaansen #378</li> |
| 225 | + <li>fix(header): migrate <code class="highlighter-rouge">.divider</code> to <code class="highlighter-rouge">.dropdown-divider</code> - thanks @vanam #406</li> |
| 226 | + <li>chore: build/change-version cleanup</li> |
| 227 | + <li>docs(readme): fix broken hyperlinks to 6 versions</li> |
| 228 | + <li>refactor(modals): buttons margin</li> |
| 229 | + <li>feat(switches): add disabled switch example</li> |
| 230 | + <li>fix(switches): missing an ending semicolon</li> |
| 231 | + <li>fix(switches): add missing <code class="highlighter-rouge"><tr></code></li> |
| 232 | + <li>fix(pug): cross-platform use <code class="highlighter-rouge">path.sep</code> instead of <code class="highlighter-rouge">/</code> - thanks @vasilevich</li> |
| 233 | + <li>refactor: brand buttons</li> |
| 234 | + <li>refactor: basic forms add autocomplete</li> |
| 235 | + <li>refactor: invoice buttons add <code class="highlighter-rouge">d-print-none</code></li> |
| 236 | + <li>update: <code class="highlighter-rouge">@coreui/coreui-pro</code> to <code class="highlighter-rouge">^2.1.3</code> |
230 | 237 | <!--more--></li>
|
231 |
| - <li>refactor(Cards): add <code class="highlighter-rouge">transition</code> to card-header-action <code class="highlighter-rouge">btn-close</code></li> |
232 |
| - <li>refactor(Cards): add <code class="highlighter-rouge">collapse</code> to card-header-action <code class="highlighter-rouge">btn-minimize</code></li> |
233 |
| - <li>refactor(Forms): add <code class="highlighter-rouge">transition</code> to card-header-action <code class="highlighter-rouge">btn-close</code></li> |
234 |
| - <li>refactor(Forms): add <code class="highlighter-rouge">autocomplete</code> attrib</li> |
235 |
| - <li>refactor(Forms): add missing <code class="highlighter-rouge">form</code> tags</li> |
236 |
| - <li>refactor(Buttons): view rearrange</li> |
237 |
| - <li>refactor(Jumbotrons): view rearrange</li> |
238 |
| - <li>feat(Icons): add <code class="highlighter-rouge">CoreUI Icons</code> set</li> |
239 |
| - <li>feat(Tabs): add missing feat <code class="highlighter-rouge">tabs</code></li> |
240 |
| - <li>feat(Charts): add <code class="highlighter-rouge">CustomTooltips</code>, fix tooltip <code class="highlighter-rouge">chartId</code> issue</li> |
241 |
| - <li>refactor: move <code class="highlighter-rouge">scss</code> to <code class="highlighter-rouge">assets</code></li> |
242 |
| - <li>refactor: IE polyfills</li> |
243 |
| - <li>chore: dependencies update</li> |
244 |
| - <li>chore: cleanups</li> |
245 |
| - <li>feat: app-footer fixed</li> |
246 |
| - <li>refactor(dashboard): brand-card, progress-group-bars</li> |
247 |
| - <li>refactor(social-box-chart-example): props</li> |
248 |
| - <li>feat(forms): new <code class="highlighter-rouge"><b-form-input type="date"></code> example added</li> |
249 |
| - <li>refactor(cards): Card outline, Card accent - title variants added</li> |
250 |
| - <li>feat: card-header-actions</li> |
251 |
| - <li>feat(<em>nav</em>): Navbars example added</li> |
252 |
| - <li>update: vuejs-templates/webpack to v1.3.1</li> |
253 |
| - <li>fix: eslint <code class="highlighter-rouge">valid template root</code></li> |
254 |
| - <li>refactor: card header title spacing</li> |
255 |
| - <li>refactor: btn-brand</li> |
256 |
| - <li>test(e2e): update</li> |
257 |
| - <li>refactor: sidebar</li> |
258 |
| - <li>refactor: chart examples</li> |
| 238 | + <li>update: <code class="highlighter-rouge">chart.js</code> to <code class="highlighter-rouge">2.7.3</code></li> |
| 239 | + <li>update: <code class="highlighter-rouge">core-js</code> to <code class="highlighter-rouge">2.5.7</code></li> |
| 240 | + <li>update: <code class="highlighter-rouge">codemirror</code> to <code class="highlighter-rouge">5.42.0</code></li> |
| 241 | + <li>update: <code class="highlighter-rouge">flag-icon-css</code> to <code class="highlighter-rouge">3.2.1</code></li> |
| 242 | + <li>update: <code class="highlighter-rouge">popper.js</code> to <code class="highlighter-rouge">^1.14.5</code></li> |
| 243 | + <li>update: <code class="highlighter-rouge">simple-line-icons</code> to <code class="highlighter-rouge">2.4.1</code></li> |
| 244 | + <li>update: <code class="highlighter-rouge">@babel/cli</code> to <code class="highlighter-rouge">^7.1.5</code></li> |
| 245 | + <li>update: <code class="highlighter-rouge">@babel/core</code> to <code class="highlighter-rouge">^7.1.6</code></li> |
| 246 | + <li>update: <code class="highlighter-rouge">@babel/preset-env</code> to <code class="highlighter-rouge">^7.1.6</code></li> |
| 247 | + <li>update: <code class="highlighter-rouge">autoprefixer</code> to <code class="highlighter-rouge">9.3.1</code></li> |
| 248 | + <li>update: <code class="highlighter-rouge">browser-sync</code> to <code class="highlighter-rouge">2.26.3</code></li> |
| 249 | + <li>update: <code class="highlighter-rouge">eslint</code> to <code class="highlighter-rouge">^5.9.0</code></li> |
| 250 | + <li>update: <code class="highlighter-rouge">eslint-plugin-compat</code> to <code class="highlighter-rouge">2.6.3</code></li> |
| 251 | + <li>update: <code class="highlighter-rouge">js-beautify</code> to <code class="highlighter-rouge">1.8.8</code></li> |
| 252 | + <li>update: <code class="highlighter-rouge">node-sass</code> to <code class="highlighter-rouge">4.10.0</code></li> |
| 253 | + <li>update: <code class="highlighter-rouge">postcss-cli</code> to <code class="highlighter-rouge">6.0.1</code></li> |
| 254 | + <li>update: <code class="highlighter-rouge">shelljs</code> to <code class="highlighter-rouge">^0.8.3</code></li> |
| 255 | + <li>update: <code class="highlighter-rouge">stylelint</code> to <code class="highlighter-rouge">^9.8.0</code></li> |
| 256 | + <li>update: <code class="highlighter-rouge">stylelint-order</code> to <code class="highlighter-rouge">^2.0.0</code></li> |
| 257 | + <li>update: <code class="highlighter-rouge">stylelint-scss</code> to <code class="highlighter-rouge">^3.4.0</code></li> |
259 | 258 | </ul>
|
260 | 259 |
|
261 | 260 | </div>
|
|
0 commit comments