Skip to content

3.0.2

Compare
Choose a tag to compare
@fabiosantoscode fabiosantoscode released this 16 May 16:07
· 668 commits to master since this release

Breaking changes:

If you were using requireModules to load modules asynchronously (eg. not using ink-all.js), now there is no default URL for the Ink namespace. This will only affect you if you are using requireModules asynchronously and are not calling setPath() yourself. We're not bumping a major because this is not likely to affect anyone although, theoretically, it's a breaking change.

CSS

  • Removes a fade() call left over from the old LESS source (#349)

JS

  • Fixing FormValidator
  • Removing the default Ink.setPath() call. We removed this because it causes surprising results and brings no benefits, and causes people to accidentally use http://js.ink.sapo.pt every time they misspelled a module name. Now you will get an error.