Skip to content

Releases: Merri/react-tabbordion

v0.5.7

18 Jul 10:01
Compare
Choose a tag to compare
  • Fix React.DOM.div deprecated warning
  • Update npm dependencies

v0.5.6

11 May 14:12
Compare
Choose a tag to compare

Fixes modularization, includes ignored dist directory to npm, first 0.5 series version to actually work imported as it should.

Side comment: Babel, Webpack and modularization is complex stuff.

v0.5.2

11 May 11:26
Compare
Choose a tag to compare
  • Update all npm packages to latest except jsdom
  • Babel 6
  • Webpack 2
  • Use Node 6.10 on Travis CI
  • Remember to update changelog before publishing a release

Issues:

  • PropTypes is not yet available on any CDN as a separate package, has to be included in the minified dist version

v0.5.1

11 May 10:33
Compare
Choose a tag to compare

Components that depend on Tabbordion must now have YourComponent.isPanel = true.

Components that depend on Panel must now have YourComponent.isPanelChild = true.

Fox example:

class YourComponent extends React.Component {
    ...
}

YourComponent.isPanel = true

export default YourComponent

v0.5.0

11 May 10:29
Compare
Choose a tag to compare
  • Update to React 15.5
  • Update linting
  • Update from createClass to ES6 class syntax
  • Fix minor bug in checking for child.type

v0.4.3

11 Aug 13:48
Compare
Choose a tag to compare
  • Bugfix: empty array no longer is counted as "having content"
  • Bugfix: passing undefined as value to checked property is no longer understood as explicit false
  • Bugfix: no longer pass extra Tabbordion related props to non-component children of Panel

Last bug gets rid of unnecessary warnings when using with React 15.

v0.4.1

11 Apr 09:11
Compare
Choose a tag to compare

Fix ARIA role="tab" to the proper element.

v0.4.0

11 Apr 08:19
Compare
Choose a tag to compare

Drops support for Node 0.12 and earlier in favor of Node 4.4 LTS.

v0.3.3

11 Apr 07:28
Compare
Choose a tag to compare

Attempt to fix builds by updating Travis configuration.

v.0.3.2

11 Apr 07:14
Compare
Choose a tag to compare

Fixes stupidity of myself.

Temporary fix. Will need to re-apply later.