-
Notifications
You must be signed in to change notification settings - Fork 0
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
SDK 2.1.0 #302
Merged
Merged
SDK 2.1.0 #302
Conversation
This file contains 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
### WEBSDK-479 ## Description <!-- Set the Jira issue number on the link --> [WEBSDK-479](https://stonepayments.atlassian.net/browse/WEBSDK-479)
<!--- Provide a general summary of your changes in the Title above --> ## Description <!-- Set the Jira issue number on the link --> [WEBSDK-485](https://stonepayments.atlassian.net/browse/WEBSDK-485) [WEBSDK-486](https://stonepayments.atlassian.net/browse/WEBSDK-486) Com esse PR a gente tem: - separação do `entrypoint`, arquivo de entrada, de um app entre `index.pos.js` e `index.browser.js`; - `import` de arquivos `.bmp` São mudanças úteis para o simulador geral do mamba e para a consistência e qualidade dos apps.
Aprovado com aquela ideia de reescrever as descrições dos eventos
* Add keystroke event documentation * Format event to standard and add example * Fix example * Fix example * Fix function MD sintax * Update README.md Fix event parameter
* Update Dialog events documentation * Add Slot documentation * Conserta ortografia do slot * Troca o argumento error por event no exemplo de evento
* Add Row events * Fix component name * Format events example to standard, add example * Add new slots * Update README.md Fix typo
* Format printable events, add error event * Format events example to standard, add examples * Fix descriptions and methods calls * Fix example description
<!--- Provide a general summary of your changes in the Title above --> ## Description Renomeia header da tabela de eventos. [WEBSDK-487](https://stonepayments.atlassian.net/browse/WEBSDK-487)
## The devDependency [rollup](https://github.com/rollup/rollup) was updated from `0.67.4` to `0.68.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- [Find out more about this release](https://github.com/rollup/rollup). <details> <summary>FAQ and help</summary> There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new). </details> --- Your [Greenkeeper](https://greenkeeper.io) bot 🌴
A gente tava usando um conceito de `drivers` externos que um app poderia ter e os resetando conforme o app fosse fechado no simulador. Entretanto, o "reset" do estado de um driver deveria ser responsabilidade do próprio driver e não do simulador.
Update Row with rightLabel prop
* Add paramater encodeURI
Pass signal parameters to race handlers
## The dependency [file-loader](https://github.com/webpack-contrib/file-loader) was updated from `2.0.0` to `3.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- <details> <summary>Release Notes for v3.0.0</summary> <p><a name="user-content-3.0.0"></a></p> <h1><a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/compare/v2.0.0...v3.0.0">3.0.0</a> (2018-12-20)</h1> <h3>Code Refactoring</h3> <ul> <li>drop support for webpack < 4 (<a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/issues/303" data-hovercard-type="pull_request" data-hovercard-url="/webpack-contrib/file-loader/pull/303/hovercard">#303</a>) (<a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/203a4ee">203a4ee</a>)</li> <li>more validations in <code>options</code> schema</li> </ul> <h3>Features</h3> <ul> <li><code>resourcePath</code> is now available in <code>outputPath</code> and <code>publicPath</code> (<a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/issues/304" data-hovercard-type="pull_request" data-hovercard-url="/webpack-contrib/file-loader/pull/304/hovercard">#304</a>) (<a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/0d66e64">0d66e64</a>)</li> <li><code>context</code> is now available in <code>outputPath</code> and <code>publicPath</code> (<a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/issues/305" data-hovercard-type="pull_request" data-hovercard-url="/webpack-contrib/file-loader/pull/305/hovercard">#305</a>) (<a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/d5eb823">d5eb823</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>removed the <code>useRelativePath</code> option. It is dangerously and break url when you use multiple entry points.</li> <li>drop support for webpack < 4</li> </ul> </details> <details> <summary>Commits</summary> <p>The new version differs by 10 commits.</p> <ul> <li><a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/40a206e71c83eed2bf4f06a887a2f7e60ad374dc"><code>40a206e</code></a> <code>chore(release): 3.0.0</code></li> <li><a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/269d3fb92cba30d5e141fb62c6b1274524c4fb69"><code>269d3fb</code></a> <code>docs: improve README (#307)</code></li> <li><a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/9853db124d3e41e37a46725660c7fdacd896d091"><code>9853db1</code></a> <code>refactor: loader</code></li> <li><a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/d5eb8234c0304f6cd75c8176bfad9532358427e9"><code>d5eb823</code></a> <code>feat: <code>context</code> is now available in <code>outputPath</code> and <code>publicPath</code> (#305)</code></li> <li><a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/0d66e64f0c3d825662f0ab7a00c859b84f873302"><code>0d66e64</code></a> <code>feat: <code>resourcePath</code> is now available in <code>outputPath</code> and <code>publicPath</code> (#304)</code></li> <li><a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/203a4ee55aa7ff99588ff86fbf5cdb9e4cafadf1"><code>203a4ee</code></a> <code>refactor: drop support for webpack < 4 (#303)</code></li> <li><a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/e5fe4e8048aa91b3f95af11841c609169c926e52"><code>e5fe4e8</code></a> <code>refactor: tests (#302)</code></li> <li><a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/3981acc6eae9287314c9f14de16817ef0de1d69d"><code>3981acc</code></a> <code>refactor: update <code>defaults</code> (#301)</code></li> <li><a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/85230c9a34ea78a7c55265577417f2303b4d01a0"><code>85230c9</code></a> <code>FIx formatting for "Contributing" and "MIT" (#298)</code></li> <li><a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/commit/6631d3991d7031bd9ef52fa774e76f7da73343e4"><code>6631d39</code></a> <code>docs(changelog): fix typo</code></li> </ul> <p>See the <a href="https://urls.greenkeeper.io/webpack-contrib/file-loader/compare/8d43c38bd023719e3c270d431131d45ceafa2929...40a206e71c83eed2bf4f06a887a2f7e60ad374dc">full diff</a></p> </details> <details> <summary>FAQ and help</summary> There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new). </details> --- Your [Greenkeeper](https://greenkeeper.io) bot 🌴
<!--- Provide a general summary of your changes in the Title above --> ## Description <!-- Set the Jira issue number on the link --> [WEBSDK-XXXX](https://stonepayments.atlassian.net/browse/WEBSDK-XXXX) <!-- Describe the big picture of your changes here --> ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> ## How Has This Been Tested? <!--- Describe in detail how you tested your changes --> ## Screenshots (if appropriate): <!-- Add screenshots here, if appropriate --> ## Further Comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
## The devDependency [rollup](https://github.com/rollup/rollup) was updated from `0.68.2` to `1.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- [Find out more about this release](https://github.com/rollup/rollup). <details> <summary>FAQ and help</summary> There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new). </details> --- Your [Greenkeeper](https://greenkeeper.io) bot 🌴
## The dependency [postcss-syntax](https://github.com/gucong3000/postcss-syntax) was updated from `0.34.0` to `0.36.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- [Find out more about this release](https://github.com/gucong3000/postcss-syntax). <details> <summary>FAQ and help</summary> There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new). </details> --- Your [Greenkeeper](https://greenkeeper.io) bot 🌴
Esse PR começou de um jeito e acabou de outro. Não faz muito sentido "assincronizar" o simulador por agora e só traria complicações nos testes. O PR se resume em uma refatoração dos drivers e plugins internos do simulador para usar o immer.js
<!--- Provide a general summary of your changes in the Title above --> ## Description <!-- Set the Jira issue number on the link --> [WEBSDK-536](https://stonepayments.atlassian.net/browse/WEBSDK-536)
<!--- Provide a general summary of your changes in the Title above --> ## Description <!-- Set the Jira issue number on the link --> [WEBSDK-564](https://stonepayments.atlassian.net/browse/WEBSDK-564) <!-- Describe the big picture of your changes here --> ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> ## How Has This Been Tested? <!--- Describe in detail how you tested your changes --> ## Screenshots (if appropriate): <!-- Add screenshots here, if appropriate --> ## Further Comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
## The devDependency [rollup-plugin-serve](https://github.com/thgh/rollup-plugin-serve) was updated from `0.6.1` to `1.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. --- [Find out more about this release](https://github.com/thgh/rollup-plugin-serve). <details> <summary>FAQ and help</summary> There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new). </details> --- Your [Greenkeeper](https://greenkeeper.io) bot 🌴
- Add the global theme import automatically - If building an app, also import the local theme file, if it exists.
<!--- Provide a general summary of your changes in the Title above --> ## Description <!-- Set the Jira issue number on the link --> [WEBSDK-XXXX](https://stonepayments.atlassian.net/browse/WEBSDK-XXXX) <!-- Describe the big picture of your changes here --> ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> ## How Has This Been Tested? <!--- Describe in detail how you tested your changes --> ## Screenshots (if appropriate): <!-- Add screenshots here, if appropriate --> ## Further Comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
<!--- Provide a general summary of your changes in the Title above --> ## Description <!-- Set the Jira issue number on the link --> [WEBSDK-XXXX](https://stonepayments.atlassian.net/browse/WEBSDK-XXXX) <!-- Describe the big picture of your changes here --> ## Motivation and Context <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here --> ## How Has This Been Tested? <!--- Describe in detail how you tested your changes --> ## Screenshots (if appropriate): <!-- Add screenshots here, if appropriate --> ## Further Comments <!-- If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc... -->
vtrpldn
approved these changes
Jan 14, 2019
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.
Internal:
Documentation:
Bug Fix:
Feature: