July 2023 Summaries
4 posts from Ionic
Filter
Month:
Year:
Post Summaries
Back to Blog
Ionic 7.2 introduces several new features and improvements, including updates to the Button, Searchbar, and Angular integration. A significant enhancement is the infrastructure change to Button, which prepares for a text-wrapping feature in Ionic 8 to improve readability by avoiding text truncation with ellipses, although this is not enabled by default due to potential layout changes. Developers can opt-in to this feature now by using specific classes or CSS adjustments. Additionally, the Searchbar component now includes a "name" property for better form data identification, and Angular's new route parameter binding feature is supported in Ionic's Router Outlet, enabling developers to bind route parameters as component inputs. The release acknowledges contributions from the community and provides resources for developers to adopt these new features.
Jul 25, 2023
524 words in the original blog post.
The latest Ionic Show highlighted several significant updates and trends in mobile app development, with a focus on modernization, consolidation, and the growing importance of Progressive Web Apps (PWAs) in 2023. The event featured discussions by key team members, including insights on Ionic's 10-year journey, micro frontends, and AI's role in app development. Framework updates included input masking, new CSS features, and improvements to Ionic 7, while Stencil v4 introduced TypeScript path configurations and primary output target validation. Capacitor updates showcased a new Background Tasks feature and the Capacitor Plugin Registry, facilitating the integration of plugins in projects. Appflow enhancements now allow for in-browser testing and improved live updates, with a new AI-powered Appflow Assist feature to aid in debugging. The event underscored Ionic's commitment to data privacy through SOC2 Type 2 certification and concluded with a live Q&A session, inviting community engagement and future event participation.
Jul 20, 2023
1,539 words in the original blog post.
In a guest post by Simon Grimm, an Ionic Developer Expert, the tutorial guides readers through creating a custom app router for Capacitor apps using VanillaJS, showcasing how to implement routing without relying on frameworks like Angular, React, or Vue. The tutorial covers the initial setup of a Capacitor app using command-line tools, the integration of TailwindCSS for styling, and the use of the lightweight Navigo library for managing routes. It further explains how to create a simple tab bar, handle dynamic URLs with features like active tab highlighting, and implement a custom navigation bar using web components. Additionally, the guide introduces the concept of deeplinks in mobile apps, allowing specific pages to be opened directly via links, and details the process of configuring native platforms for iOS and Android to support these links. The tutorial emphasizes the ease of developing native-like apps with web technologies using Capacitor, highlighting its capability to streamline the building of native iOS and Android apps from web projects.
Jul 17, 2023
2,610 words in the original blog post.
Cloud security incidents are increasingly common, with 24% of organizations experiencing a public cloud-related security breach in the past year, highlighting the importance of choosing a secure tech stack. SOC 2 certification is essential for cloud providers to demonstrate their commitment to high security standards, as it involves compliance with criteria set by the American Institute of Certified Public Accountants (AICPA) for information security and privacy. Appflow, a mobile CI/CD platform by Ionic, recently achieved SOC 2 Type II compliance, indicating its adherence to rigorous security protocols over a continuous period. This certification helps organizations feel confident in the security of their cloud providers by reducing the need for extensive individual evaluations. SOC 2 certification is seen as the industry standard for enterprises seeking secure cloud service providers.
Jul 05, 2023
877 words in the original blog post.