Releases: soxhub/ember-cli-tailwind
0.6.3-ab-v1.3
This release updates ember-composable-helpers
which will be needed to upgrade soxhub-client
to any ember-source
version higher than 3.16.
Currently, soxhub-client
throws the following error without this update: You attempted to overwrite the built-in helper "array" which is not allowed. Please rename the helper.
I traced this back to ember-composable-helpers
. I upgraded ember-composable-helpers
in the client, but our fork of ember-cli-tailwind
uses the old 2.x version which has the array
helper. In order to use the new version of ember-composable-helpers
, the addon needs to be upgraded to Ember 3.13+. And in order to do that, ember-cli-sass
needs to be upgraded. So ya, I did the minimum required to get soxhub-client
not to throw any errors.
0.6.3-ab-v1.2
0.6.3-ab-v1.2
2020-06-24
- add gitignore for bin symlink which breaks yarn install
- bump version for app
0.6.3-ab-v1.1
0.6.3-ab-v1.1
2020-02-05
- added scss to rollup watch list so incremental builds work for scss files on dev
- bump version for app
0.6.3-ab-v1.0
0.6.3-ab-v1.0
2020-01-28
- exposed additional options to configure tailwind for newer versions of ember-cli
- resolves
broccoli-persistent-filter:CleanCSSFilter
error - allows configuring the output file, modules file, and easyImport extensions from the consuming app/addon
Removed ets
This removes the ets.css file from index.js and shoves the CSS into the styleguide.