|
| 1 | +# Bulma Changelog |
| 2 | + |
| 3 | +## 0.3.0 |
| 4 | + |
| 5 | +* Use `rem` and `em` (!) |
| 6 | +* Fix Font Awesome icons in buttons (!) |
| 7 | +* Fix message colors (!) |
| 8 | +* Use `{% capture %}` to ensure same display as code snippet (!) |
| 9 | + |
| 10 | +* Move variables to their own file |
| 11 | +* Remove small tag |
| 12 | +* Add `:focus` state |
| 13 | +* Fix table |
| 14 | +* Remove table `.is-icon` and `.is-link` |
| 15 | +* Add `.content` table |
| 16 | +* Fix inputs with icons |
| 17 | +* Input icons require the `.icon` container |
| 18 | +* Deprecate `.media-number` |
| 19 | +* Fix `.level-item` height |
| 20 | +* Fix `.menu` spacing |
| 21 | +* Deprecate `.menu-nav` |
| 22 | +* Add invert outlined buttons |
| 23 | +* Fix `.nav` |
| 24 | +* Fix `.pagination` |
| 25 | +* Fix `.tabs` |
| 26 | +* Fix `.panel` |
| 27 | +* Fix `.delete` |
| 28 | +* Add mixins documentation |
| 29 | +* Add functions documentation |
| 30 | + |
| 31 | +## 0.2.2 |
| 32 | + |
| 33 | +* Fix: remove multiple imports |
| 34 | + |
| 35 | +## 0.2.1 |
| 36 | + |
| 37 | +* Fix: container flex |
| 38 | +* Fix: nav-item flex |
| 39 | +* Fix: media-number flex |
| 40 | +* Fix: new brand colors |
| 41 | + |
| 42 | +## 0.2.0 |
| 43 | + |
| 44 | +* Added: new branding |
| 45 | +* Added: modularity |
| 46 | +* Added: grid folder |
| 47 | +* Added: .github folder |
| 48 | + |
| 49 | +## 0.1.1 |
| 50 | + |
| 51 | +* Remove `flex: 1` shorthand |
| 52 | + |
| 53 | +## 0.1.0 |
| 54 | + |
| 55 | +* Fix #227 |
| 56 | +* Fix #232 |
| 57 | +* Fix #242 |
| 58 | +* Fix #243 |
| 59 | +* Fix #228 |
| 60 | +* Fix #245 |
| 61 | +* Fix #246 |
| 62 | + |
| 63 | +## 0.0.28 |
| 64 | + |
| 65 | +* BREAKING: `.control.is-grouped` now uses `.control` elements as direct children |
| 66 | +* Fix #220 |
| 67 | +* Fix #214 |
| 68 | +* Fix #210 |
| 69 | +* Fix #206 |
| 70 | +* Fix #122 |
| 71 | + |
| 72 | +## 0.0.27 |
| 73 | + |
| 74 | +* Fix: #217 |
| 75 | +* Fix: #213 |
| 76 | +* Fix: #209 |
| 77 | +* Fix: #205 |
| 78 | +* Fix: #204 |
| 79 | +* Fix: #81 |
| 80 | + |
| 81 | +## 0.0.26 |
| 82 | + |
| 83 | +* Added: `.modal-card` |
| 84 | +* Added: display responsive utilites |
| 85 | +* Added: `.nav-center` |
| 86 | +* Added: `.tabs ul` left center right |
| 87 | +* Changed: `.navbar` renamed to `.level` |
| 88 | +* Changed: `.header` renamed to `.nav` |
| 89 | +* Deprecated: `.header` |
| 90 | +* Deprecated: `.navbar` |
| 91 | +* Fixed: `.hero` layout |
| 92 | + |
| 93 | +## 0.0.25 |
| 94 | + |
| 95 | +* Added: `utilities/controls.sass` and `elements/form.sass` |
| 96 | +* Added: new responsive classes |
| 97 | +* Added: white/black and light/dark colors |
| 98 | +* Changed: `.tabs` need `.icon` now |
| 99 | +* Changed: cdnjs link doesn't include version |
| 100 | + |
| 101 | +## 0.0.24 |
| 102 | + |
| 103 | +### Added |
| 104 | + |
| 105 | +* `is-mobile` for the navbar |
| 106 | + |
| 107 | +### Removed |
| 108 | + |
| 109 | +* removed border between sections. Use `<hr class="is-marginless">` now |
| 110 | + |
| 111 | +### Updated |
| 112 | + |
| 113 | +* restructured files |
| 114 | +* added back `inline-flex` for controls and tags |
| 115 | + |
| 116 | +### Removed |
| 117 | + |
| 118 | +* test tiles |
| 119 | + |
| 120 | +## 0.0.23 |
| 121 | + |
| 122 | +### BREAKING |
| 123 | + |
| 124 | +* `bulma` folder renamed to `sass` to avoid the redundant `bulma/bulma` path |
| 125 | +* `variables.sass` moved to `/utilities` |
| 126 | +* almost everything is singular now |
| 127 | +* **elements** only have one class |
| 128 | +* **components** have at least one sub-class |
| 129 | +* `.content` moved to elements |
| 130 | +* `.table` moved to elements |
| 131 | +* `.message` moved to components |
| 132 | +* `.table-icon`, `.table-link`, `.table-narrow` are now called `.is-icon`, `.is-link`, `.is-narrow` |
| 133 | + |
| 134 | +### Added |
| 135 | + |
| 136 | +* all variables are now `!default` so you can set your custom variables before importing Bulma |
| 137 | + |
| 138 | +## 0.0.22 |
| 139 | + |
| 140 | +### Fixed |
| 141 | + |
| 142 | +* links in hero subtitle |
| 143 | + |
| 144 | +## 0.0.21 |
| 145 | + |
| 146 | +### Added |
| 147 | + |
| 148 | +* `.column.is-narrow` to make a column `flex: none` |
| 149 | + |
| 150 | +## 0.0.20 |
| 151 | + |
| 152 | +### Added |
| 153 | + |
| 154 | +* `.has-icon` support for different `.input` sizes |
| 155 | + |
| 156 | +## 0.0.19 |
| 157 | + |
| 158 | +### NEW!!! |
| 159 | + |
| 160 | +* `.tile` |
| 161 | + |
| 162 | +### BREAKING |
| 163 | + |
| 164 | +* `.is-third` renamed to `.is-one-third` |
| 165 | +* `.is-quarter` renamed to `.is-one-quarter` |
| 166 | + |
| 167 | +### Added |
| 168 | + |
| 169 | +* `.is-two-thirds` |
| 170 | +* `.is-three-quarters` |
| 171 | + |
| 172 | +### Changed |
| 173 | + |
| 174 | +* `.delete` in `.tag` has no red |
| 175 | + |
| 176 | +## 0.0.18 |
| 177 | + |
| 178 | +### BREAKING |
| 179 | + |
| 180 | +* `.is-text-*` renamed to `.has-text-*` |
| 181 | +* removed `.is-fullwidth` helper |
| 182 | + |
| 183 | +### Added |
| 184 | + |
| 185 | +* **small tag**: `.tag.is-small` |
| 186 | +* 12th column classes |
| 187 | +* `*-full` column classes |
| 188 | +* `$family-code` |
| 189 | + |
| 190 | +### Fixed |
| 191 | + |
| 192 | +* disabled input with element |
| 193 | +* `.table` last row with `th` |
| 194 | +* `.card` color in `.hero` |
| 195 | +* `.columns.is-gapless` |
| 196 | + |
| 197 | +### Removed |
| 198 | + |
| 199 | +* removed `box-shadow` from `.tag` |
| 200 | +* custom checkboxes and radio buttons |
| 201 | + |
| 202 | +### Updated |
| 203 | + |
| 204 | +* `.tag` uses `display: inline-flex` now |
| 205 | + |
| 206 | +## 0.0.17 |
| 207 | + |
| 208 | +### Added |
| 209 | + |
| 210 | +* **pagination**: `.pagination` |
| 211 | +* **horizontal forms**: `.control.is-horizontal` |
| 212 | +* **help** text for form controls: `.help` |
| 213 | +* **progress bars**: `.progress` |
| 214 | + |
| 215 | +### Updated |
| 216 | + |
| 217 | +* `.button` uses `display: inline-flex` now |
| 218 | +* `.button` needs an `.icon` now |
| 219 | +* `.control.is-grouped` renamed to `.control.has-addons` |
| 220 | +* `.control.is-inline` renamed to `.control.is-grouped` |
| 221 | + |
| 222 | +### Removed |
| 223 | + |
| 224 | +* **helpers** `.is-inline` and `.is-block` |
0 commit comments