8 changelog.md
lul-odoo edited this page 2020-07-29 11:55:27 +02:00

0.4.X

  • Implement the + unary operator in formula
  • e68c52a Getters getNumberCols and getNumberRows now takes a sheet id as parameter
  • 8f77582 CREATE_SHEET command now requires an id

0.3.x

0.2.x

MenuItemRegistry unification (fbb7c73)

  • rename menuItemRegistry to topbarMenuRegistry
  • split contextMenuRegistry into cellMenuRegistry, colMenuRegistry and rowMenuRegistry
    • remove description and type (name should be used for the title)
    • add sequence
    • rename subMenus to children
    • children is either a list of FullMenuItem or a function which returns a list of FullMenuItem
    • a child could be create with the newly exported createFullMenuItem
    • change the function isVisible to remove the argument type
      • menus on cells should be inserted in cellMenuRegistry
      • menus on rows should be inserted in rowMenuRegistry
      • menus on cols should be inserted in colMenuRegistry

0.1.1 (08aeb87)

First version to be integrated with Odoo