#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
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Accordion: Split out navigation options into an extension. Fixes #5869 - Accordion: Deprecate navigation options.
Changeset: f73d4217537e130e2f41a7ee6729585a5c229107
comment:3 follow-up: 4 Changed 13 years ago by
How do we keep track of deprecated code to remove for 2.0?
comment:4 Changed 13 years ago by
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.
#5870 will remove this options after they have been deprecated.