{"id":2631,"date":"2019-02-26T16:17:02","date_gmt":"2019-02-26T16:17:02","guid":{"rendered":"https:\/\/ionicframework.com\/?p=2631"},"modified":"2020-10-15T22:41:01","modified_gmt":"2020-10-15T22:41:01","slug":"ionic-4-roadmap-new-features-release-schedule-goals-oh-my","status":"publish","type":"post","link":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my","title":{"rendered":"Ionic 4 Roadmap: New Features, Release Schedule, &#038; Goals\u2014Oh My!"},"content":{"rendered":"<p>We\u2019re thrilled to have recently <a href=\"https:\/\/ionicframework.com\/blog\/introducing-ionic-4-ionic-for-everyone\/\" target=\"_blank\" rel=\"noopener\"> announced the release of Ionic\u2019s fourth major version<\/a>, and its ability to work across all frameworks (or with no framework at all).<\/p>\n<p>We\u2019ve been overwhelmed with the positive feedback, and so far 4.0 has exceeded our expectations of what\u2019s been possible with a rewrite. So, with the official Ionic Framework 4.0.0 release behind us, I figured now would be a great time to lay out our roadmap and immediate plans for next steps\u2014a vision, if you will, for where we hope to take Ionic Framework in the near future&#8230;<\/p>\n<p><!--more--><\/p>\n<h2>Improved Desktop Support<\/h2>\n<p>As you might be aware, we\u2019ve always had a \u2018mobile-first\u2019 mentality, focusing on providing a mobile and tablet friendly user interface and experience\u2014something that, traditionally, has been difficult to pull off with only the web. However, as more developers and organizations have adopted Ionic as their UI framework of choice, the request for improved desktop support has been ever increasing.<\/p>\n<p>As a result, our next big area of focus will gravitate towards improving the desktop experience with Ionic, while continuing to ensure its mobile-friendliness. Our first step will be to improve Ionic\u2019s media queries by ensuring components adjust as expected when the browser\u2019s real estate space expands or changes. Beyond that, we\u2019ll ensure individual components adjust accordingly.<\/p>\n<p>For example, the current <code>ion-datetime<\/code> component acts as expected on a mobile device, however, it looks a bit out of place on desktop. What\u2019s great is now that Ionic is able to lazy-load components, on-demand, we\u2019ll be able to instead load a different calendar component that is expected for a desktop UI. Other plans involve vertical range sliders and investigating if we should provide another mode following the desktop macOS patterns. Please feel free to submit, or <a href=\"https:\/\/github.com\/ionic-team\/ionic\/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+feature+request%22\" rel=\"noopener\" target=\"_blank\">add to any feature requests<\/a> for desktop UI components that we should look into next.<\/p>\n<h2>Framework Integrations<\/h2>\n<p>With the initial 4.0.0 release, we also shipped <code>@ionic\/angular<\/code>, which is based on top of the framework agnostic <code>@ionic\/core<\/code>. The next step is to get both Ionic <a href=\"https:\/\/ionicframework.com\/blog\/announcing-the-ionic-react-beta\/\" target=\"_blank\" rel=\"noopener\">React<\/a> and <a href=\"https:\/\/ionicframework.com\/blog\/a-vue-from-ionic\/\" target=\"_blank\" rel=\"noopener\">Vue<\/a> up to the same quality as the Angular release. Throughout their beta versions we\u2019ll keep them at <code>0.x.x<\/code>, but once they\u2019re ready for the official major release, we\u2019ll then line them up with the same release version as <code>@ionic\/core<\/code>.<\/p>\n<p>Luckily, a vast majority of the work within Ionic is already available to each integration without any code duplication, and the framework integration itself is a minimal wrapper. In most cases, if a bug is found within a certain component, then the fix is immediately available to each integration. Same concept goes for any new features.<\/p>\n<p>Another upcoming improvement is packaging up each Ionic component as a stand-alone, self-contained web component. By default, each component has the added feature to allow them to be lazy-loaded. But, we also want to ensure each component can act as a traditional web component, which allows Ionic to be consumed in any way possible.<\/p>\n<h2>Server-Side Rendering (SSR) and Prerendering<\/h2>\n<p>One enhancement that can drastically improve startup performance is server-side rendering, which renders components to static HTML on the server, or prerendered during a build step. For more information about the \u201cwhy\u201d, plus benefits and trade-offs, please see <a href=\"https:\/\/developers.google.com\/web\/updates\/2019\/02\/rendering-on-the-web\" rel=\"noopener\" target=\"_blank\"><em>Rendering on the Web<\/em><\/a>. Most frameworks provide a way of rendering their components without a browser, and <a href=\"https:\/\/angular.io\/guide\/universal\" rel=\"noopener\" target=\"_blank\">Angular Universal<\/a> is Angular\u2019s way.<\/p>\n<p>Upcoming versions of Ionic will provide methods to \u201chydrate\u201d themselves on the server. In the case of Ionic Angular, this means we\u2019ll be providing the <code>IonicServerModule<\/code> which can be imported within Angular Universal builds. The exciting part here is that the core server-side hydration code is reusable in each framework, and only a minimal wrapper is used at the final step. Expect to hear more about this soon!<\/p>\n<h2>Custom Web Animations<\/h2>\n<p>Animations within a web browser have come a long way since Ionic 1 was first released. In previous versions, even the game-changing <code>requestAnimationFrame<\/code> API wasn\u2019t available on many mobile devices, resulting in the janky animations from the fallback use of <code>setTimeout<\/code>.<\/p>\n<p>Ionic 2 and 3 saw many improvements due to our internal animation library, which actually continues to power 4.0\u2019s page transitions. However, this animation library has been intentionally kept as an internal tool knowing that we\u2019ll soon be able to migrate to the standardized <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Web_Animations_API\" rel=\"noopener\" target=\"_blank\">Web Animations API<\/a>.<\/p>\n<p>By following a web standard, it\u2019ll make it easier for developers and third-party libraries to provide custom animations for Ionic. Making this transition has long been in the back of our minds, and we hope to start providing even more animation options, soon.<\/p>\n<h2>Improved Stability and Predictable Releases<\/h2>\n<p>With the core team focused on refactoring Ionic and shipping 4.0, it was often difficult to triage issues that came in. Now that the API has stabilized, and the refactoring is behind us, we\u2019ll be able to dedicate more time to handling issues reported by the community. This effort can already be seen from our cadence of patch releases since <code>4.0.0<\/code> was released. At the top of our list, right now, are page transitions, navigation fixes, and keyboard issues.<\/p>\n<p>Patch releases, meaning any release that fixes existing features, are scheduled to ship every two weeks. To see which issues we\u2019re currently working on, or what is next in the queue, please see our <a href=\"https:\/\/github.com\/ionic-team\/ionic\/projects\/3\" rel=\"noopener\" target=\"_blank\">Github Project Board<\/a>. Major releases will not be released any sooner than six-months from the last major release.<\/p>\n<h2>Let\u2019s Build Some Apps!<\/h2>\n<p>Obviously, we\u2019re pretty excited about Ionic Framework and what the future holds for Ionic developers! And, we hope this update gave you a little glimpse into all the next steps to come. We are also beyond grateful (THANK YOU!\ud83d\udc4f\ud83c\udffd\ud83d\udc4f\ud83c\udffd) for the Ionic community and their support throughout this process.<\/p>\n<p>As always, we\u2019re open to your feedback so please feel free to hit us up on <a href=\"https:\/\/github.com\/ionic-team\/ionic\/issues\" rel=\"noopener\" target=\"_blank\">Github<\/a>, <a href=\"https:\/\/ionicworldwide.herokuapp.com\/\" rel=\"noopener\" target=\"_blank\">Slack<\/a>, or the <a href=\"https:\/\/forum.ionicframework.com\/\" target=\"_blank\" rel=\"noopener\">community forum<\/a>.<\/p>\n<p>Happy building with Ionic Framework 4.0! \ud83c\udf89<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We\u2019re thrilled to have recently announced the release of Ionic\u2019s fourth major version, and its ability to work across all frameworks (or with no framework at all). We\u2019ve been overwhelmed with the positive feedback, and so far 4.0 has exceeded our expectations of what\u2019s been possible with a rewrite. So, with the official Ionic Framework [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":2632,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"publish_to_discourse":"","publish_post_category":"","wpdc_auto_publish_overridden":"","wpdc_topic_tags":"","wpdc_pin_topic":"","wpdc_pin_until":"","discourse_post_id":"","discourse_permalink":"","wpdc_publishing_response":"","wpdc_publishing_error":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[122],"tags":[107],"class_list":["post-2631","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-product","tag-ionic-4"],"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 4 Roadmap: New Features, Release Schedule, &amp; Goals\u2014Oh My! - Ionic Blog<\/title>\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-4-roadmap-new-features-release-schedule-goals-oh-my\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ionic 4 Roadmap: New Features, Release Schedule, &amp; Goals\u2014Oh My!\" \/>\n<meta property=\"og:description\" content=\"We\u2019re thrilled to have recently announced the release of Ionic\u2019s fourth major version, and its ability to work across all frameworks (or with no framework at all). We\u2019ve been overwhelmed with the positive feedback, and so far 4.0 has exceeded our expectations of what\u2019s been possible with a rewrite. So, with the official Ionic Framework [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my\" \/>\n<meta property=\"og:site_name\" content=\"Ionic Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-26T16:17:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-10-15T22:41:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2019\/02\/ionic-4-roadmap.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Adam Bradley\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@adamdbradley\" \/>\n<meta name=\"twitter:site\" content=\"@ionicframework\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adam Bradley\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#article\",\"isPartOf\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my\"},\"author\":{\"name\":\"Adam Bradley\",\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/person\/92f90fb9d52e33d4241c5ac46477cd21\"},\"headline\":\"Ionic 4 Roadmap: New Features, Release Schedule, &#038; Goals\u2014Oh My!\",\"datePublished\":\"2019-02-26T16:17:02+00:00\",\"dateModified\":\"2020-10-15T22:41:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my\"},\"wordCount\":988,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/ionic.io\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2019\/02\/ionic-4-roadmap.png\",\"keywords\":[\"Ionic 4\"],\"articleSection\":[\"Product\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my\",\"url\":\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my\",\"name\":\"Ionic 4 Roadmap: New Features, Release Schedule, & Goals\u2014Oh My! - Ionic Blog\",\"isPartOf\":{\"@id\":\"https:\/\/ionic.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#primaryimage\"},\"thumbnailUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2019\/02\/ionic-4-roadmap.png\",\"datePublished\":\"2019-02-26T16:17:02+00:00\",\"dateModified\":\"2020-10-15T22:41:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#primaryimage\",\"url\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2019\/02\/ionic-4-roadmap.png\",\"contentUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2019\/02\/ionic-4-roadmap.png\",\"width\":1440,\"height\":800},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/ionic.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ionic 4 Roadmap: New Features, Release Schedule, &#038; Goals\u2014Oh My!\"}]},{\"@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\/92f90fb9d52e33d4241c5ac46477cd21\",\"name\":\"Adam Bradley\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/ionic.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2018\/04\/adambradley-150x150.jpg\",\"contentUrl\":\"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2018\/04\/adambradley-150x150.jpg\",\"caption\":\"Adam Bradley\"},\"sameAs\":[\"http:\/\/twitter.com\/adamdbradley\",\"https:\/\/x.com\/adamdbradley\"],\"url\":\"https:\/\/ionic.io\/blog\/author\/adam\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Ionic 4 Roadmap: New Features, Release Schedule, & Goals\u2014Oh My! - Ionic Blog","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-4-roadmap-new-features-release-schedule-goals-oh-my","og_locale":"en_US","og_type":"article","og_title":"Ionic 4 Roadmap: New Features, Release Schedule, & Goals\u2014Oh My!","og_description":"We\u2019re thrilled to have recently announced the release of Ionic\u2019s fourth major version, and its ability to work across all frameworks (or with no framework at all). We\u2019ve been overwhelmed with the positive feedback, and so far 4.0 has exceeded our expectations of what\u2019s been possible with a rewrite. So, with the official Ionic Framework [&hellip;]","og_url":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my","og_site_name":"Ionic Blog","article_published_time":"2019-02-26T16:17:02+00:00","article_modified_time":"2020-10-15T22:41:01+00:00","og_image":[{"width":1440,"height":800,"url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2019\/02\/ionic-4-roadmap.png","type":"image\/png"}],"author":"Adam Bradley","twitter_card":"summary_large_image","twitter_creator":"@adamdbradley","twitter_site":"@ionicframework","twitter_misc":{"Written by":"Adam Bradley","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#article","isPartOf":{"@id":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my"},"author":{"name":"Adam Bradley","@id":"https:\/\/ionic.io\/blog\/#\/schema\/person\/92f90fb9d52e33d4241c5ac46477cd21"},"headline":"Ionic 4 Roadmap: New Features, Release Schedule, &#038; Goals\u2014Oh My!","datePublished":"2019-02-26T16:17:02+00:00","dateModified":"2020-10-15T22:41:01+00:00","mainEntityOfPage":{"@id":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my"},"wordCount":988,"commentCount":0,"publisher":{"@id":"https:\/\/ionic.io\/blog\/#organization"},"image":{"@id":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#primaryimage"},"thumbnailUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2019\/02\/ionic-4-roadmap.png","keywords":["Ionic 4"],"articleSection":["Product"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my","url":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my","name":"Ionic 4 Roadmap: New Features, Release Schedule, & Goals\u2014Oh My! - Ionic Blog","isPartOf":{"@id":"https:\/\/ionic.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#primaryimage"},"image":{"@id":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#primaryimage"},"thumbnailUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2019\/02\/ionic-4-roadmap.png","datePublished":"2019-02-26T16:17:02+00:00","dateModified":"2020-10-15T22:41:01+00:00","breadcrumb":{"@id":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#primaryimage","url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2019\/02\/ionic-4-roadmap.png","contentUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2019\/02\/ionic-4-roadmap.png","width":1440,"height":800},{"@type":"BreadcrumbList","@id":"https:\/\/ionic.io\/blog\/ionic-4-roadmap-new-features-release-schedule-goals-oh-my#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ionic.io\/blog"},{"@type":"ListItem","position":2,"name":"Ionic 4 Roadmap: New Features, Release Schedule, &#038; Goals\u2014Oh My!"}]},{"@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\/92f90fb9d52e33d4241c5ac46477cd21","name":"Adam Bradley","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ionic.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2018\/04\/adambradley-150x150.jpg","contentUrl":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2018\/04\/adambradley-150x150.jpg","caption":"Adam Bradley"},"sameAs":["http:\/\/twitter.com\/adamdbradley","https:\/\/x.com\/adamdbradley"],"url":"https:\/\/ionic.io\/blog\/author\/adam"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/ionic.io\/blog\/wp-content\/uploads\/2019\/02\/ionic-4-roadmap.png","_links":{"self":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts\/2631","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\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/comments?post=2631"}],"version-history":[{"count":0,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/posts\/2631\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/media\/2632"}],"wp:attachment":[{"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/media?parent=2631"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/categories?post=2631"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ionic.io\/blog\/wp-json\/wp\/v2\/tags?post=2631"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}