Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Releases: RaspberryPiFoundation/Bits

v1.1.7

04 May 09:53
fe915a0
Compare
Choose a tag to compare
  • Some accessbility stuff
  • Some font stuff
  • Some Github quality control stuff
  • Some removed scss-lint stuff

It's Good Stuff™

v1.1.6

19 Apr 10:45
e476900
Compare
Choose a tag to compare

If you choose to consume Bits in your application (rather than linking to the CDN files), you can now specify exactly which Sass files to include. Now you can include as many or as few components as you like. Let's celebrate:

duane

v1.1.5

09 Apr 12:00
aa096ad
Compare
Choose a tag to compare
CSS banner correctly outputs package author details (#75)

* CSS banner correctly outputs package author details

* Updated CHANGELOG version and date

v1.1.4

09 Apr 11:59
6998c06
Compare
Choose a tag to compare
Box shadow utility now has “none” option for REAL (#74)

* Box shadow utility no has “none” option for REAL
* Banner with version added to minified CSS

v1.1.3

06 Apr 10:47
c0fa685
Compare
Choose a tag to compare

External URLs were rendered as Router links and Internal URLs were rendered as an anchor link

v1.1.2

21 Mar 17:00
d467a99
Compare
Choose a tag to compare
V1.1.2 (#69)

* Added Gulp stuff back in. Not sure why it was removed!
* Ignoring ImportPath scss-link rule
* Fixes #66 - border utility allows “none”
* Fixed #67 - box shadow utility allows none
* Fixes #65 - cards now 100% width by default
* Slice has default bgcolor
* Added rpi style links

v1.1.1

31 Jan 14:03
0ee8c08
Compare
Choose a tag to compare

This release does this:

  • Enables lightOnDark modifier on Link component
  • Enables white modifier on Slice component
  • Also makes tests work on Circle. NICE.

v1.1.0

11 Dec 14:50
Compare
Choose a tag to compare

This release expands the suite of React components in order to power the (at time of this release) new homepage on projects.raspberrypi.org. See CHANGELOG.md for details.

v1.0.0

11 Dec 12:05
Compare
Choose a tag to compare

Hello, world! It's the first official release of Bits! Here's what's in it:

Styles Available through our CDN at the following URLs:

Since this is an initial release, I won't go into what's changed (short answer: everything), so instead here's a summary of what's been developed. Future releases will include a clipped version of this table, and the complete status list for all components is in the docs directory.

Component Styles Docs React Tests Snapshot Story
Button - - -
Card
Figure - - - -
Form/FormGroup - - - -
Form/Input - - - -
Form/Label - - - -
Form/Select - - - -
Form/Textarea - - - -
Hr - - - - -
LightOnDark - - - - -
Link - - - -
Pagination - - -
Panel - - - -
Slice - - - -
Type - - -
Type/Base - - -
Type/Caption - - -
Type/Display - - -
Type/DisplayLarge - - -
Type/Heading - - -
Type/SubHeading - - -
Wysiwyg - - -

Skeleton Markdown files for general usage docs have been stubbed too, although currently they mostly just contain notes about what will eventually live inside them.