|
10 | 10 | * `[BUGFIX]`: Fixes a bug with a non-breaking change.
|
11 | 11 | * `[COMPAT]`: Compatibility improvements - changes to make Administrate more
|
12 | 12 | compatible with different dependency versions.
|
| 13 | +* `[I18n]`: Internationalization. Changes to translations or localizations. |
13 | 14 | * `[DOC]`: Documentation changes. No changes to the library's behavior.
|
14 | 15 |
|
15 | 16 | ## Changes
|
16 | 17 |
|
17 | 18 | ### Upcoming Release
|
18 | 19 |
|
| 20 | +### 0.1.1 (November 12, 2015) |
| 21 | + |
19 | 22 | * [#191] [CHANGE] Improve API for specifying how resources are displayed
|
20 | 23 | across the dashboard.
|
21 | 24 | * Models are now displayed with a sensible default - (e.g. "User #2")
|
|
25 | 28 | may need to update them to take advantage of the new API:
|
26 | 29 | * HasOne
|
27 | 30 | * HasMany
|
28 |
| - * PolyMorphic |
| 31 | + * Polymorphic |
29 | 32 | * BelongsTo
|
30 |
| -* [#223] [FEATURE] Translation: Vietnamese |
31 |
| -* [#161] [FEATURE] Translation: Mandarin Chinese |
32 |
| -* [#196] [FEATURE] Translation: Taiwanese Mandarin |
33 |
| -* [#142] [FEATURE] Translation: Brazilian Portuguese |
34 |
| -* [#171] [FEATURE] Translation: Polish |
35 |
| -* [#153] [FEATURE] Translation: Russian |
36 |
| -* [#148] [FEATURE] Translation: French |
37 |
| -* [#147] [FEATURE] Translation: German |
38 |
| -* [#193] [BUGFIX] Don't assume that unrecognized db column types are searchable |
| 33 | +* [#126] [UI] Preserve whitespace when rendering text fields |
39 | 34 | * [#194] [BUGFIX] Don't clear out datetime values in form fields
|
| 35 | +* [#193] [BUGFIX] Don't assume that unrecognized db column types are searchable |
| 36 | +* [#124] [BUGFIX] Better detection of application models |
40 | 37 | * [#156] [COMPAT] Include missing `sass-rails` dependency in gemspec
|
41 | 38 | * [#174] [COMPAT] Make several missing dependencies explicit.
|
42 |
| -* [COMPAT] Update repository structure so Bundler can pull the gem from github. |
| 39 | +* [#144] [COMPAT] Update repository structure so Bundler can pull the gem from github. |
43 | 40 | (e.g. `gem "administrate", github: "thoughtbot/administrate"`)
|
44 |
| -* [COMPAT] Use ANSI SQL standards for case-insensitive search |
45 |
| -* [DOC] Add Rubygems version badge to README |
46 |
| -* [#124] [BUGFIX] Better detection of application models |
47 |
| -* [DOC] Add CircleCI badge to README |
48 |
| -* [DOC] Add CodeClimate badge to README |
49 |
| -* [UI] Preserve whitespace when rendering text fields |
50 |
| -* [#154] [FEATURE] Add Spanish translation for i18n |
| 41 | +* [#166] [COMPAT] Use ANSI SQL standards for case-insensitive search |
| 42 | +* [#223] [I18n] Vietnamese |
| 43 | +* [#161] [I18n] Mandarin Chinese |
| 44 | +* [#196] [I18n] Taiwanese Mandarin |
| 45 | +* [#142] [I18n] Brazilian Portuguese |
| 46 | +* [#171] [I18n] Polish |
| 47 | +* [#153] [I18n] Russian |
| 48 | +* [#148] [I18n] French |
| 49 | +* [#147] [I18n] German |
| 50 | +* [#154] [I18n] Spanish |
| 51 | +* [#120] [DOC] Add Rubygems version badge to README |
| 52 | +* [#165] [DOC] Add CircleCI badge to README |
| 53 | +* [#119] [DOC] Add CodeClimate badge to README |
51 | 54 |
|
52 | 55 | ### 0.1.0 (October 30, 2015)
|
53 | 56 |
|
|
0 commit comments