2

Ionic Event Recap: September 2021

 2 years ago
source link: https://ionicframework.com/blog/ionic-event-recap-september-2021/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

q3-2021-ionic-event-feature-image

Today we hosted our second launch event of 2021. We heard from core Ionic team members about some exciting new updates and recent releases across our open source and commercial products.

Here’s a quick rundown of what we announced. If you missed the event, check out the recording here.

Ionic Portals Brings a New Supercharged Web View to Native Apps

The biggest announcement of the day was the release of Ionic Portals: a free, supercharged native Web View component for iOS and Android that enables teams to add web-based experiences to native mobile apps.

Ionic Portals is a free solution that replaces stock web view controls, and instead provides a drop-in-ready solution that enables native developers to quickly and easily add web-based experiences to native mobile apps. With granular controls and advanced security, native and web teams can now safely and securely collaborate on mobile app development projects and bring new and existing web experiences to customers on existing iOS and Android mobile apps.

If you’re part of a team that builds web apps as well as traditional native apps, you can now reuse your existing web apps, move faster, and create stunning app experiences that seamlessly transition between web and native.

Try it now.

Appflow Enhances Integration With Other CI/CD Platforms

Another big reveal was the introduction of the new Cloud CLI that allows Appflow users to integrate with their favorite CI/CD platforms, such as Azure DevOps, Jenkins, Gitlab, CircleCI, and more.

With Appflow and the new Cloud CLI, you can leverage all of Ionic’s cloud products inside your own CI/CD platform, including:

  • Live Updates: Push immediate updates directly to your users for rapid bug fixes, A/B testing, and new feature rollouts.
  • Native Builds: Generate iOS and Android apps without running, managing, and updating Mac or Linux infrastructure.
  • Publish to App Stores: Automate the final mile and send iOS and Android binaries directly to TestFlight, iOS App Store, Google Play, and Google Play Beta for testing or production with Deploy to App Stores.

The Ionic Cloud CLI allows your DevOps, QA, and development teams to collaborate using their existing processes while reducing the management burden of rolling their own cross-platform mobile CI/CD setup. It adheres to DevOps best practices, meaning your team can drop it into your existing pipelines with ease.

The Cloud CLI is enabled on all Standard plans, or by purchasing an Appflow Scale license.

Ionic Adds Apple and Google Pay, Microsoft Intune, and Couchbase Lite to its Official Integrations Portfolio

Teams building mission-critical applications will often need to integrate with other 3rd-party applications and services in order to deliver a full-featured app. Unfortunately, unlocking these integrations often requires searching for community plugins, or building your own integration from scratch.

This is where Ionic’s Official Integrations come in. Our Official Integrations are drop-in ready and provide a simple, easy-to-understand API. The best part? Ionic offers product support, guaranteed SLAs, and helpdesk assistance from our team of mobile and security experts.

The newest integrations announced today include:

  • Apple Pay and Google Pay: Collect payments from customers using Google Pay and Apple Pay using our new Ionic Payments solution.
  • Microsoft Intune: Remotely manage devices and data, enforce security requirements, and leverage Microsoft Authenticator.
  • Couchbase Lite: Build secure, high-performance, offline-enabled apps using the industry-leading Couchbase Lite storage solution.

Deploy Native Desktop and Tablet Apps with Ionic Windows

We’re excited to unveil Ionic Windows, a new way to deliver your Ionic applications as native Windows apps for desktops and Surface tablet devices. Using modern Windows development SDKs, teams can target Windows 10 and beyond with access to native Windows APIs.

Ionic’s Windows solution is based on the new Windows App SDK, WinUI3, and WebView2, and is an evolution for desktop apps that improves on classic approaches like Electron. Interested? Request early access here.

Ionic 6 Beta Offers New Components and Improved Desktop Support

Ionic’s open-source UI toolkit enables web developers to build performant, high-quality mobile and desktop apps using web technologies, with integrations for popular frameworks like Angular, React, and Vue.

Lead software engineer Liam DeBeasi provided an update on the latest version of Ionic, including two highly requested features coming soon: new components and improved desktop support. New components include accordion, breadcrumbs, datetime, bottom drawer, desktop select, desktop popover, and improved modal/popover APIs. To see the new and updated components in action, view the v6 beta announcement.

Ionic 6: Yearly Updates

Keeping up with the latest iOS and Android design changes is critical to providing your users with a great app experience. Beginning with Ionic 6 you can expect to see yearly major releases with these design changes shortly after they are released. Ionic 6 will be iOS 15-ready when it ships, and the team is keeping an eye on Material You, the newest adaption of the Material design system announced in May 2021 (tied to Android 12). Once design guidelines become available, the team will look into incorporating it into the latest version of Ionic.

Ionic 6: Improved Performance and Tooling

The new version brings improved performance and expanded tooling options. A new Custom Elements build helps bundlers include only the components used in your application, reducing the overall size of your app as well as the size of your application’s first chunk which means your apps are going to load even faster. A popular request from the Ionic community, you can now use Vite, Rollup, ESBuild, and other tools to build your apps. These modern tools provide benefits such as improved tree shaking (the removal of dead code which decreases bundle size and improves performance).

We’ve been thrilled with the community’s response to the v6 beta. Since being announced in June, there have been six releases, over 30 bugs fixed, and 30 new features added. Try it yourself now and stay tuned for the v6 Release Candidate (RC) coming soon.

Capacitor Becomes the Standard for Web Devs Building Mobile Apps

Capacitor is an open source cross-platform native bridge that makes it easy to build modern web apps that run natively on iOS, Android, and the Web. In essence, Capacitor connects the web to native (as in, Web Native), enabling the best of both worlds by providing the tooling and runtime that make it possible to take any modern web app and deploy it natively to all the platforms you care about.

Capacitor has experienced an incredible amount of growth in 2021 and is now the standard for web developers building mobile apps. It’s installed 600k times per month and growing rapidly, with over 10,000 apps now in the app stores.

Similar to Ionic, the Capacitor team is working hard to ensure that the newest iOS and Android versions are supported shortly after they are released. iOS 15 support is available now and you can expect to see Android 12 support when it lands this Fall.

Stencil Adds Expanded Team, New Features, and Source Maps Support

Stencil is Ionic’s solution for building standards-based Web Components and reusable, scalable Design Systems. It powers Ionic’s library of open source UI components and is used in systems from companies such as Apple, Amazon, Volkswagen, and more.

Thanks to Stencil and Ionic’s continued growth and success, we’re happy to announce that we’ve recently added additional engineers, hired a new Stencil product manager, and brought on a dedicated developer relations person. We’ve also been focused on re-engaging with the community through Slack, GitHub, and monthly office hours, which gives the community an opportunity to engage directly with the Stencil team in an informational and Q&A capacity. Our next office hours will be on September 30th at 1PM Eastern. We hope to see you there!

The Stencil team has been hard at work the last few months to ship features and address existing issues. While this includes a lot of behind-the-scenes work, we’ve shipped two releases with:

  • Support for Puppeteer v10
  • M1 Mac Support
  • Additional control for rendering components using fallback CSS styles
  • Various bug fixes

The team has also been working on the highest upvoted issue in the Stencil repository: Source maps. Source maps create mappings between the source code and the generated JavaScript that is delivered to a user’s device. This empowers developers to debug issues while maintaining the context of the code they wrote. Sourcemaps will be available in an upcoming release of Stencil in the coming weeks.

We want to take a moment to thank @JohnJenkins, a member of the Stencil community, for all their efforts in pushing this functionality forward. Their work laid a foundation that’s been indispensable for the Stencil team and is going to have an immense impact on the community.

What does Stencil’s near-term future look like?

  • Improving the existing testing infrastructure
  • Filling any gaps in Stencil’s documentation
  • Continuing to work through community-submitted issues and feature requests

It’s an exciting time to be building web components with Stencil. Start creating a web component library today.

Thank You

Ionic’s mission as a company is to empower web developers to build high-quality experiences with their existing skills, using the web tools and technologies they already know and love. We started with a focus on building native iOS and Android mobile apps that were entirely powered by the web.

The release of Ionic Portals and Ionic Windows is a huge step in our evolution as a platform and the fulfillment of our Web Native vision, one where web developers push the limits of what’s possible with modern web technology and APIs. Now, you can use web technology to build apps that run on the web, native mobile, native desktop, and embedded within native mobile apps.

A special thanks to the amazing Ionic community and our customers who have joined us on this journey to build amazing apps using the open web. We come to work every day excited to help you build amazing products.

These product launch events are new for us in 2021 and based on the community’s reception, are definitely going to continue! Our next event, the Ionic Enterprise Summit, is focused on talks from members of the Ionic enterprise community but is open to all. Featuring great talks about making app development faster, more scalable, and more collaborative, it’s not one to miss.

See you at the Ionic Enterprise Summit 2021 this winter! ✨


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK