|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v0.7.4 |
| 4 | + |
| 5 | +[Merged PRs](https://github.com/basemate/matestack-ui-core/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.7.4) |
| 6 | + |
| 7 | +[Solved Issues](https://github.com/basemate/matestack-ui-core/issues?q=is%3Aissue+is%3Aclosed+milestone%3A0.7.4) |
| 8 | + |
| 9 | +### Improvements |
| 10 | + |
| 11 | +* On form submit, matestack form values are reset to previous values by fiedl |
| 12 | +--> The form component now does not reset itself when using `put` |
| 13 | +--> The reset behavior can now be configured (described in `form` component docs) |
| 14 | + |
| 15 | +* Dockerized core dev and test environment by jonasjabari |
| 16 | +--> easy local dev and test setup, cross-platform default for dev and testing |
| 17 | +--> CI is configured to run tests via dockerized test suite; same as local testing and good base for matrix testing (upcoming) |
| 18 | +--> Usage described in contribution docs |
| 19 | + |
| 20 | +* Add `follow_response` option to action component by fiedl |
| 21 | +--> same behavior enhancement as added to the `form` component in 0.7.3 |
| 22 | +--> server may now decide where the transition should navigate to |
| 23 | +--> described in `action` component docs |
| 24 | + |
| 25 | +* Add confirm option to action component by fiedl |
| 26 | +--> easily add confirmation before performing an action |
| 27 | +--> prevent unintended delete action for example |
| 28 | +--> described in `action` component docs |
| 29 | + |
| 30 | +* New webpacker features by fiedl |
| 31 | + * make webpacker create es5 code instead of es6 code |
| 32 | + * Switch to Vue Production Mode if RAILS_ENV=staging or production |
| 33 | + * Establish webpack(er) and asset-pipeline workflows |
| 34 | + |
| 35 | +--> webpacker now builds assets for asset pipline usage AND webpacker usage (both usage approaches are described in the installation docs) |
| 36 | +--> webpacker now builds minified versions of matestack-ui-core.js (great improvement in file size!) |
| 37 | +--> webpacker now builds es5 code, which is compatible with IE11 |
| 38 | +--> when used via asset pipeline, the minified version of matestack-ui-core together with the production build of vue.js is automatically required |
| 39 | +--> when used via webpacker, matestack-ui-core can be used within a modern javascript workflow, importing and extending single matestack module for example |
| 40 | + |
| 41 | +* New components |
| 42 | + * Add HTML `<picture>` tag to core components by pascalwengerter |
| 43 | + * Add HTML `<option>` tag to core components by pascalwengerter |
| 44 | + * Add HTML `<optgroup>` tag to core components by pascalwengerter |
| 45 | + * Add HTML `<iframe>` tag to core components by pascalwengerter |
| 46 | + * Add HTML `<dfn>` tag to core components by pascalwengerter |
| 47 | + * Add HTML `<del>` tag to core components by pascalwengerter |
| 48 | + * Add HTML `<data>` tag to core components by pascalwengerter |
| 49 | + * Add HTML `<bdo>` tag to core components by pascalwengerter |
| 50 | + * Add HTML `<bdi>` tag to core components by pascalwengerter |
| 51 | + * Add HTML `<wbr>` tag to core components by pascalwengerter |
| 52 | + * Add HTML `<samp>` tag to core components by pascalwengerter |
| 53 | + * Add HTML `<u>` tag to core components by pascalwengerter |
| 54 | + * Add HTML `<template>` tag to core components by pascalwengerter |
| 55 | + |
| 56 | + |
| 57 | +### Bugfixes |
| 58 | + |
| 59 | +* Anchor Link Click triggers full page transition by PragTob |
| 60 | + |
| 61 | + |
3 | 62 | ## v0.7.3 |
4 | 63 |
|
5 | 64 | [Merged PRs](https://github.com/basemate/matestack-ui-core/pulls?q=is%3Apr+is%3Aclosed+milestone%3A0.7.3) |
|
53 | 112 |
|
54 | 113 | ### Bugfixes |
55 | 114 |
|
56 | | -* Unexpected behaviour when creating a record in progress by jonasjabari |
| 115 | +* Unexpected behavior when creating a record in progress by jonasjabari |
57 | 116 | * couldn't find file 'matestack_ui_core_manifest.js' on dummy app by jonasjabari |
58 | 117 | * Add For Attribute to Stand Alone Label Component by bdlb77 |
59 | 118 | * Form component doesn't work on component-level by jonasjabari |
|
0 commit comments