Skip to content

Releases: jerrylow/basictable

Move Dependencies

07 Dec 18:23
Compare
Choose a tag to compare

Move all dependencies to devDependencies as they're only used for compiling anyways.

Fix Vanilla JS Parent Container Calculation

07 Sep 23:21
Compare
Choose a tag to compare

Fixed calculation where when forceResponsive: false the parent container isn't taking padding and border into calculation, resulting the the table not going into responsive early enough.

Fix Vanilla JS Fallback Selector

08 Mar 05:43
Compare
Choose a tag to compare
  • Updated the fallback selectors were not validate: #25
  • Updated dependencies

Day One Patch - Redux

30 Jan 05:27
Compare
Choose a tag to compare

Just cleaning up the source code, commits and documentation. No impact on functionality.

Day One Patch

30 Jan 05:01
Compare
Choose a tag to compare

Just cleaning up the source code and documentation. No impact on functionality.

Basic Table in Vanilla JS

30 Jan 01:40
Compare
Choose a tag to compare

Adding a vanilla JS version in alternate to jQuery. The script is mostly written in parallel to the original to make maintenance easier and honestly there was nothing fundamentally wrong with it. I've decided to keep this as ES6 without transpiling as it's supported by all modern browsers the jQuery version could be the version if users need one older browsers.

Fix tableWrap documentation.

10 Sep 20:53
Compare
Choose a tag to compare
v1.1.0

Update bower version

Add restart method

12 Mar 16:53
Compare
Choose a tag to compare

The ability to restart basictable without redefining settings.

Compression with NPM

15 Mar 04:49
Compare
Choose a tag to compare

Changed the compression so it's a smaller min file. Also added to NPM registry.

No Header Support

09 Feb 05:18
Compare
Choose a tag to compare

Support for tables without any headers.