gdotdesign / elm-ui

UI library for making web applications with Elm
https://elm-ui.netlify.com
BSD 2-Clause "Simplified" License
923 stars 39 forks source link

0.3.0 #31

Closed gdotdesign closed 8 years ago

gdotdesign commented 8 years ago

0.3.0

This is the release comes with may improvements to the workflow and coincides with the release of the official website that provides guides and documentation.

Breaking Changes

Removing elm-ui.json

The elm-ui.json file was created in order to use Elm-UI without it being in the official repository, this caused some confusion for people, but there was no other way around it at the time, this is now however changed so the file became unnecessary, (you can read more about it below) so make sure that after you upgrade, to remove it from your projects.

Installing packages

A custom package resolver and installer has been implemented that has mostly the same functionality as the official installer (elm-package) and the added functionality to install packages directly from Github, that means that Elm-UI can be installed as any other standard package (from the CLI).

You can read more about it here https://github.com/gdotdesign/elm-github-install

Changes