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

V9-0.0 beta.5 - fix circular reference #375

Merged
merged 8 commits into from Jun 22, 2022
Merged

Conversation

jamieomaguire
Copy link
Contributor

@jamieomaguire jamieomaguire commented Jun 21, 2022

v9.0.0-beta.5

June 21, 2022

Changed

  • moved $fozzie-breakpoints out of variables file and into the breakpoints helper file to remove circular reference
  • hardcoded the value of $line-height-base to be the default output of the line-height function it was previously calling (also to remove a circular reference)

@jamieomaguire jamieomaguire changed the title V9 0.0 beta.5 V9-0.0 beta.5 - fix circular reference Jun 21, 2022
@jamieomaguire jamieomaguire marked this pull request as ready for review June 21, 2022 14:52
@kevinrodrigues kevinrodrigues merged commit 1dcdddf into v9.0.0-beta.0 Jun 22, 2022
@kevinrodrigues kevinrodrigues deleted the v9-0.0-beta.5 branch June 22, 2022 08:39
@@ -53,7 +54,7 @@
th,
td {
padding: $table-cell-padding;
line-height: v.$line-height-base;
line-height: units.$line-height-base;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd be tempted if this is the only reference to $line-height-base, just to replace the reference with the function call instead -> line-height()

ashleynolan added a commit that referenced this pull request Aug 9, 2022
* v9.0.0-beta.0 (#369)

* Commenting out dependencies (migration)

* v9.0.0 - Migrate to use & forward initial work.

* v9.0.0 - Migrate to use & forward initial work.

* v9.0.0-beta.0 - Move to use & forward syntax.

* v9.0.0-beta.0 - add templates back in.

* v9.0.0-beta.0 - resolve paths.

* v9.0.0-beta.0 - fix paths.

* Updating README and CHANGELOG

* v9.0.0-beta.0 - Move trumps back.

* v9.0.0-beta.0 - Move trumps to correct position

* v9.0.0-beta.0 - PR comments.

* v9.0.0-beta.0 - PR comments.

* v9.0.0-beta.0 - PR comments.

* v9.0.0-beta.0 - PR comments.

Co-authored-by: ashleynolan <nolly00@gmail.com>

* v9.0.0-beta.1 - Fixed mixin reference. (#370)

* v9.0.0-beta.1 - Fixed mixin reference.

* v9.0.0-beta.1 - update changelog.

* v9.0.0-beta.2 - update @use rules in _type.scss (#371)

* fix line-height function call

* bump beta version

* import as wildcard

* remove wildcard from use statements

* update changelog

* fix zindex

* V9.0.0 beta.4 - fix some missing modules (#373)

* update functions

* update mixin

* update changelog and bump package version

* V9-0.0 beta.5 - fix circular reference (#375)

* update functions

* update mixin

* update changelog and bump package version

* remove circular references from variables, funcs and mixins

* update version and changelog

* remove debug code

* tidy code

* fozzie@v9.0.0-beta.6 - Scss unit testing (#376)

* install sass-true

* install glob

* add working function unit tests

* test a mixin

* bump package and changelog

* rename some tests

* Update CHANGELOG.md

Co-authored-by: Ashley Watson-Nolan <ashley.watson-nolan@justeattakeaway.com>

* Update src/test/scss/scss.spec.js

Co-authored-by: Ashley Watson-Nolan <ashley.watson-nolan@justeattakeaway.com>

* Update src/test/scss/scss.spec.js

Co-authored-by: Ashley Watson-Nolan <ashley.watson-nolan@justeattakeaway.com>

* update test paths

* remove eslint override

* update test names

* rename setup file

* Update src/test/scss/tools/mixins/type.spec.scss

Co-authored-by: Xander Marjoram <xander.marjoram@just-eat.com>

Co-authored-by: Ashley Watson-Nolan <ashley.watson-nolan@justeattakeaway.com>
Co-authored-by: Xander Marjoram <xander.marjoram@just-eat.com>

* v9.0.0-beta.7 - scss unit tests on publish (#377)

* v8.3.0 - Add sass:map. (#372)

* v8.3.0 - Add sass:map.

* v8.3.0 - PR comment.

* test scss before publishing

* update test script to run concurrently

* add circleci config

* v8.4.0 - Circleci setup (#378)

* Add .circleci/config.yml

* Add .circleci/config.yml

* setup circle

* remove travis config

Co-authored-by: Kevin Rodrigues <kevin.rodrigues@just-eat.com>

* v9.0.0-beta.8 - Remove tilde import. (#382)

* v9.0.0-beta.8 - Remove tilde import.

* v9.0.0-beta.8 - Remove tilde import.

* v9.0.0-beta.9 - Remove listingSkeleton mixin (#383)

* Remove listingSkeleton mixin and bump version

* Update readme

Co-authored-by: Kathy Lee <wing.lee@takeaway.com>

* v9.0.0-beta.10 – $font-size-base fix and minor design token update (#384)

Co-authored-by: Ashley Watson-Nolan <ashley.watson-nolan@cd2qgxd4hp.lan>

* v9.0.0-beta.11 – font-size mixin updated to new default and package updates (#385)

Co-authored-by: Ashley Watson-Nolan <ashley.watson-nolan@cd2qgxd4hp.lan>

* v9.0.0-beta.12 - Add back listing skeleton. (#386)

* v9.0.0-beta.12 - Add back listing skeleton.

* v9.0.0-beta.12 - Fix spelling.

* v9.0.0 - PR comment.

* v9.0.0 - version release v9

* v9.0.0 - remove changelog entry.

* v9.0.0 - Add back previous beta log.

Co-authored-by: ashleynolan <nolly00@gmail.com>
Co-authored-by: Jamie Maguire <jamieolivermaguire@googlemail.com>
Co-authored-by: Ashley Watson-Nolan <ashley.watson-nolan@justeattakeaway.com>
Co-authored-by: Xander Marjoram <xander.marjoram@just-eat.com>
Co-authored-by: Kathy Lee <kathy.wingkilee@gmail.com>
Co-authored-by: Kathy Lee <wing.lee@takeaway.com>
Co-authored-by: Ashley Watson-Nolan <ashley.watson-nolan@cd2qgxd4hp.lan>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants