Yes, jQueryMX used to generate a class name from the Controls class name automatically. The reason why this isn't happening anymore is that we recommend using a modular dependency manager where namespaces aren't necessary anymore.
You will still get a class name added automatically when using can.Control.plugin though. It will use the pluginName property as the class name (which I think is mandatory now).