Skip to content
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

Release 1.1.0 #617

Merged
merged 33 commits into from
Jul 25, 2023
Merged

Release 1.1.0 #617

merged 33 commits into from
Jul 25, 2023

Conversation

FlorianRappl
Copy link
Contributor

New Pull Request

For more information, see the CONTRIBUTING guide.

Prerequisites

Please make sure you can check the following boxes:

  • I have read the CONTRIBUTING document
  • My code follows the code style of this project
  • All new and existing tests passed

Type(s) of Changes

Contribution Type

What types of changes does your code introduce? Put an x in all the boxes that apply:

  • Bug fix (non-breaking change which fixes an issue, please reference the issue id)
  • New feature (non-breaking change which adds functionality, make sure to open an associated issue first)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • I have updated the documentation accordingly
  • I have added tests to cover my changes

Description

This one comes with a couple of bug fixes and an important / quite handy extension to the importmap treatment; we can now have lazy loaded dependencies from the app shell. This can be very handy in scenarios where you want to help pilets with a centrally shared dependency, however, without paying the cost of bundling this dep upfront (because these pilets might either not be loaded or might be loaded later).

Remarks

Also we've updated Webpack and introduced a new validation rule for pilets; helping to write safe CSS across different pilets.

Piral Release Bot and others added 30 commits June 27, 2023 08:49
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
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>
…p-1.2.4

Bump word-wrap from 1.2.3 to 1.2.4
@FlorianRappl FlorianRappl added the release A new release label Jul 25, 2023
@FlorianRappl FlorianRappl added this to the 1.1.0 milestone Jul 25, 2023
Copy link
Member

@manuelroemer manuelroemer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, there's quite a bit in here!

src/plugins/piral-menu/README.md Show resolved Hide resolved
src/plugins/piral-notifications/README.md Show resolved Hide resolved
@FlorianRappl FlorianRappl merged commit c9d2cdb into main Jul 25, 2023
11 of 12 checks passed
@FlorianRappl FlorianRappl changed the title Release 1.10.0 Release 1.1.0 Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release A new release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants