-
-
Notifications
You must be signed in to change notification settings - Fork 43
0.7.4 Release #373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
0.7.4 Release #373
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [loofah](https://github.com/flavorjones/loofah) from 2.2.3 to 2.3.1. - [Release notes](https://github.com/flavorjones/loofah/releases) - [Changelog](https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md) - [Commits](flavorjones/loofah@v2.2.3...v2.3.1) Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md) - [Commits](rubyzip/rubyzip@v1.2.2...v1.3.0) Signed-off-by: dependabot[bot] <[email protected]>
…ge with local user ID
Bump rubyzip from 1.2.2 to 1.3.0
Bump loofah from 2.2.3 to 2.3.1
Add bdi core component & docs & tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merged PRs
Solved Issues
Improvements
On form submit, matestack form values are reset to previous values by fiedl
--> The form component now does not reset itself when using
put
--> The reset behavior can now be configured (described in
form
component docs)Dockerized core dev and test environment by jonasjabari
--> easy local dev and test setup, cross-platform default for dev and testing
--> CI is configured to run tests via dockerized test suite; same as local testing and good base for matrix testing (upcoming)
--> Usage described in contribution docs
Add
follow_response
option to action component by fiedl--> same behavior enhancement as added to the
form
component in 0.7.3--> server may now decide where the transition should navigate to
--> described in
action
component docsAdd confirm option to action component by fiedl
--> easily add confirmation before performing an action
--> prevent unintended delete action for example
--> described in
action
component docsNew webpacker features by fiedl
--> webpacker now builds assets for asset pipline usage AND webpacker usage (both usage approaches are described in the installation docs)
--> webpacker now builds minified versions of matestack-ui-core.js (great improvement in file size!)
--> webpacker now builds es5 code, which is compatible with IE11
--> when used via asset pipeline, the minified version of matestack-ui-core together with the production build of vue.js is automatically required
--> when used via webpacker, matestack-ui-core can be used within a modern javascript workflow, importing and extending single matestack module for example
<picture>
tag to core components by pascalwengerter<option>
tag to core components by pascalwengerter<optgroup>
tag to core components by pascalwengerter<iframe>
tag to core components by pascalwengerter<dfn>
tag to core components by pascalwengerter<del>
tag to core components by pascalwengerter<data>
tag to core components by pascalwengerter<bdo>
tag to core components by pascalwengerter<bdi>
tag to core components by pascalwengerter<wbr>
tag to core components by pascalwengerter<samp>
tag to core components by pascalwengerter<u>
tag to core components by pascalwengerter<template>
tag to core components by pascalwengerter