Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue-Router deprecation in Menu components #4351

Closed
10 tasks done
tugcekucukoglu opened this issue Aug 29, 2023 · 1 comment
Closed
10 tasks done

Vue-Router deprecation in Menu components #4351

tugcekucukoglu opened this issue Aug 29, 2023 · 1 comment
Assignees
Labels
Type: Deprecated Issue contains a deprecated component. The component will be removed in any future release
Milestone

Comments

@tugcekucukoglu
Copy link
Member

tugcekucukoglu commented Aug 29, 2023

  • Breadcrumb
  • ContextMenu
  • Dock
  • Menu
  • Menubar
  • MegaMenu
  • PanelMenu
  • Steps
  • TabMenu
  • TieredMenu
@tugcekucukoglu tugcekucukoglu added this to the 3.32.3 milestone Aug 29, 2023
@tugcekucukoglu tugcekucukoglu added the Type: Deprecated Issue contains a deprecated component. The component will be removed in any future release label Aug 29, 2023
tugcekucukoglu added a commit that referenced this issue Aug 29, 2023
@tugcekucukoglu tugcekucukoglu changed the title Vue-Router in Menu components Vue-Router deprecation in Menu components Aug 29, 2023
tugcekucukoglu added a commit that referenced this issue Aug 29, 2023
tugcekucukoglu added a commit that referenced this issue Aug 30, 2023
tugcekucukoglu added a commit that referenced this issue Aug 30, 2023
tugcekucukoglu added a commit that referenced this issue Aug 30, 2023
tugcekucukoglu added a commit that referenced this issue Aug 30, 2023
tugcekucukoglu added a commit that referenced this issue Aug 30, 2023
tugcekucukoglu added a commit that referenced this issue Aug 30, 2023
tugcekucukoglu added a commit that referenced this issue Aug 30, 2023
tugcekucukoglu added a commit that referenced this issue Aug 30, 2023
tugcekucukoglu added a commit that referenced this issue Aug 31, 2023
tugcekucukoglu added a commit that referenced this issue Aug 31, 2023
tugcekucukoglu added a commit that referenced this issue Sep 1, 2023
@FVolral
Copy link

FVolral commented Sep 29, 2023

I'm not sure why, but ever since that commit, I've been encountering a warning related to the TieredMenu component, even though I'm not using it at all.

image

Here is a list of all the components my project is utilizing:

import { useConfirm } from 'primevue/useconfirm'
import { usePrimeVue } from 'primevue/config'
import { useToast } from 'primevue/usetoast'

import BadgeDirective from 'primevue/badgedirective'
import Button from 'primevue/button'
import Calendar from 'primevue/calendar'
import Column from 'primevue/column'
import ConfirmationService from 'primevue/confirmationservice'
import ConfirmDialog from 'primevue/confirmdialog'
import DataTable from 'primevue/datatable'
import Dialog from 'primevue/dialog'
import Divider from 'primevue/divider'
import Dropdown from 'primevue/dropdown'
import InlineMessage from 'primevue/inlinemessage'
import InputMask from 'primevue/inputmask'
import InputSwitch from 'primevue/inputswitch'
import InputText from 'primevue/inputtext'
import MultiSelect from 'primevue/multiselect'
import Panel from 'primevue/panel'
import PrimeVue from 'primevue/config'
import ProgressSpinner from 'primevue/progressspinner'
import SelectButton from 'primevue/selectbutton'
import SplitButton from 'primevue/splitbutton'
import TabPanel from 'primevue/tabpanel'
import TabView from 'primevue/tabview'
import Tag from 'primevue/tag'
import TextArea from 'primevue/textarea'
import Toast from 'primevue/toast'
import ToastService from 'primevue/toastservice'
import TriStateCheckbox from 'primevue/tristatecheckbox'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Deprecated Issue contains a deprecated component. The component will be removed in any future release
Projects
None yet
Development

No branches or pull requests

3 participants