Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
cb7d2f1
chore: use dev build
brandyscarney Jun 12, 2025
4a6ee9b
docs(reorder): update onIonItemReorder -> onIonReorderEnd
brandyscarney Jun 12, 2025
e11dbd5
style: lint
brandyscarney Jun 12, 2025
10e9ab0
fix(api): update the events table to include the deprecated description
brandyscarney Jun 12, 2025
6faa3bf
docs(reorder-group): add new interfaces and deprecate old ones
brandyscarney Jun 12, 2025
f99931c
chore: latest dev build
brandyscarney Jun 12, 2025
d9c35ec
fix(api): bold deprecated and move to its own line
brandyscarney Jun 12, 2025
5166f6e
docs(reorder): ionItemReorder -> ionReorderEnd
brandyscarney Jun 12, 2025
1b3b3ca
docs(reorder): set width of existing demos to 300px
brandyscarney Jun 13, 2025
2f597e8
docs(reorder): CustomEvent<ItemReorderEventDetail> -> ReorderEndCusto…
brandyscarney Jun 13, 2025
01f0b2e
docs(reorder): rename handleReorder functions to handleReorderEnd
brandyscarney Jun 13, 2025
5f901b4
style: lint
brandyscarney Jun 13, 2025
ce444b7
docs(reorder): add reorder-start-end playground
brandyscarney Jun 13, 2025
fa1e85b
style: comments and logs
brandyscarney Jun 13, 2025
e46a45e
docs(reorder): update reorder start end to set items data
brandyscarney Jun 13, 2025
15db739
docs(reorder): add reorder move playground
brandyscarney Jun 13, 2025
dc1311f
docs(reorder): update event handling descriptions and add logs
brandyscarney Jun 13, 2025
c0a6928
docs(reorder): rename playgrounds
brandyscarney Jun 13, 2025
6fe29a3
docs(reorder): copy editing
brandyscarney Jun 23, 2025
80b3a91
docs(reorder): copy editing
brandyscarney Jun 23, 2025
7ab2e2c
chore: revert dev build
brandyscarney Jun 23, 2025
e3ec9a6
style: lint
brandyscarney Jun 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: latest dev build
  • Loading branch information
brandyscarney committed Jun 23, 2025
commit f99931cac4f0ffe34e1ea15f5240b873ba1e6361
2 changes: 1 addition & 1 deletion plugins/docusaurus-plugin-ionic-component-api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ module.exports = function (context, options) {
}

// TODO: remove this before merging
let npmTag = '8.6.2-dev.11749668763.17db572c';
let npmTag = '8.6.2-dev.11749759855.198287b7';
// Latest version
await generateMarkdownForVersion(currentVersion.path || currentVersion.label, npmTag, true);

Expand Down
4 changes: 2 additions & 2 deletions static/code/stackblitz/v8/html/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>

<head>
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/[email protected].11749668763.17db572c/css/core.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/[email protected].11749668763.17db572c/css/ionic.bundle.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/[email protected].11749759855.198287b7/css/core.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/[email protected].11749759855.198287b7/css/ionic.bundle.css" />
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions static/code/stackblitz/v8/html/index.withContent.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html>

<head>
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/[email protected].11749668763.17db572c/css/core.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/[email protected].11749668763.17db572c/css/ionic.bundle.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/[email protected].11749759855.198287b7/css/core.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.skypack.dev/@ionic/[email protected].11749759855.198287b7/css/ionic.bundle.css" />
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions static/usage/v8/reorder/basic/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<script src="../../common.js"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/dist/ionic/ionic.esm.js"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/dist/ionic/ionic.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/css/ionic.bundle.css"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/css/ionic.bundle.css"
/>

<style>
Expand Down
4 changes: 2 additions & 2 deletions static/usage/v8/reorder/custom-icon/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<script src="../../common.js"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/dist/ionic/ionic.esm.js"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/dist/ionic/ionic.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/css/ionic.bundle.css"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/css/ionic.bundle.css"
/>

<style>
Expand Down
4 changes: 2 additions & 2 deletions static/usage/v8/reorder/custom-scroll-target/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<script src="../../common.js"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/dist/ionic/ionic.esm.js"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/dist/ionic/ionic.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/css/ionic.bundle.css"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/css/ionic.bundle.css"
/>

<style>
Expand Down
4 changes: 2 additions & 2 deletions static/usage/v8/reorder/toggling-disabled/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<script src="../../common.js"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/dist/ionic/ionic.esm.js"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/dist/ionic/ionic.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/css/ionic.bundle.css"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/css/ionic.bundle.css"
/>

<style>
Expand Down
4 changes: 2 additions & 2 deletions static/usage/v8/reorder/updating-data/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<script src="../../common.js"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/dist/ionic/ionic.esm.js"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/dist/ionic/ionic.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/css/ionic.bundle.css"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/css/ionic.bundle.css"
/>

<style>
Expand Down
4 changes: 2 additions & 2 deletions static/usage/v8/reorder/wrapper/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<script src="../../common.js"></script>
<script
type="module"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/dist/ionic/ionic.esm.js"
src="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/dist/ionic/ionic.esm.js"
></script>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749668763.17db572c/css/ionic.bundle.css"
href="https://cdn.jsdelivr.net/npm/@ionic/[email protected].11749759855.198287b7/css/ionic.bundle.css"
/>

<style>
Expand Down