-
Notifications
You must be signed in to change notification settings - Fork 9
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
Dev.release1.1.1 #227
Closed
Closed
Dev.release1.1.1 #227
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
feat(es): add spanish thanks to Jorge Rosés Labrada
Use @v4 to get the latest, currently 4.4.1, which fixes the warnings we get.
Web-Component read strings from i18n/messages.*.json
load from shadow dom as per ionic-team/stencil#2072 also removes requirement for parent applications to load google fonts separately
feat(fonts): use bc sans by default
It is running all the test suites, label it more accurately, especially for the shield.
Use a string dict instead of any.
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.75.0...v5.76.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
- bump all angular packages to 15.2.4 to fix dependencies and do fresh npm install - run "npm audit fix --force" to make sure the necessary bumps were done - run "npm update --save" to update everything that can be updated Fixes https://github.com/ReadAlongs/Web-Component/security/dependabot/31
Following the documented process at https://nx.dev/core-features/automate-updating-dependencies : - npx nx migrate latest - npm install - npx nx migrate --run-migrations Now nx works correctly again! Lesson learned: I have to be careful updating individual package versions in package.json!!!
fix(deps): bump angular to 15.2.4 and update all dependencies possible
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.4.1 to 6.4.2. - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](socketio/engine.io@6.4.1...6.4.2) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
(can we make the button non-clickable while keeping it in red? this does not work for me)
Limit height of image to page height
Using error_outline_outlined worked anyway, but the extra _outlined was basically ignored and cause extra spaces to get inserted.
with native speaker review on Reproducir/pausar and make the tooltips that are next to each other consistent
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Small caveat, you *must* use the <text> element to enclose it even though this is optional for standalone ReadAlong files.
feat: allow embedded ReadAlong in <read-along> element
chore: bump ngx version though not strictly necessary
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
Not done right. Will try again. |
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.
Note: the diff is huge because 1.1.0 was not done via a merge to release. The changes from 1.1.0 to 1.1.1 are actually rather trivial.
Creating this new release hoping that doing so will fix the Studio tests that fail, in
Studio/test/test_package_urls.py
which currently fail because unpkg resolve Web-Component@^1.0.0 to 1.1.0 but unpkg doesn't seem to have the two assets we use.