{"id":6074,"date":"2024-04-17T13:01:41","date_gmt":"2024-04-17T17:01:41","guid":{"rendered":"https:\/\/ionic.io\/blog\/?p=6074"},"modified":"2024-04-17T13:03:18","modified_gmt":"2024-04-17T17:03:18","slug":"ionic-8-is-here","status":"publish","type":"post","link":"https:\/\/ionic.io\/blog\/ionic-8-is-here","title":{"rendered":"Ionic 8 is here!"},"content":{"rendered":"\n<p>Today, we\u2019re excited to announce the release of Ionic 8! This stable release comes after several betas and release candidates with improvements suggested by the Ionic community. Thanks to your contributions and the hard work of our team, we\u2019re thrilled to launch Ionic 8.<\/p>\n\n\n\n<p>What\u2019s new? Enhancements to theming, accessibility, revised iOS designs, a new Picker experience, and a new password toggle component. For complete details and demos, please see the <a href=\"https:\/\/ionic.io\/blog\/announcing-the-ionic-8-beta\">Ionic 8 beta announcement<\/a>.<\/p>\n\n\n\n<p>Let\u2019s get into what\u2019s new. \ud83d\udc47<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Web Accessibility Out-of-the-box<\/h2>\n\n\n\n<p>To help developers build accessible apps, Ionic UI components follow the Web Content Accessibility Guidelines (WCAG) pertaining to mobile applications. Two major accessibility features are included with Ionic 8.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">AA Color Contrast<\/h3>\n\n\n\n<p>To improve color contrast, we\u2019ve shipped a revised color palette. When used with a proper contrast color, each color token (primary, secondary, success, etc.) now meets AA contrast levels as defined by the WCAG. This increases readability in your Ionic application, as users can more easily distinguish the foreground from the background. To showcase these new colors, we\u2019ve updated the <a href=\"https:\/\/ionicframework.com\/docs\/theming\/color-generator?__hstc=13779304.dfbb9fc13864a24736c942b00299b2f1.1611693354551.1712685827414.1712756250017.484&amp;__hssc=13779304.6.1712756250017&amp;__hsfp=3768304368\">Color Generator<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">AAA High Contrast Palette<\/h3>\n\n\n\n<p>The revised color palette ensures AA level compliance for color contrast. For scenarios requiring even higher levels of color contrast, we are pleased to introduce the new high contrast light and dark palettes! With these palettes, each color token now meets AAA contrast levels for text when used with a proper contrast color.<\/p>\n\n\n\n<p>We are also introducing a new set of step color tokens to support the high-contrast palette better. These step colors allow developers to control text colors independently of background colors.<\/p>\n\n\n\n<p>Check out the new <a href=\"https:\/\/ionicframework.com\/docs\/theming\/high-contrast-mode?__hstc=13779304.dfbb9fc13864a24736c942b00299b2f1.1611693354551.1712685827414.1712756250017.484&amp;__hssc=13779304.6.1712756250017&amp;__hsfp=3768304368\">High Contrast Documentation<\/a> and the <a href=\"https:\/\/ionicframework.com\/docs\/theming\/themes#stepped-colors\">Stepped Color Documentation<\/a> for more information.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Built-in Light and Dark Palettes<\/h2>\n\n\n\n<p>Ionic 8 now ships both the light and dark palettes built into the project. For added convenience, the light palette is automatically imported via the <code>core.css<\/code> file. Importing the dark theme is as simple as importing a single CSS file:<\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-css\">import &#039;@ionic\/react\/css\/palette\/dark.system.css&#039;;<\/code><\/pre>\n\n\n\n<p>In Ionic 7 and earlier, developers added light and dark palettes by manually copying and pasting design tokens into their applications. However, as Ionic evolved, we discovered that this solution was difficult for developers to maintain and challenging for us to scale.<\/p>\n\n\n\n<p>The above stylesheet will apply the dark palette based on the system settings for a user\u2019s preferred color scheme. With this approach, developers will always receive the latest and greatest light and dark palettes whenever they update Ionic. Additionally, developers can continue to customize our palettes! Learn how to apply the <a href=\"https:\/\/ionicframework.com\/docs\/theming\/dark-mode\">dark palette stylesheet<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Updated iOS 17 Design Specs<\/h2>\n\n\n\n<p>iOS 17 design specifications have evolved since iOS 17 was first released, so we\u2019ve updated Ionic components to match them. Most of these changes are fairly subtle, but one notable feature is the ability to disable Action Sheet buttons. Previously, all buttons in an Action Sheet were always enabled. We\u2019ve also added this behavior to the Material Design variant of <a href=\"https:\/\/ionicframework.com\/docs\/api\/action-sheet\">the Action Sheet<\/a> so users can have a consistent experience across platforms.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">New Picker Experience<\/h2>\n\n\n\n<p>The new Datetime component, introduced in Ionic 6, included a new inline Picker. After a successful pilot period, this new experience is now available to all developers. Check out <a href=\"https:\/\/ionicframework.com\/docs\/api\/picker\">the Picker documentation<\/a> for examples of all the great things you can do with this component.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Spotted: A New Component?<\/h2>\n\n\n\n<p>We added a new component to Ionic 8 during the beta period! The <code>ion-input-password-toggle<\/code> component allows users to toggle text visibility in a password input.<\/p>\n\n\n\n<figure class=\"wp-block-video\"><video height=\"578\" style=\"aspect-ratio: 868 \/ 578;\" width=\"868\" controls src=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic8-password-input-teaser.mp4\"><\/video><\/figure>\n\n\n\n<p><a href=\"https:\/\/ionicframework.com\/docs\/api\/input-password-toggle\">Learn how to add it to your app.<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Easy Migration Process<\/h2>\n\n\n\n<p>It wouldn\u2019t be Ionic without an easy migration process. We know how disruptive breaking changes can be, so we have kept them to a minimum in Ionic 8. In fact, many of <a href=\"https:\/\/github.com\/ionic-team\/ionic-framework\/blob\/main\/BREAKING.md#version-8x\">the breaking changes<\/a> do not require any code updates by developers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Upgrade to Ionic 8 Now<\/h2>\n\n\n\n<p>Developers can follow the <a href=\"https:\/\/ionicframework.com\/docs\/updating\/8-0\">Ionic 8 Migration Guide<\/a> to update their existing Ionic 7 apps.&nbsp;<\/p>\n\n\n\n<p>Looking to start with a brand new Ionic 8 app? <a href=\"https:\/\/ionicframework.com\/start?#basics\">Try our app creation wizard<\/a>!<\/p>\n\n\n\n<p>Please report any issues you encounter <a href=\"https:\/\/github.com\/ionic-team\/ionic-framework\/issues\/new\/choose\">on our GitHub repo<\/a>.<\/p>\n\n\n\n<p>Ionic 8 is another huge step forward for Ionic applications with great enhancements to theming, accessibility, revised iOS designs, and the new Picker experience. We\u2019d like to thank the community for their continued support of this project and feedback during the beta process. Stay tuned for more great improvements in 2024!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What\u2019s new in Ionic 8? Enhancements to theming, accessibility, revised iOS designs, a new Picker experience, and a new password toggle component.<\/p>\n","protected":false},"author":72,"featured_media":6080,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"publish_to_discourse":"1","publish_post_category":"23","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"575587","discourse_permalink":"http:\/\/forum.ionicframework.com\/t\/ionic-8-is-here\/241024","wpdc_publishing_response":"success","wpdc_publishing_error":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1,120,122],"tags":[23,3],"class_list":["post-6074","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all","category-announcements","category-product","tag-framework","tag-ionic"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.0 (Yoast SEO v23.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Ionic 8 is here! - Ionic Blog<\/title>\n<meta name=\"description\" content=\"What\u2019s new in ionic 8? Enhancements to theming, accessibility, revised iOS designs, a new Picker experience, and more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ionic.io\/blog\/ionic-8-is-here\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ionic 8 is here!\" \/>\n<meta property=\"og:description\" content=\"What\u2019s new in ionic 8? Enhancements to theming, accessibility, revised iOS designs, a new Picker experience, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ionic.io\/blog\/ionic-8-is-here\" \/>\n<meta property=\"og:site_name\" content=\"Ionic Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-17T17:01:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-17T17:03:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic-8-feature-image.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2240\" \/>\n\t<meta property=\"og:image:height\" content=\"1120\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Liam DeBeasi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@LiamDeBeasi\" \/>\n<meta name=\"twitter:site\" content=\"@ionicframework\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Liam DeBeasi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ionic.io\/blog\/ionic-8-is-here#article\",\"isPartOf\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-8-is-here\"},\"author\":{\"name\":\"Liam DeBeasi\",\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/person\/d314e583cf08e7a28c51e8ffc3d621fa\"},\"headline\":\"Ionic 8 is here!\",\"datePublished\":\"2024-04-17T17:01:41+00:00\",\"dateModified\":\"2024-04-17T17:03:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-8-is-here\"},\"wordCount\":720,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ionic.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-8-is-here#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic-8-feature-image.png\",\"keywords\":[\"Framework\",\"Ionic\"],\"articleSection\":[\"All\",\"Announcements\",\"Product\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ionic.io\/blog\/ionic-8-is-here#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ionic.io\/blog\/ionic-8-is-here\",\"url\":\"https:\/\/ionic.io\/blog\/ionic-8-is-here\",\"name\":\"Ionic 8 is here! - Ionic Blog\",\"isPartOf\":{\"@id\":\"https:\/\/ionic.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-8-is-here#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-8-is-here#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic-8-feature-image.png\",\"datePublished\":\"2024-04-17T17:01:41+00:00\",\"dateModified\":\"2024-04-17T17:03:18+00:00\",\"description\":\"What\u2019s new in ionic 8? Enhancements to theming, accessibility, revised iOS designs, a new Picker experience, and more.\",\"breadcrumb\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-8-is-here#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ionic.io\/blog\/ionic-8-is-here\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ionic.io\/blog\/ionic-8-is-here#primaryimage\",\"url\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic-8-feature-image.png\",\"contentUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic-8-feature-image.png\",\"width\":2240,\"height\":1120},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ionic.io\/blog\/ionic-8-is-here#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ionic.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ionic 8 is here!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/ionic.io\/blog\/#website\",\"url\":\"https:\/\/ionic.io\/blog\/\",\"name\":\"ionic.io\/blog\",\"description\":\"Build amazing native and progressive web apps with the web\",\"publisher\":{\"@id\":\"https:\/\/ionic.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/ionic.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/ionic.io\/blog\/#organization\",\"name\":\"Ionic\",\"url\":\"https:\/\/ionic.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/10\/white-on-color.png\",\"contentUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/10\/white-on-color.png\",\"width\":1920,\"height\":854,\"caption\":\"Ionic\"},\"image\":{\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/ionicframework\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/person\/d314e583cf08e7a28c51e8ffc3d621fa\",\"name\":\"Liam DeBeasi\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/01\/ZNK4lRAJ_400x400-150x150.jpg\",\"contentUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/01\/ZNK4lRAJ_400x400-150x150.jpg\",\"caption\":\"Liam DeBeasi\"},\"sameAs\":[\"https:\/\/x.com\/LiamDeBeasi\"],\"url\":\"https:\/\/ionic.io\/blog\/author\/liam\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Ionic 8 is here! - Ionic Blog","description":"What\u2019s new in ionic 8? Enhancements to theming, accessibility, revised iOS designs, a new Picker experience, and more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ionic.io\/blog\/ionic-8-is-here","og_locale":"en_US","og_type":"article","og_title":"Ionic 8 is here!","og_description":"What\u2019s new in ionic 8? Enhancements to theming, accessibility, revised iOS designs, a new Picker experience, and more.","og_url":"https:\/\/ionic.io\/blog\/ionic-8-is-here","og_site_name":"Ionic Blog","article_published_time":"2024-04-17T17:01:41+00:00","article_modified_time":"2024-04-17T17:03:18+00:00","og_image":[{"width":2240,"height":1120,"url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic-8-feature-image.png","type":"image\/png"}],"author":"Liam DeBeasi","twitter_card":"summary_large_image","twitter_creator":"@LiamDeBeasi","twitter_site":"@ionicframework","twitter_misc":{"Written by":"Liam DeBeasi","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ionic.io\/blog\/ionic-8-is-here#article","isPartOf":{"@id":"https:\/\/ionic.io\/blog\/ionic-8-is-here"},"author":{"name":"Liam DeBeasi","@id":"https:\/\/ionic.io\/blog\/#\/schema\/person\/d314e583cf08e7a28c51e8ffc3d621fa"},"headline":"Ionic 8 is here!","datePublished":"2024-04-17T17:01:41+00:00","dateModified":"2024-04-17T17:03:18+00:00","mainEntityOfPage":{"@id":"https:\/\/ionic.io\/blog\/ionic-8-is-here"},"wordCount":720,"commentCount":0,"publisher":{"@id":"https:\/\/ionic.io\/blog\/#organization"},"image":{"@id":"https:\/\/ionic.io\/blog\/ionic-8-is-here#primaryimage"},"thumbnailUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic-8-feature-image.png","keywords":["Framework","Ionic"],"articleSection":["All","Announcements","Product"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ionic.io\/blog\/ionic-8-is-here#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ionic.io\/blog\/ionic-8-is-here","url":"https:\/\/ionic.io\/blog\/ionic-8-is-here","name":"Ionic 8 is here! - Ionic Blog","isPartOf":{"@id":"https:\/\/ionic.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ionic.io\/blog\/ionic-8-is-here#primaryimage"},"image":{"@id":"https:\/\/ionic.io\/blog\/ionic-8-is-here#primaryimage"},"thumbnailUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic-8-feature-image.png","datePublished":"2024-04-17T17:01:41+00:00","dateModified":"2024-04-17T17:03:18+00:00","description":"What\u2019s new in ionic 8? Enhancements to theming, accessibility, revised iOS designs, a new Picker experience, and more.","breadcrumb":{"@id":"https:\/\/ionic.io\/blog\/ionic-8-is-here#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ionic.io\/blog\/ionic-8-is-here"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ionic.io\/blog\/ionic-8-is-here#primaryimage","url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic-8-feature-image.png","contentUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic-8-feature-image.png","width":2240,"height":1120},{"@type":"BreadcrumbList","@id":"https:\/\/ionic.io\/blog\/ionic-8-is-here#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ionic.io\/blog"},{"@type":"ListItem","position":2,"name":"Ionic 8 is here!"}]},{"@type":"WebSite","@id":"https:\/\/ionic.io\/blog\/#website","url":"https:\/\/ionic.io\/blog\/","name":"ionic.io\/blog","description":"Build amazing native and progressive web apps with the web","publisher":{"@id":"https:\/\/ionic.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ionic.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ionic.io\/blog\/#organization","name":"Ionic","url":"https:\/\/ionic.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ionic.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/10\/white-on-color.png","contentUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/10\/white-on-color.png","width":1920,"height":854,"caption":"Ionic"},"image":{"@id":"https:\/\/ionic.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/ionicframework"]},{"@type":"Person","@id":"https:\/\/ionic.io\/blog\/#\/schema\/person\/d314e583cf08e7a28c51e8ffc3d621fa","name":"Liam DeBeasi","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ionic.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/01\/ZNK4lRAJ_400x400-150x150.jpg","contentUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2020\/01\/ZNK4lRAJ_400x400-150x150.jpg","caption":"Liam DeBeasi"},"sameAs":["https:\/\/x.com\/LiamDeBeasi"],"url":"https:\/\/ionic.io\/blog\/author\/liam"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2024\/04\/ionic-8-feature-image.png","_links":{"self":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts\/6074","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/users\/72"}],"replies":[{"embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/comments?post=6074"}],"version-history":[{"count":8,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts\/6074\/revisions"}],"predecessor-version":[{"id":6088,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts\/6074\/revisions\/6088"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/media\/6080"}],"wp:attachment":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/media?parent=6074"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/categories?post=6074"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/tags?post=6074"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}