Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#5869 closed feature (fixed)

Accordion: Deprecate navigation options

Reported by: Scott González Owned by:
Priority: blocker Milestone: 1.9.0
Component: ui.accordion Version: 1.8.2
Keywords: Cc:
Blocked by: Blocking:

Description

Deprecate the navigation and navigationFilter options. Create a demo showing how to accomplish this using the active option.

Change History (5)

comment:1 Changed 13 years ago by Scott González

#5870 will remove this options after they have been deprecated.

comment:2 Changed 13 years ago by Scott González

Resolution: fixed
Status: newclosed

Accordion: Split out navigation options into an extension. Fixes #5869 - Accordion: Deprecate navigation options.

Changeset: f73d4217537e130e2f41a7ee6729585a5c229107

comment:3 Changed 13 years ago by Jörn Zaefferer

How do we keep track of deprecated code to remove for 2.0?

comment:4 in reply to:  3 Changed 13 years ago by Scott González

Replying to joern.zaefferer:

How do we keep track of deprecated code to remove for 2.0?

There are two different ways that we're tracking this:
1) The code is refactored so that it can just be deleted and then is marked as deprecated.
-- In this case, the navigation options were implemented as an extension as the bottom of the file.
2) There's a blocker feature ticket with a milestone of 1.next to remove the code.
-- In this case, the ticket is #5870.

comment:5 Changed 13 years ago by Jörn Zaefferer

Okay, great, that'll work.

Note: See TracTickets for help on using tickets.