A complete release history for Ionic Framework is available{' '} - - on GitHub - - . Documentation for recent releases can also be found below. + on GitHub. Documentation for recent + releases can also be found below.
See versioning for information about our{' '} - policy and commitment to stability. + policy and commitment to stability.
{release.version}
- + {release.type} {index === 0 ? ( @@ -77,11 +73,7 @@ export default function ReleaseNotes(props: { [key: string]: any }) { ))}- To see more releases, visit{' '} - - GitHub - - . + To see more releases, visit GitHub.); diff --git a/versioned_docs/version-v5/api.mdx b/versioned_docs/version-v5/api.mdx index 1225bdeda80..b0203d54b91 100644 --- a/versioned_docs/version-v5/api.mdx +++ b/versioned_docs/version-v5/api.mdx @@ -6,6 +6,6 @@ import APIList from '@components/page/api/APIList'; # API Index -Each Ionic [component](/docs/components) consists of one or more [custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements). Each custom element, in turn, may expose properties, methods, events, and CSS custom properties. +Each Ionic [component](/components.mdx) consists of one or more [custom elements](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements). Each custom element, in turn, may expose properties, methods, events, and CSS custom properties.
A modern, open source native runtime built and maintained by the Ionic team and the Capacitor community. Our recommended native solution.
-A collection of free Cordova plugins, built and maintained by the community, with TypeScript wrappers and a consistent API and naming convention.
Discover how to handle routing and navigation in Ionic Angular apps using the Angular Router.