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

all core plugins: update to remove references to deprecated functionality #2799

Closed
moloko opened this issue Jun 16, 2020 · 0 comments · Fixed by adaptlearning/adapt-contrib-core#84 or adaptlearning/adapt-contrib-branching#31

Comments

@moloko
Copy link
Contributor

moloko commented Jun 16, 2020

Mostly to switch over to the new a11y/notify APIs

At the same time also switch over any instances of model.get('_children') to model.getChildren() and model.get('_parent') to model.getParent().

Also start using ES6 where this would improve the code (n.b. this requires a FW dependency bump to >=5.3)

@oliverfoster oliverfoster self-assigned this Mar 23, 2022
This was referenced Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment