Code Monkey home page Code Monkey logo

Comments (14)

greenkeeper avatar greenkeeper commented on July 23, 2024

After pinning to 4.1.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.1.2 to 4.1.3.

Your tests are still failing with this version. Compare changes

Release Notes for v4.1.3

4.1.3 (2019-04-11)

Bug Fixes

  • use webpack config to pass through NODE_ENV (#421) (b164024)
Commits

The new version differs by 1 commits.

  • b164024 fix: use webpack config to pass through NODE_ENV (#421)

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.1.3 to 4.1.4.

Your tests are still failing with this version. Compare changes

Release Notes for v4.1.4

4.1.4 (2019-04-19)

Bug Fixes

  • move prop shuffling into asInput (6ee85ac)
  • pass through unknown props for asInput components (6f2d30d)
  • pull unused vars out of props to prevent adding them to html tag (77f803b)
  • use withDeprecatedProps on Checkbox (398531f)
Commits

The new version differs by 7 commits.

  • b750310 Merge pull request #420 from edx/mikix/allow-unknown-inputtext-props
  • eabfd15 Merge pull request #427 from edx/abutterworth/allow-unknown-inputtext-props
  • 6ee85ac fix: move prop shuffling into asInput
  • 398531f fix: use withDeprecatedProps on Checkbox
  • 77f803b fix: pull unused vars out of props to prevent adding them to html tag
  • 6f2d30d fix: pass through unknown props for asInput components
  • 60844f8 Add renovate.json (#389)

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.1.4 to 4.2.0.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.2.0

4.2.0 (2019-04-30)

Features

  • add generic Input component (8c9c702)
Commits

The new version differs by 1 commits.

  • 8c9c702 feat: add generic Input component

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.2.0 to 4.2.1.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v4.2.1

4.2.1 (2019-05-02)

Bug Fixes

Commits

The new version differs by 3 commits.

  • 461b1ae Merge pull request #433 from edx/djoy/export_input
  • 783f4e4 fix: export input component
  • 8c9c702 feat: add generic Input component

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.2.1 to 4.2.2.

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.2

4.2.2 (2019-05-03)

Bug Fixes

Commits

The new version differs by 5 commits.

  • a86121b Merge pull request #434 from edx/tuchfarber/make_ssr_friendly
  • 97cc687 fix: make ssr friendly
  • 461b1ae Merge pull request #433 from edx/djoy/export_input
  • 783f4e4 fix: export input component
  • 8c9c702 feat: add generic Input component

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.2.2 to 4.2.3.

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.3

4.2.3 (2019-05-15)

Bug Fixes

  • update proptypes change disabled behavior (#439) (72f1abb)
Commits

The new version differs by 7 commits.

  • 72f1abb fix: update proptypes change disabled behavior (#439)
  • ac6eba4 Update dependency @edx/edx-bootstrap to v2 (#437)
  • b898b9b Update dependency husky to v2 (#438)
  • 0bd8fbf Update dependency react-transition-group to v4 (#426)
  • b5e6fdf update renovate config (#436)
  • 26e079d Update mini-css-extract-plugin to the latest version 🚀 (#419)
  • a5c5bf0 Update storybook-readme to the latest version 🚀 (#418)

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.2.3 to 4.2.4.

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.4

4.2.4 (2019-05-15)

Bug Fixes

  • remove deprecated props from stories and components (#440) (186a528)
Commits

The new version differs by 1 commits.

  • 186a528 fix: remove deprecated props from stories and components (#440)

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.2.4 to 4.2.5.

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.5

4.2.5 (2019-05-22)

Bug Fixes

  • collapsible: support custom icons passed in via props (#441) (6bbc6b6)
Commits

The new version differs by 1 commits.

  • 6bbc6b6 fix(collapsible): support custom icons passed in via props (#441)

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.2.5 to 4.2.6.

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.6

4.2.6 (2019-05-24)

Bug Fixes

  • update invalid feedback to be strong (0a8309a)
Commits

The new version differs by 2 commits.

  • 0186104 Merge pull request #442 from edx/djoy/validation_form_group_strongwrong
  • 0a8309a fix: update invalid feedback to be strong

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.2.6 to 4.2.7.

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.7

4.2.7 (2019-06-06)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 420e52d fix: successfully merge refs in Input (#458)
  • 60f5513 add semantic release config (#459)

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.2.7 to 4.3.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.3.0

4.3.0 (2019-06-20)

Features

Commits

The new version differs by 7 commits.

  • d7c73a4 feat: add scss core to project (#471)
  • 7af1e9a docs: remove interactive modal breaking gatsby build (#474)
  • b84d058 docs: add status page (#473)
  • 21e933c docs: add pages with interactive code blocks (#472)
  • 0af23a5 docs: fix build and deployment of doc site (#467)
  • 489f522 docs: fix deployment (#466)
  • f25027f Initial documentation site using gatsby and mdx (#465)

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.3.0 to 4.3.1.

Your tests are still failing with this version. Compare changes

Release Notes for v4.3.1

4.3.1 (2019-06-21)

Bug Fixes

  • include scss folder in published package (#475) (23a2be5)
Commits

The new version differs by 1 commits.

  • 23a2be5 fix: include scss folder in published package (#475)

See the full diff

from frontend-app-publisher.

greenkeeper avatar greenkeeper commented on July 23, 2024
  • The dependency @edx/paragon was updated from 4.3.1 to 4.4.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.0

4.4.0 (2019-06-28)

Features

Commits

The new version differs by 3 commits.

  • 2f4efff feat: dropdown (#452)
  • d6d8a0a docs: add typography to doc site (#478)
  • d39b5a4 docs: add CSS utility classes to doc pages (#476)

See the full diff

from frontend-app-publisher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.