Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Releases: Financial-Times/origami-build-tools

Enable CSS grid prefixing

22 Jan 11:37
431cb77
Compare
Choose a tag to compare
Add css grid autoprefixing (#503)

* update fixture to use grid

* update expected css built from fixture

* Add grid autoprefixing

* ignore optional deps on travis

Add debug tag for obt test

05 Dec 16:47
Compare
Choose a tag to compare

Running obt t --debug will now leave the test runner open, this will help when debugging manually is required.

Add an origami.json

04 Dec 15:37
219933e
Compare
Choose a tag to compare
v7.2.3

Add an origami.json (#500)

Use babel-preset-env instead of specific babel presets

09 Nov 10:30
Compare
Choose a tag to compare
Replace babel presets with preset-env (#499)

This is after running tests to determine that the output is identical for
es2015,2016,2016 and es3 code (output string is deepEquals).

es3 presets are _not_ included in preset-env, but without configuration it is identical
to the es-preset-20xx modules.

It would be nice to have some form of snapshot testing to verify this.

Run Whitesource on Circle CI

08 Nov 17:32
Compare
Choose a tag to compare

v7.2.0: update deps to latest version (#495)

18 Oct 16:09
Compare
Choose a tag to compare
* update deps to latest version

* use new origami bower registry

* Fix linting issues

v7.1.0

16 Oct 16:36
Compare
Choose a tag to compare
Don't remove build artifacts before publishing

v7.0.4

16 Oct 14:40
Compare
Choose a tag to compare
Document the --demo-filter flag (#493)

v7.0.3

11 Oct 14:43
Compare
Choose a tag to compare
Update bower registry repo URL to new canonical version (#492)

Use a text-based renderer when running inside CI environments

09 Oct 12:49
Compare
Choose a tag to compare
v7.0.2

Use a verbose renderer for CLI output when running in a CI environmen…