Skip to content

Commit 5690a2d

Browse files
committed
fix: restore full CHANGELOG.md history
Previous commit accidentally truncated the changelog. This commit restores all historical entries while keeping the new accessibility fix entry in [Unreleased].
1 parent 80f19d6 commit 5690a2d

1 file changed

Lines changed: 157 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 157 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,161 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3838
## [0.21.0] - 2023-03-28
3939

4040
### Added
41+
- German translation.
4142

42-
- `htmlId` property in `flex-layout.row` and `flex-layout.col`.
43-
- Change configuration screen for `flex-layout.row` and `flex-layout.col`.
43+
## [0.20.1] - 2022-09-01
44+
45+
### Fixed
46+
47+
- Fixed FlexLayout schema
48+
49+
## [0.20.0] - 2022-08-04
50+
### Added
51+
52+
- New prop `"htmlId"` that adds an html id on `flexRow` and it can be changed from Site Editor. This enables the possibility to access a section from page using links.
53+
54+
## [0.19.0] - 2021-09-24
55+
### Added
56+
57+
- I18n Bg.
58+
59+
### Fixed
60+
61+
- I18n Bs and Es.
62+
63+
## [0.18.0] - 2021-08-17
64+
65+
### Added
66+
67+
- I18n pseudo language to implement in-context tool.
68+
69+
### Fixed
70+
71+
- Crowdin configuration file.
72+
73+
## [0.17.0] - 2021-05-05
74+
75+
### Added
76+
77+
- I18n It, Fr, Ko and Nl translations.
78+
79+
### Fixed
80+
81+
- Crowdin configuration file.
82+
- Changelog.
83+
84+
## [0.16.0] - 2021-03-03
85+
86+
87+
### Added
88+
89+
- I18n Ro and Jp.
90+
91+
### Fixed
92+
93+
- Crowdin configuration file.
94+
95+
## [0.15.2] - 2020-12-08
96+
97+
### Fixed
98+
- Fix broken and wrong links in the docs.
99+
100+
## [0.15.1] - 2020-08-31
101+
### Removed
102+
- Lots of obsolete warnings.
103+
104+
## [0.15.0] - 2020-05-04
105+
### Added
106+
- Prop `experimentalHideEmptyCols`.
107+
108+
## [0.14.0] - 2020-01-27
109+
### Added
110+
- `flexRowContent` CSS handle.
111+
112+
## [0.13.1] - 2019-12-03
113+
### Fixed
114+
- Documentation structure
115+
116+
## [0.13.0] - 2019-12-03
117+
118+
## [0.12.1] - 2019-10-25
119+
120+
## [0.12.0] - 2019-10-04
121+
### Added
122+
- `border`, `borderWidth` and `borderColor` props to `Row` and `Col`.
123+
124+
## [0.11.0] - 2019-10-03
125+
### Added
126+
- Support for [`responsive-values`](https://github.com/vtex-apps/responsive-values) to `Row` and `Col` props.
127+
128+
## [0.10.1] - 2019-09-19
129+
### Fixed
130+
- Cleaned up dependencies that should be `devDependencies`.
131+
132+
## [0.10.0] - 2019-09-04
133+
134+
## [0.9.0] - 2019-09-02
135+
### Added
136+
- CSS handle `flexColChild`.
137+
138+
## [0.8.0] - 2019-08-30
139+
### Added
140+
- Create `colJustify` prop, to choose justify token when sizing is auto.
141+
142+
## [0.7.3] - 2019-08-28
143+
144+
## [0.7.2] - 2019-07-26
145+
### Changed
146+
- Use vtex.device-detector for device detection.
147+
148+
## [0.7.1] - 2019-06-27
149+
### Fixed
150+
- Build assets with new builder hub.
151+
152+
## [0.7.0] - 2019-06-19
153+
### Added
154+
- Prop `colSizing` on Row, to allow the sizes of the columns to be based on content.
155+
156+
## [0.6.1] - 2019-06-06
157+
### Fixed
158+
- Fixed issue that causes syntax error on IE11, due to the use of ES6 features.
159+
160+
## [0.6.0] - 2019-06-03
161+
### Added
162+
- Props `horizontalAlign` and `preventHorizontalStretch` to Row.
163+
164+
## [0.5.1] - 2019-05-23
165+
### Fixed
166+
- Fixed missing `id` from schemas.
167+
168+
## [0.5.0] - 2019-05-23
169+
### Added
170+
- Props `colGap`, `rowGap`, to add spacing between columns and rows.
171+
- Prop `preserveLayoutOnMobile`, to refrain from breaking columns into rows on small screens.
172+
- **Col:** Props `width`, `marginLeft/Right`, `paddingLeft/Right`, and `preventVerticalStretch`.
173+
- **Row:** Props `marginTop/Bottom`, `paddingTop/Bottom`, `preventHorizontalStretch`, and `preventVerticalStretch`.
174+
175+
## [0.4.2] - 2019-04-26
176+
177+
### Fixed
178+
- App translations
179+
180+
## [0.4.1] - 2019-04-10
181+
### Changed
182+
- Point `flex-layout.row` to `FlexLayout`, and expose `Row` entrypoint.
183+
184+
## [0.4.0] - 2019-04-10
185+
### Added
186+
- Add schema in `Col` and `Row`.
187+
188+
## [0.3.0] - 2019-04-10
189+
### Added
190+
- Add `blockClass` prop to row and col.
191+
192+
## [0.2.0] - 2019-04-10
193+
### Changed
194+
- Changed from `flex-row` and `flex-col` to `flex-layout.row` and `flex-layout.col`, respectively.
195+
196+
## [0.1.0]
197+
### Added
198+
- `flex-row` and `flex-col` blocks.

0 commit comments

Comments
 (0)