Skip to content

Releases: mcrider/azimuth

Azimuth broken into separate packages

12 Oct 22:05
Compare
Choose a tag to compare

I've separated the logic of Azimuth into an azimuth-core package that would be added to each Azimuth project. The layouts/views are put into an azimuth-views-bootstrap and (introducing!) azimuth-views-foundation package. Its your choice which to use and both packages implement the same thing just using different front-end frameworks (and others can be easily implemented).

Themes are going to be individual packages now, so that its easier for the public to contribute themes and because the current theme management was hacky.

I've implemented CLEditor as the new wysiwyg editor. Its fairly simple but has everything we need, with more features than the current bootstrap-wysiwyg (plus its front-end framework agnostic).

I've also implemented Iron-Router as the new router is this looks to be the direction the community (and the current router package's author) is heading toward.

This will make creating an Azimuth project a lot easier and updating upstream changes much much easier.

For instructions on how to set up a project now, check out the updated azimuthc.ms home page.

Final release of Azimuth before major refactor

29 Sep 02:21
Compare
Choose a tag to compare

This is a reference point for people that want to use Azimuth as it was before the upcoming major package-based overhaul.