Skip to content

1.2

Compare
Choose a tag to compare
@kevingroeger kevingroeger released this 30 May 07:22
· 2 commits to main since this release

Fixed several issues, added QoL adjustments

Fixed

  • The SilverStripe Requirement API was being utilised before, which caused some strange issues sometimes
  • Instead the required js will now be loaded with a config yaml file

QoL

  • setTheme and setMode methods got adjusted
    • you can now use either setMode("ace/mode/html") or simply put setMode("html")