File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,17 @@ It comes with library view based `chartLib` and composeable `chartLibCompose`
88### Packagename changed ! 🛑
99
1010During the full Kotlin conversion,
11- * 🛑 package name changed to ` info.appdev.charting `
12- * 🛑 ` MPPointF ` in renamed to ` PointF `
13- * 🛑 ` MPPointD ` in renamed to ` PointD `
14- * 🛑 methods like ` setSomethingEnabled(true) ` are now properties like ` isSomething = true `
11+ * 4.0 🛑 package name changed to ` info.appdev.charting `
12+ * 4.0 🛑 ` MPPointF ` in renamed to ` PointF `
13+ * 4.0 🛑 ` MPPointD ` in renamed to ` PointD `
14+ * 4.1 🛑 methods like ` setSomethingEnabled(true) ` are now properties like ` isSomething = true `
15+ * 5.0 🛑 Remove legacy package name
16+ * 5.1 🛑 ` Entry ` is now an ` EntryFloat ` , btw, there is now a ` EntryDouble ` as well
17+ * 5.1 🛑 ` BarEntry ` is now an ` BarEntryFloat ` , btw, there is now a ` BarEntryDouble ` as well
18+ * 5.1 🛑 ` BubbleEntry ` is now an ` BubbleEntryFloat `
19+ * 5.1 🛑 ` PieEntry ` is now an ` PieEntryFloat `
20+ * 5.1 🛑 ` RadarEntry ` is now an ` RadarEntryFloat `
21+ * 5.1 🛑 ` CandleEntry ` is now an ` CandleEntryFloat `
1522
1623### Project status: maintenance mode
1724Issues are ignored, but pull requests are not. If you need to get something done, submit a PR!
You can’t perform that action at this time.
0 commit comments