Skip to content

Commit

Permalink
Fix #819
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jun 27, 2017
1 parent fe9d971 commit b8a7ab2
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ Thanks for helping out! 😇

* Make sure the issue hasn't been raised yet
* Include **screenshots** and animated GIFs in your issue whenever possible
* Tag your issue accordingly:
* is it about **Bulma** or about the **Docs**?
* is it a **Bug**, a **Feature**, a **Question**, or do you need **Help**?
* if it's a bug, is it a **Browser Bug** (only happens in one browser)?

### Submitting a Pull Request

Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Bulma Changelog

## 0.4.3

### New features

* Add new feature: Breadcrumb component (#632) @vinialbano
* Add Bloomer to README.md (#787) @AlgusDark
* Add responsive is-*-touch tags for .column sizes (#780) @tom-rb
* Adding 'is-hidden' to helpers in docs (#798) @aheuermann
* Add figure/figcaption as content element (#807) @werthen
* Add <sup> and <sub> support to content (#808) @werthen
* Add re-bulma and react-bulma (#809) @kulakowka
* Add is-halfheight to hero (#783) @felipeas
* Added a related project with Golang backend (#784) @Caiyeon

### Issues closed

* Fix #819 Remove `height: auto` from media elements
* Fix #790 Documentation typo
* Fix #814 Make use of +fullhd mixin for columns @Saboteur777
* Fix #781 Add min/max height/width to delete class size modifiers @ZackWard
* Fix #391 Section docs update

## 0.4.2

* Fix #728 selected row on striped table
Expand Down
128 changes: 126 additions & 2 deletions css/bulma.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion css/bulma.css.map

Large diffs are not rendered by default.

128 changes: 126 additions & 2 deletions docs/css/bulma-docs.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion sass/base/minireset.sass
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ embed,
object,
audio,
video
height: auto
max-width: 100%

// Iframe
Expand Down

0 comments on commit b8a7ab2

Please sign in to comment.