question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Release a new major - v7.0.0

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:18 (14 by maintainers)

github_iconTop GitHub Comments

5reactions
toveruxcommented, Nov 18, 2017

Annnd I’m also happy to annouce that v7 allowed ngx-sweetalert2’s v3 to do its coming out: https://github.com/toverux/ngx-sweetalert2/releases/tag/v3.0.0

It’s quite of a big release too – if you were wondering why I’m comitting so little on Swal2, that’s because I prefer to give some help here (in issues, reviews, advices, etc) and focus my developement efforts on the Angular integration.

That v3 has an interesting feature, too: using dynamic, Angular-managed DOM in SweetAlerts:

<swal title="Fill the form, rapidly" (open)="startCountdown()">
  <!-- This form will be displayed as the alert main content
       Targets the alert's main content zone by default -->
  <form *swalPartial [formControl]="myForm">
    ...
  </form>
        
  <!-- This targets the confirm button's inner content
       Notice the usage of ng-container to avoid creating an useless DOM element inside the button -->
  <ng-container *swalPartial="swalTargets.confirmButton">
    Send ({{ countdownSecondsLeft }} seconds left)
  </ng-container>
<swal>

And, thanks again to all the contributors! This is a small library with a very limited scope, and yet, it helps many people (100K DL/mo), and federated a group of passionate contributors, thanks to our benevolent dictator for life @limonte 😄

3reactions
limontecommented, Nov 16, 2017

🎉 🎉 🎉 https://github.com/limonte/sweetalert2/releases/tag/v7.0.0 🎉 🎉 🎉

All collaborators should have the edit permission for release notes, feel free to add/change if I forgot something to mention.

@zenflow you are the collaborator now, welcome! It’s my pleasure to have you in this small but extremely efficient open-source team 😎 Do you have a public email address so I can include it in the contributors section of package.json?

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm Blog Archive: Release v7.0.0
Release v7.0.0. Happy release Tuesday! Today marks a major milestone for the npm CLI team - we've officially cut npm@7.0.0 .
Read more >
Presenting v7.0.0 of the npm CLI - The GitHub Blog
We're releasing v7.0.0 of the npm CLI, which includes exciting new features such as Workspaces, automatically installed peer deps, and more!
Read more >
New Release Announcement of NPM CLI v7.0.0 - Geekstrick
New Release Announcement of NPM CLI v7.0.0 | GitHub has announced the release of npm v7.0 which will be shipping with Node v15...
Read more >
A major release (v7.0.0) for Virtuemart Sales Joomla ...
After a few weeks of hard work, we are happy to announce the new, improved version of Virtuemart Sales Joomla! component. The new...
Read more >
Node v7.0.0 (Current)
This new major version of Node.js includes: V8 5.4 which brings along with 98% coverage of ES6 language features, improved reliability and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found