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

update #1

Merged
merged 28 commits into from
Apr 3, 2019
Merged

update #1

merged 28 commits into from
Apr 3, 2019

Conversation

dimensi
Copy link
Owner

@dimensi dimensi commented Apr 3, 2019

No description provided.

shelldandy and others added 28 commits March 14, 2019 10:42
* better docs for TransitionGroup about use of `key` prop on children

* tweaks from silvenon to merge
* Prevent publishing the docs as a package

* Use iframe element directly instead of innerHTML

* Bump all dependencies in docs

- get out of Gatsby beta
- use official Gatsby Babel preset instead of our library's to prevent
build failure
- upgrade to latest React Bootstrap
- bump other inconsequential dependencies
There's an upcoming fix in Node, so we're doing this only temporarily to prevent CI failure.

jestjs/jest#8069
## [2.6.1](v2.6.0...v2.6.1) (2019-03-14)

### Bug Fixes

* **package.json:** mark react-transition-group as side-effect free for webpack tree shaking ([#472](#472)) ([b81dc89](b81dc89))
- reduce repetitiveness
- increase consistency
- tweak code blocks and don't omit required props
- point from Transition to CSSTransition early on, so people don't miss
that information
- explain reflow hack better to make it easier to understand the gist of
it
This will make it easier to know where to type, so people know to leave
a newline before their answer.
Jest mocks are an awesome feature, no need to use sinon.
Now ESLint is configured so it can run across the entire codebase
without errors.
# [2.7.0](v2.6.1...v2.7.0) (2019-03-22)

### Features

* support ESM (tree-shaking) ([#455](#455)) ([ef3e357](ef3e357))
Since it's a base component that's rarely used on the web, there is no
need to add a CodeSandbox demo. Docs for Transition should serve
mostly as a reference for CSSTransition and a general intro to
react-transition-group.
Add static code blocks to ease the reader into the CodeSandbox demo.
html.js seems to be unnecessary. Other than changing <html> lang
attribute, it also seems to be adding a Codepen script which I think was
from an older version of the docs which used Codepen instead of
CodeSandbox.
## [2.7.1](v2.7.0...v2.7.1) (2019-03-25)

### Bug Fixes

* trigger release ([2524b86](2524b86))
Hey!

I think it would be quite usefull if `classNames` prop would be optional, and it would still work without it.

In our use-case we are using it together with styled components and it's quite annoying to add those prefixes all the time, when component styles are already scoped.

Also if you pass empty string, it adds classes beginning with `-`.
# [2.8.0](v2.7.1...v2.8.0) (2019-04-02)

### Features

* add support for empty classNames ([#481](#481)) ([d755dc6](d755dc6))
@dimensi dimensi merged commit fed85d6 into dimensi:master Apr 3, 2019
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.

7 participants