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

patch: update migration table to include v11 and deprecate v9

15 Jun 16:33
Compare
Choose a tag to compare
v11.0.1

update migration table to include v11 and deprecate v9

major: Major v11

15 Jun 16:12
83dc2c9
Compare
Choose a tag to compare
Major v11 (#935)

Co-authored-by: notlee <[email protected]>
Co-authored-by: Lee Moody <[email protected]>
Co-authored-by: chee <[email protected]>
Co-authored-by: Jake Champion <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chee <[email protected]>

prerelease: Update test command to only expect primary Sass mixins for components.

14 Jun 16:42
Compare
Choose a tag to compare
v11.0.0-beta.35

Refactor test command integration tests.

prerelease: update name check

02 Jun 13:08
Compare
Choose a tag to compare
v11.0.0-beta.34

Only allow names that are shaped like the spec's names

prerelease: load the demo's dependency javascript before the demo's own javascript to ensure the dependecies are available to be used

21 May 09:28
Compare
Choose a tag to compare
v11.0.0-beta.33

load the demo's dependency javascript before the demo's own javascrip…

prerelease: Fix test task for IE11 / viewport dependent tests

13 May 16:53
2f06fda
Compare
Choose a tag to compare
Fix test task for IE11 / viewport dependent tests (#1022)

* Fix test task for IE11

- Downgrade Sinon, sinon@10 drops IE11 support (there is a PR to
correct the site, which still says IE11 is supported).
- Bundle test JavaScript in the same way as the Build Service v3,
targeting es5. Previously es6+ syntax caused errors in IE11.
- Correct sourcemaps. Previously sourcemap related data was incorrectly
added to the page as text, pushing test DOM down, causing errors for
some component tests that depend on scroll position.
- Bundle and serve source javascript but do not include it. This
ensures when source code changes test code is processed again. I'm
unsure why this is required on top of watching the files, there may
be more efficient config to trigger test rebuilds on source file
changes.

prerelease: Remove silent mode

13 May 10:01
Compare
Choose a tag to compare
v11.0.0-beta.31

Avoid blocking the event loop in Sass compilation test tasks

prerelease: recreate the shrinkwrap to add the missing hasInstallScript sections from our dependencies

30 Apr 09:40
Compare
Choose a tag to compare
v11.0.0-beta.30

add volta config to help contributors use the same node and npm versions

prerelease: Remove "origamiCategory", it is no longer part of spec v2 components.

29 Apr 14:10
Compare
Choose a tag to compare
https://github.com/Financial-Times/origami/pull/120

prerelease: Remove the "module" Origami type in favour of "component"

29 Apr 13:46
Compare
Choose a tag to compare