{"id":4984,"date":"2023-03-01T11:24:28","date_gmt":"2023-03-01T16:24:28","guid":{"rendered":"https:\/\/ionic.io\/blog\/?p=4984"},"modified":"2023-03-01T11:24:30","modified_gmt":"2023-03-01T16:24:30","slug":"announcing-ionic-v6-6","status":"publish","type":"post","link":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6","title":{"rendered":"Announcing Ionic v6.6"},"content":{"rendered":"\n<p>Today, we\u2019re excited to announce the release of Ionic 6.6! This release brings improvements to datetime, picker, and toast.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Let\u2019s take a look at these new features:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Highlighting Dates<\/h2>\n\n\n\n<p>Developers can highlight significant dates in <code>ion-datetime<\/code> using the new <code>highlightedDates<\/code> property. This is useful for drawing the user\u2019s attention to important dates, such as a due date or a birthday.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" data-src=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime-504x1024.png\" alt=\"\" class=\"wp-image-4988 lazyload\" width=\"363\" height=\"737\" data-srcset=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime-504x1024.png 504w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime-148x300.png 148w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime-768x1560.png 768w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime-756x1536.png 756w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime.png 828w\" data-sizes=\"auto, (max-width: 363px) 100vw, 363px\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 363px; --smush-placeholder-aspect-ratio: 363\/737;\" \/><noscript><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime-504x1024.png\" alt=\"\" class=\"wp-image-4988\" width=\"363\" height=\"737\" srcset=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime-504x1024.png 504w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime-148x300.png 148w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime-768x1560.png 768w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime-756x1536.png 756w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/datetime.png 828w\" sizes=\"auto, (max-width: 363px) 100vw, 363px\" \/><\/noscript><\/figure>\n<\/div>\n\n\n<p>Check out the <a href=\"https:\/\/ionicframework.com\/docs\/api\/datetime#highlighting-specific-dates\">Highlighting Specific Dates playgrounds<\/a> for more examples.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Picker Labels<\/h2>\n\n\n\n<p>We\u2019ve updated the buttons in <code>ion-picker<\/code> so developers can customize the <code>aria-label<\/code> values that are set on each picker option.<\/p>\n\n\n\n<pre class=\"wp-block-prismatic-blocks\"><code class=\"language-\">const picker = await pickerController.create({\n  buttons: [\n    &#039;Cancel&#039;,\n    &#039;Confirm&#039;\n  ],\n  columns: [{\n    options: [{\n      text: &#039;C#&#039;,\n      ariaLabel: &#039;C Sharp&#039;\n    },\n    {\n      text: &#039;Java&#039;\n    }]\n  }]\n});\n\nawait picker.present();<\/code><\/pre>\n\n\n\n<p>Check out the <a href=\"https:\/\/ionicframework.com\/docs\/api\/picker#pickercolumnoption\">PickerOptions Interface<\/a> for more information.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Toast Stacked Buttons<\/h2>\n\n\n\n<p>The default behavior in <code>ion-toast<\/code> is to render the message and buttons all on the same line. However, if you have long button texts, this can make the toast hard to read. Developers can use the new <code>layout<\/code> property to have the buttons appear stacked on separate lines.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"494\" data-src=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-1024x494.png\" alt=\"\" class=\"wp-image-4999 lazyload\" data-srcset=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-1024x494.png 1024w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-300x145.png 300w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-768x370.png 768w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-1536x740.png 1536w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-2048x987.png 2048w\" data-sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" src=\"data:image\/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/494;\" \/><noscript><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"494\" src=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-1024x494.png\" alt=\"\" class=\"wp-image-4999\" srcset=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-1024x494.png 1024w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-300x145.png 300w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-768x370.png 768w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-1536x740.png 1536w, https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/localhost_3333_src_components_toast_test_layout-2-2048x987.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/noscript><\/figure>\n<\/div>\n\n\n<p>Check out the <a href=\"https:\/\/ionicframework.com\/docs\/api\/toast#layout\">Toast Layout playground<\/a> for more examples.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank You<\/h2>\n\n\n\n<p>If you have other ideas for how we can improve Ionic, let us know on our <a href=\"https:\/\/github.com\/ionic-team\/ionic-framework\">GitHub repo<\/a>. Thank you to everyone who provided feedback and contributions to the features in this release. Ionic 6.6 would not have been possible without all of you!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today, we\u2019re excited to announce the release of Ionic 6.6! This release brings improvements to datetime, picker, and toast.<\/p>\n","protected":false},"author":72,"featured_media":4987,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"publish_to_discourse":"1","publish_post_category":"12","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"560203","discourse_permalink":"http:\/\/forum.ionicframework.com\/t\/announcing-ionic-v6-6\/231444","wpdc_publishing_response":"success","wpdc_publishing_error":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[120],"tags":[23,241,98],"class_list":["post-4984","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-announcements","tag-framework","tag-ionic-6","tag-release"],"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>Announcing Ionic v6.6 - Ionic Blog<\/title>\n<meta name=\"description\" content=\"Today, we\u2019re excited to announce the release of Ionic 6.6! This release brings improvements to datetime, picker, and toast.\" \/>\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\/announcing-ionic-v6-6\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Announcing Ionic v6.6\" \/>\n<meta property=\"og:description\" content=\"Today, we\u2019re excited to announce the release of Ionic 6.6! This release brings improvements to datetime, picker, and toast.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6\" \/>\n<meta property=\"og:site_name\" content=\"Ionic Blog\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-01T16:24:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-01T16:24:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/ionic6.6-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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#article\",\"isPartOf\":{\"@id\":\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6\"},\"author\":{\"name\":\"Liam DeBeasi\",\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/person\/d314e583cf08e7a28c51e8ffc3d621fa\"},\"headline\":\"Announcing Ionic v6.6\",\"datePublished\":\"2023-03-01T16:24:28+00:00\",\"dateModified\":\"2023-03-01T16:24:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6\"},\"wordCount\":205,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ionic.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/ionic6.6-feature-image.png\",\"keywords\":[\"Framework\",\"Ionic 6\",\"release\"],\"articleSection\":[\"Announcements\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6\",\"url\":\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6\",\"name\":\"Announcing Ionic v6.6 - Ionic Blog\",\"isPartOf\":{\"@id\":\"https:\/\/ionic.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/ionic6.6-feature-image.png\",\"datePublished\":\"2023-03-01T16:24:28+00:00\",\"dateModified\":\"2023-03-01T16:24:30+00:00\",\"description\":\"Today, we\u2019re excited to announce the release of Ionic 6.6! This release brings improvements to datetime, picker, and toast.\",\"breadcrumb\":{\"@id\":\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#primaryimage\",\"url\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/ionic6.6-feature-image.png\",\"contentUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/ionic6.6-feature-image.png\",\"width\":2240,\"height\":1120},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ionic.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Announcing Ionic v6.6\"}]},{\"@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":"Announcing Ionic v6.6 - Ionic Blog","description":"Today, we\u2019re excited to announce the release of Ionic 6.6! This release brings improvements to datetime, picker, and toast.","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\/announcing-ionic-v6-6","og_locale":"en_US","og_type":"article","og_title":"Announcing Ionic v6.6","og_description":"Today, we\u2019re excited to announce the release of Ionic 6.6! This release brings improvements to datetime, picker, and toast.","og_url":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6","og_site_name":"Ionic Blog","article_published_time":"2023-03-01T16:24:28+00:00","article_modified_time":"2023-03-01T16:24:30+00:00","og_image":[{"width":2240,"height":1120,"url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/ionic6.6-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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#article","isPartOf":{"@id":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6"},"author":{"name":"Liam DeBeasi","@id":"https:\/\/ionic.io\/blog\/#\/schema\/person\/d314e583cf08e7a28c51e8ffc3d621fa"},"headline":"Announcing Ionic v6.6","datePublished":"2023-03-01T16:24:28+00:00","dateModified":"2023-03-01T16:24:30+00:00","mainEntityOfPage":{"@id":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6"},"wordCount":205,"commentCount":0,"publisher":{"@id":"https:\/\/ionic.io\/blog\/#organization"},"image":{"@id":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#primaryimage"},"thumbnailUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/ionic6.6-feature-image.png","keywords":["Framework","Ionic 6","release"],"articleSection":["Announcements"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6","url":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6","name":"Announcing Ionic v6.6 - Ionic Blog","isPartOf":{"@id":"https:\/\/ionic.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#primaryimage"},"image":{"@id":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#primaryimage"},"thumbnailUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/ionic6.6-feature-image.png","datePublished":"2023-03-01T16:24:28+00:00","dateModified":"2023-03-01T16:24:30+00:00","description":"Today, we\u2019re excited to announce the release of Ionic 6.6! This release brings improvements to datetime, picker, and toast.","breadcrumb":{"@id":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ionic.io\/blog\/announcing-ionic-v6-6"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#primaryimage","url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/ionic6.6-feature-image.png","contentUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2023\/03\/ionic6.6-feature-image.png","width":2240,"height":1120},{"@type":"BreadcrumbList","@id":"https:\/\/ionic.io\/blog\/announcing-ionic-v6-6#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ionic.io\/blog"},{"@type":"ListItem","position":2,"name":"Announcing Ionic v6.6"}]},{"@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\/2023\/03\/ionic6.6-feature-image.png","_links":{"self":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts\/4984","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=4984"}],"version-history":[{"count":10,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts\/4984\/revisions"}],"predecessor-version":[{"id":5001,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts\/4984\/revisions\/5001"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/media\/4987"}],"wp:attachment":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/media?parent=4984"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/categories?post=4984"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/tags?post=4984"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}