GithubHelp home page GithubHelp logo

Comments (26)

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
29c604a
chore: initial commit, created project

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Re-opened: please make commits to master only via PRs

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
29c604a
chore: initial commit, created project

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

All recent commits to master are made via PRs

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Re-opened: please make commits to master only via PRs

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich and @web-flow:
49e9649
docs: add linke to

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
8b5f68b
chore: bump version

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @semantic-release-bot:
fec2fee
chore(release): 1.0.0 [skip ci]

1.0.0 (2018-06-09)

Bug Fixes

  • .tsx -> .ts so is in build (f2e6066)
  • 🐛 include React correctly (36ed884)
  • add state to (73824ab)
  • allow setting max distance (89b910c)
  • allow to set only boolean (8e23e1c)
  • fix .onElement event (576e6ff)
  • fix event handling (ac2d04e)
  • fix build include .tsx files in output (218e0d3)
  • fix CSS resets after dep update (f64b2fa)
  • fix gulpfile build location (c74f736)
  • fix gulpfile build paths (0ea10f3)
  • localStorage can throw, wrap in try block (2ee63a7)
  • make initial SizeSensor width Infinity (f6c5787)
  • remove redundant isClient checks (38c2fc9)
  • remove unused debounce() function (aed1ee9)
  • rename .tsx -> .ts (a7d6834)
  • reverse logic (e55607f)
  • send event to onText callback (5546bdc)
  • set initial media muted value (55d9dd2)
  • universal render interface requires 2 args (422f677)
  • use .ts file (e9860c4)

Features

Performance Improvements

  • remove unnecessary regexp (f994f5d)

Tests

  • 💍 fix tests after context refactor and Enzyme update (f142450)

BREAKING CHANGES

  • moved to React 16 context API

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich and @web-flow:
628b140
Merge pull request #4 from streamich/ci-circleci

docs: ✏️ improve router docs

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
bdca678
ci: 🎡 add scripts to post from CI

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
2f8d5f9
ci: 🎡 update semantic-release scripts

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
daf6f2b
docs: ✏️ improve router docs

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich and @web-flow:
35f863a
Merge pull request #3 from streamich/feat-v2

Feat v2

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
fd84744
docs: ✏️ update router docs

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
fc72e6e
feat: 🎸 add onChange event to

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
f142450
test: 💍 fix tests after context refactor and Enzyme update

BREAKING CHANGE: moved to React 16 context API

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
54af247
refactor: 💡 use Jest for SSR route testing

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
0a02b2d
feat: 🎸 refactor to create component

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
f8cbe15
test: 💍 add Route and Switch stories

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
77ebb0e
feat: 🎸 Make new version of Route work

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
d32fde9
refactor: 💡 refactor Router component

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
36ed884
fix: 🐛 include React correctly

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
cab3f15
refactor: 💡 improve context render method

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
f257ef9
refactor: 💡 use new context API in context provider/consumer

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

Commit without PR by @streamich:
562f449
chore: 🤖 create fork

from libreact.

mol-audit-bot avatar mol-audit-bot commented on May 26, 2024

All recent commits to master are made via PRs

from libreact.

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.