Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Releases: Financial-Times/o-overlay

minor: Expose overlay on the ready event detail

08 Dec 11:32
Compare
Choose a tag to compare

patch: Remove non-ascii alphanumericals when generating heading id

04 Dec 10:45
Compare
Choose a tag to compare

patch: add extension to relative imports to make the code work directly in a browser

04 Sep 15:19
Compare
Choose a tag to compare
add extension to relative imports to make the code work directly in a…

… browser

relative imports require the full path including the extension because browsers use the import name to make a network request and they do not implicitly add a .js file extension if one is missing

patch: Improve README

07 Aug 15:42
5cdb677
Compare
Choose a tag to compare
Improve README (#244)

- Remove duplicated usage instructions
- Make markup section more verbose

patch: Add general usage to readme

07 Aug 15:12
c943289
Compare
Choose a tag to compare
Add general usage to readme (#243)

Links to instructions on how to include Origami components. Orders README to be more typical of Origami component readmes. https://github.com/Financial-Times/origami/issues/59

patch: Add readme linting

03 Jun 17:10
Compare
Choose a tag to compare
v3.0.6

update readme

patch: Bump origami-ci-tools from 1.3.12 to 2.0.0

06 May 12:02
fbff6a4
Compare
Choose a tag to compare
Bump origami-ci-tools from 1.3.12 to 2.0.0 (#236)

* Bump origami-ci-tools from 1.3.12 to 2.0.0

Bumps [origami-ci-tools](https://github.com/Financial-Times/origami-ci-tools) from 1.3.12 to 2.0.0.
- [Release notes](https://github.com/Financial-Times/origami-ci-tools/releases)
- [Commits](https://github.com/Financial-Times/origami-ci-tools/compare/v1.3.12...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* add stylelint config

* fix stylelint issues

* update to latest stylelint origami config

* update to latest stylelint origami config

* remove package-lock.json file

* Update README.md

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jake Champion <me@jakechampion.name>
Co-authored-by: Jake Champion <jakechampion.jake2@googlemail.com>

patch: Make automated publishing from GitHub Action work

09 Apr 13:35
Compare
Choose a tag to compare
use a token which is not the default token so that other actions can …

…be triggered based on this action

patch: add eslint config to repo to integrate with text editors

24 Mar 11:11
Compare
Choose a tag to compare

Fix headingId value assignment regex

09 Jan 16:31
81e779a
Compare
Choose a tag to compare

Ensures values being converted (via regex) to be used as the headingId value can include multiple whitespace values, e.g. Copy to list would previously get converted to copy-to list and is now converted to copy-to-list.