Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge dev into next #590

Merged
merged 159 commits into from
Jul 9, 2020
Merged

chore: merge dev into next #590

merged 159 commits into from
Jul 9, 2020

Conversation

SimonFinney
Copy link
Contributor

Proposed changes

SimonFinney and others added 30 commits March 12, 2020 17:58
* fix: remove global sass references and fast sass loader (#36)

* fix(accordion): make component styles modular (#41)

* fix: remove global sass references and fast sass loader

* fix(accordion): make component styles modular

* chore: use relevant type package

* fix: modular styles for proxied components (#45)

* fix: remove global sass references and fast sass loader

* fix: modular styles for proxied components

* chore: add theme tokens

* fix(shell): restructure shell styles (#42)

* fix(shell): restructure shell styles

* fix(storybook): modularise container imports

* fix(themes): fix themes reference

* refactor(themes): rename imports

* fix: modular styles for tag, tagwall, panel, tearsheet (#83)

* fix: remove global sass references and fast sass loader

* fix(tag): modularise styles

* fix(tagwall): modularise styles

* fix(tagwallfilter): modular styles

* fix(tearsheet): modular styles

* fix(tearsheet): remove background mixin

* fix(portal): modular styles

* fix(panel): modular styles

* fix(tagwallfilter): add text input to mixins

* fix: scrolling on tearsheet

* chore: remove underscore

* fix(scrollgradient): update for isolated  styles

* chore: updates based on PR feedback

* chore: add mini-units mixins and fix broken partial import

* chore(modular-styles): add multiple components (#114)

* fix(card): modularise styles

* chore(modular-styles): add card, delimited list, error page, external link, etc.

* chore(combo-buton): modularise styles

* feat(styles): modularise multiple component styles (#167)

* fix(ica): modularise styles

* fix(non-entitled-section): modularise styles

* fix(notification): modularise component styles

* fix(pill): modularise styles

* fix(search-bar): modularise styles

* feat(modular-styles): modularise components (#185)

* feat(modular-styles): modularise components

* fix(styles): add prefix import

* chore: fix Yarn dependencies

* feat(modular-styles): add remaining imports, update source import (#241)

* feat(modular-styles): update `DatePicker`, `Tile`, and `Toggle`

* feat(modular-styles): add multiple components

* fix(modular-styles): fix import

* feat(modular-styles): finalise imports

* docs(theme): update Storybook imports

* chore: format styles

* fix(theme): revert order (#432)

* fix(date-picker): revert styles (#431)

Co-authored-by: j1mie <[email protected]>
## [1.18.1-prerelease.8](v1.18.1-prerelease.7...v1.18.1-prerelease.8) (2020-03-12)

### Bug Fixes

* restructure individual styles ([#63](#63)) ([d41ef37](d41ef37)), closes [#36](#36) [#41](#41) [#45](#45) [#42](#42) [#83](#83) [#114](#114) [#167](#167) [#185](#185) [#241](#241) [#432](#432) [#431](#431)
…380)

* fix(portal): update test structure, remove old snapshots

* fix(portal): update portal tests

* fix(portal): update tests

* fix(portal): update event bubbling tests

* fix(portal): remove initialFocus test

* fix(portal): restore file comments to test file

* fix(portal): update test id for stopPropagationEvents

* test(portal): remove cleanup from tests
## [1.18.1-prerelease.9](v1.18.1-prerelease.8...v1.18.1-prerelease.9) (2020-03-13)

### Bug Fixes

* **portal:** replace old snapshots with a11y & event bubbling tests ([#380](#380)) ([ac5fbef](ac5fbef))
…attribute value (#357)

* fix(nonentitled-section): add a11y test and remove snapshots

* fix(nonentitled-section): a11y issue with link image

* fix(ne-section: add tests for additional props, remove unused prop

* Update src/components/NonEntitledSection/__tests__/NonEntitledSection.spec.js

Co-Authored-By: Diego Hernandez <[email protected]>

Co-authored-by: Diego Hernandez <[email protected]>
## [1.18.1-prerelease.10](v1.18.1-prerelease.9...v1.18.1-prerelease.10) (2020-03-13)

### Bug Fixes

* **nonentitled-section:** add a11y test, fix issue with repeated alt attribute value ([#357](#357)) ([3c9f1dd](3c9f1dd))
…lue (#364)

* fix(card): update card tests, add a11y tests, remove snapshots, update alt attr

* fix(card): add cardskeleton a11y test

* test(card): add more tests for props
## [1.18.1-prerelease.11](v1.18.1-prerelease.10...v1.18.1-prerelease.11) (2020-03-16)

### Bug Fixes

* **card:** update card and skeleton tests, update default alt attr value ([#364](#364)) ([ef3ccdf](ef3ccdf))
* fix(data-decorator): add a11y tests and remove snapshots

* fix(data-decorator): add open mock test

* fix(data-decorator): update a11y test ids

* fix(data-decorator): update tests

* fix(decorator): update tests and remove snapshots

* fix(decorator): add scoreDescription prop to describe score icon

* fix(data-decorator): ensure that scorethreshold and scoredesc props are passed to inner decorator

* test(decorator): add more rigorous tests for props etc

* fix(decorator): update default for scoreDescription prop

* test(data-decorator): use panel namespace for query selector in failing test
## [1.18.1-prerelease.12](v1.18.1-prerelease.11...v1.18.1-prerelease.12) (2020-03-16)

### Bug Fixes

* **data-decorator:** add unit and a11y tests, remove snapshots ([#348](#348)) ([9b345d3](9b345d3))
* fix(header-notification): add visible hover state and class name to clear button

* fix(header-notification): remove extra class
## [1.18.1-prerelease.13](v1.18.1-prerelease.12...v1.18.1-prerelease.13) (2020-03-16)

### Bug Fixes

* **header-notification:** add visible hover state to clear button ([#437](#437)) ([59e0a22](59e0a22))
* fix(stacked-notification): update tests and remove old snapshots

* test(stacked-notification): add tests for all props
## [1.18.1-prerelease.14](v1.18.1-prerelease.13...v1.18.1-prerelease.14) (2020-03-17)

### Bug Fixes

* **stacked-notification:** update tests and remove old snapshots ([#381](#381)) ([97e4ff3](97e4ff3))
* fix(loading-message): update tests, move spread attribute

* docs(loading-message): update loading test comments

* test(loading-message): update tests per feedback

* text(loading-message): add test if active prop is true

* test(loading-message): fix typo in test block

* test(loading-message): remove redundant test
## [1.18.1-prerelease.15](v1.18.1-prerelease.14...v1.18.1-prerelease.15) (2020-03-17)

### Bug Fixes

* **loading-message:** update tests, move spread attribute  ([#369](#369)) ([d7b74e3](d7b74e3))
… attribute (#386)

* fix(profile-image): add a11y tests, update test structure, add spread attribute

* test(profile-image): add tests for profile object
## [1.18.1-prerelease.16](v1.18.1-prerelease.15...v1.18.1-prerelease.16) (2020-03-19)

### Bug Fixes

* **profile-image:** add a11y tests, update test structure, add spread attribute ([#386](#386)) ([9443d2e](9443d2e))
* feat: upgrade to carbon 10.10.0 release

* fix(filter-panel-search): update tests to use getplaceholdertext

* test(external-link): fix path to component

* test(snapshots): update snapshots to reflect carbon updates

* docs(progress-indicator): update story to reflect new vertical alignment prop

* chore: update yarn lock files
# [1.19.0-prerelease.1](v1.18.1-prerelease.16...v1.19.0-prerelease.1) (2020-03-19)

### Features

* update to Carbon 10.10.0 release ([#417](#417)) ([fd29071](fd29071))
* fix(data-table): update subcomponent exports to avoid max range callstack error

* chore: add react-is dependency

* fix(data-table): remove old exports test

* feat: add api exports snapshot test

* chore: add react-is offline file

* chore: update snapshot of public api

* chore: update public api snapshot

* test(api): update imports in public api interface test

* docs(api-test): remove eslint override

* test(api): update public api interface snapshot

* test(api): restore import placement, update snapshot
…napshots (#387)

* fix(status-icon): add a11y tests, update test structure, remove old snapshots

* test(status-icon): add tests to check each status

* test(status-icon): update test text

* test(status-icon): apply PR feedback to undefined status tests
# [1.19.0-prerelease.2](v1.19.0-prerelease.1...v1.19.0-prerelease.2) (2020-03-19)

### Bug Fixes

* **status-icon:** add a11y tests, update test structure, remove old snapshots ([#387](#387)) ([1d370b0](1d370b0))
* fix(list-box): export component, reorganise exports

* feat(exports): export Carbon, superseded by Carbon for IBM Security

* refactor(exports): revert changes

* test(public-api): update snapshot

Co-authored-by: Jen Downs <[email protected]>
# [1.19.0-prerelease.3](v1.19.0-prerelease.2...v1.19.0-prerelease.3) (2020-03-20)

### Features

* **exports:** export `ListBox`, reformat entry point ([#438](#438)) ([373adbc](373adbc))
…y minor fixes (#388)

* fix(status-step): add tests, fix empty desc, update label prop info

* fix(status-indicator): deprecate unused prop retry.description

* fix(status-indicator): add a11y tests and update test structure

* fix(status-step): ensure that required props are in tests

* fix(status-indicator): ensure that retry button is wrapped in li

* fix(status-indicator): ensure that statusstep in indicator tests have required props

* test(status-indicator): update indicator and step tests

* test(api): update public api interface snapshot
# [1.19.0-prerelease.4](v1.19.0-prerelease.3...v1.19.0-prerelease.4) (2020-03-23)

### Bug Fixes

* **status-indicator:** add a11y tests, update testing structure, apply minor fixes ([#388](#388)) ([dbf160b](dbf160b))
jendowns and others added 9 commits June 3, 2020 08:37
…mmand (#581)

* test: update ci test command

* test: upgrade accessibility-checker package and config

* chore: commit updated offline mirror files

* test: update test timeout

* test: defer initialization of accessibility-checker

* test: update test command

* test: revert defer initialization of accessibility-checker

* test: defer initialization of accessibility-checker, use default timeout for jest test

* test: restore prev accessibility-checker config
* fix(panel-content): move panel + panelv2 padding to PanelContent

* chore: update scss snapshot
# [1.25.0-prerelease.5](v1.25.0-prerelease.4...v1.25.0-prerelease.5) (2020-06-03)

### Bug Fixes

* **panel-content:** move panel + panelv2 padding to PanelContent ([#583](#583)) ([4c467f6](4c467f6))
* **step-indicator:** update hover text color ([#584](#584)) ([e76a2d9](e76a2d9))
# [1.25.0](v1.24.0...v1.25.0) (2020-06-03)

### Bug Fixes

* **data-table:** fix sorting styles ([#570](#570)) ([4be9cb3](4be9cb3))
* **header:** inherit height to accommodate breadcrumb shadow ([#554](#554)) ([0d0e048](0d0e048))
* **panel-content:** move panel + panelv2 padding to PanelContent ([#583](#583)) ([4c467f6](4c467f6))
* **step-indicator:** update hover text color ([#584](#584)) ([e76a2d9](e76a2d9))
* **wizard:** add className prop and spread attribute ([#572](#572)) ([0655fec](0655fec))

### Features

* **filter-panel:** allow for string counts ([#567](#567)) ([6a02cc0](6a02cc0))
* **filter-panel:** use new heading prop, change title prop to string ([#558](#558)) ([1fc986f](1fc986f))
@netlify
Copy link

netlify bot commented Jun 4, 2020

Deploy preview for ibm-security ready!

Built with commit 27476e4

https://deploy-preview-590--ibm-security.netlify.app

@SimonFinney SimonFinney marked this pull request as ready for review July 1, 2020 14:25
@SimonFinney SimonFinney requested a review from a team as a code owner July 1, 2020 14:25
@SimonFinney SimonFinney requested a review from jendowns July 1, 2020 14:25
@jendowns
Copy link
Contributor

jendowns commented Jul 7, 2020

@SimonFinney Is #585 (from June 3) the intended cut-off in this PR?

@SimonFinney
Copy link
Contributor Author

@jendowns I don't fully understand - would you mind elaborating?

@jendowns
Copy link
Contributor

jendowns commented Jul 8, 2020

@SimonFinney For the collection of commits included in this PR, it is intentional that the most recent one is #585?

@SimonFinney
Copy link
Contributor Author

Oh! You're correct - we'll require another merge from dev in the future after this PR 😭 The changeset should be smaller though 🤞

@SimonFinney SimonFinney merged commit 3cbb8b1 into next Jul 9, 2020
@SimonFinney SimonFinney deleted the dev-next branch July 9, 2020 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants