react-raster
Version:
Advanced grid- and styling-system which is highly customizable and ready for server-side-rendering.
368 lines (190 loc) • 5.52 kB
Markdown
### 8.2.1 (2021-07-27)
## 8.2.0 (2021-07-25)
#### New Features
* add bar-notation (9771677c)
### 8.1.4 (2021-07-25)
#### Bug Fixes
* fix colsTotal (fe2853a3)
### 8.1.3 (2021-07-25)
#### Bug Fixes
* remove console-statements (3365b6b2)
### 8.1.2 (2021-07-25)
#### Documentation Changes
* add test-pages (cc34d2ec)
#### New Features
* add will-change (a7b6be2d)
#### Bug Fixes
* fix willChange (9c3ab52a)
* fix useProp array-handling (51d7007c)
### 8.1.1 (2021-07-23)
#### Bug Fixes
* fix gap and column-inheritance (567d46f5)
#### Other Changes
* fix prop tag (1e3a0adf)
## 8.1.0 (2021-07-23)
#### New Features
* add gap (e32f08db)
#### Bug Fixes
* change description (cab83f84)
### 8.0.5 (2021-07-21)
#### Bug Fixes
* remove unnecessary moduls (9adcb911)
### 8.0.4 (2021-07-20)
#### New Features
* add font-weight, font-style, text-align (96fd604f)
### 8.0.3 (2021-07-06)
#### Build System / Dependencies
* **deps:**
* bump hosted-git-info from 2.8.8 to 2.8.9 (40352d24)
* bump elliptic from 6.5.3 to 6.5.4 (69bbfa9f)
#### Bug Fixes
* fix control (e62f1b38)
* add isomorphicLayoutEffect (a48c35c8)
### 8.0.2 (2021-07-06)
#### Other Changes
* correct readme. (63e72a3c)
### 8.0.1 (2021-07-03)
#### Other Changes
* performance optimization (3295e80c)
### 7.0.7 (2021-03-13)
#### Documentation Changes
* fix typo (5a99e5e1)
* add known issues (5bd12173)
### 7.0.6 (2021-01-29)
#### Bug Fixes
* fix types again (bd1d2ec2)
### 7.0.5 (2021-01-29)
#### Bug Fixes
* fix typescript types of Grid and Box (a3ffe4d6)
### 7.0.4 (2021-01-29)
#### Bug Fixes
* fix grid control-props (6850f23f)
### 7.0.3 (2021-01-29)
#### Bug Fixes
* fix control-grid (1fe305b0)
### 7.0.2 (2021-01-29)
#### Bug Fixes
* fix colspan adaptation (7f97ed70)
### 7.0.1 (2021-01-29)
#### Documentation Changes
* fix props-table (c2437585)
* some typo-fixes (c9eeee1a)
#### Bug Fixes
* prevent and warn, if Box needs more cols than parent (2d7ed8a8)
# 7.0.0 (2021-01-24)
#### Breaking Changes
* pass generic props automatically (7d53ee95)
## 6.7.0 (2021-01-23)
#### Documentation Changes
* add colspan-array (b764339b)
#### New Features
* add height (f53fd315)
## 6.6.0 (2021-01-22)
#### New Features
* make colspan variable (26094ed6)
### 6.5.1 (2021-01-22)
#### Bug Fixes
* execute onResize only if argument is not null (c415befa)
## 6.5.0 (2021-01-22)
#### New Features
* add onResize-callback (70a4810a)
### 6.4.6 (2021-01-17)
#### Bug Fixes
* fix context-check and error-handling in Box (4fac82a9)
### 6.4.5 (2021-01-17)
#### Other Changes
* fix parentcols-behaviour (434252d2)
### 6.4.4 (2021-01-17)
#### Bug Fixes
* fix context-props. fix flex-bug in grid-component. (a88e95b0)
### 6.4.3 (2021-01-17)
#### Bug Fixes
* fix normalizeProps (0bddcb72)
### 6.4.2 (2021-01-17)
#### Bug Fixes
* fix className (33e86bb4)
### 6.4.1 (2021-01-17)
#### Bug Fixes
* remove classnames package (9933179a)
## 6.4.0 (2021-01-16)
#### New Features
* export types (c30e39c1)
## 6.3.0 (2021-01-15)
#### New Features
* add innerHTML (e5d51db7)
## 6.2.0 (2021-01-14)
#### New Features
* add order-prop (81e7c23d)
### 6.1.2 (2021-01-08)
#### Bug Fixes
* fix breakpoint-type (7f5bc182)
### 6.1.1 (2021-01-08)
#### Documentation Changes
* fix useRaster-example (49e8a2c1)
#### Bug Fixes
* change context (98251ec5)
## 6.1.0 (2021-01-08)
#### Documentation Changes
* add useRaster (c23819fb)
#### New Features
* add useRaster (5461b185)
#### Bug Fixes
* fix breakpoint-type (d2a370c2)
* fix breakpoint-type (ac3de8f2)
* change raster to src (6de8b070)
### 6.0.12 (2020-12-29)
#### Bug Fixes
* add license (4aa22d1d)
### 6.0.11 (2020-12-29)
#### Documentation Changes
* add exmaples to example-page (22bd6471)
#### Bug Fixes
* fix peerDependencies (4182cf12)
### 6.0.10 (2020-12-12)
#### Bug Fixes
* update dependencies (35f7d336)
### 6.0.9 (2020-12-12)
#### Bug Fixes
* make component-prop optional everywhere (38050fb5)
#### Other Changes
* add component-prop (7e68dbf9)
### 6.0.8 (2020-12-10)
#### Bug Fixes
* show error-message, if Box is not child of a Grid (f9fea99e)
### 6.0.7 (2020-12-10)
#### Bug Fixes
* nanoId threw error so switched to nanoid/non-secure (67da56c1)
### 6.0.6 (2020-12-10)
#### Documentation Changes
* improve highlighting (5e4525b2)
* add line (78a9786c)
#### Bug Fixes
* make cssMode-detection actually work (7bb721c3)
### 6.0.5 (2020-12-05)
#### Documentation Changes
* fix props-table (95d2e6a0)
* add concept (a98b636c)
#### Bug Fixes
* fix align-types (83b89d29)
* make centering possible again when multiple rows (ee297927)
### 6.0.4 (2020-12-05)
#### Documentation Changes
* add lines to readme for better legibility (70dc04ec)
* fix example for gh-pages (379cc221)
* fix badge (4297a4ab)
#### Bug Fixes
* add custom-style to flexbox again (db842db1)
#### Other Changes
* check next-link-functionality (e8bb0d52)
#### Refactors
* outsource hooks from box to make it stronger typed and better readable (ce044125)
### 6.0.3 (2020-11-28)
#### Other Changes
* add tags (07c2fe9e)
### 6.0.2 (2020-11-28)
#### Documentation Changes
* fix gutter-default-value (233bb380)
### 6.0.1 (2020-11-28)
#### Bug Fixes
* Fix centering and type specific functions (7054fb56)
# 6.0.0 (2020-11-28)