12 lines
541 B
Plaintext
12 lines
541 B
Plaintext
This files describes API changes in the Moodle Mobile app,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 3.6.0 ===
|
|
|
|
- gulp was updated to v4. In order for gulp to work, you need to install gulp-cli: npm install -g gulp-cli
|
|
It's also recommended to update ionic cli to v4, otherwise some errors could be raised while building: npm install -g ionic
|
|
|
|
=== 3.5.2 ===
|
|
|
|
- CoreChartDirective changed from directive to component (CoreChartComponent) and the selector to use it changed from canvas[core-chart] to core-chart.
|