Skip to content

Commit e4160af

Browse files
committed
Release version 0.15.0
1 parent 1b68b75 commit e4160af

File tree

3 files changed

+72
-2
lines changed

3 files changed

+72
-2
lines changed

CHANGELOG.md

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,76 @@
1717

1818
## Changes
1919

20+
### 0.15.0 (February 26, 2021)
21+
22+
* [BUGFIX] [#1762] Better error message if key is not specified in ATTRIBUTE_TYPES (#1762).
23+
* [BUGFIX] [#1827] Correct "required" asterisk when using validation option `:on`,
24+
* [DOC] [#1839] Link "How to"^W^WGuides" section from navigation.
25+
* [DOC] [#1829] Show the LICENSE in the Docs.
26+
* [DOC] [#1899] Let readers know that plugins are available.
27+
* [COMPAT] [#1904] Add assets.precompile config to Engine.
28+
* [i18n] [#1916] Add Finnish locale.
29+
* [i18n] [#1905] Fix typos in administrate.fr.yml.
30+
* [FEATURE] [#1909] Rely on Rails' `route` method to be correct.
31+
* [BUGFIX] [#1910] Fix an issue where loading in routes blew up.
32+
* [BUGFIX] [#1880] Turbo compatibility: return status unprocessable_entity.
33+
* [COMPAT] [#1900] Update to Heroku's recommended Unicorn config.
34+
* [DOC] [#1870] Update getting_started.md.
35+
* [BUGFIX] [#1869] Ensure we regularly destroy all models.
36+
* [BUGFIX] [#1868] Correct text of misleading specs.
37+
* [FEATURE] [#1844] Select field selected value.
38+
* [BUGFIX] [#1794] Don't show unpersisted `has_one` associations.
39+
* [FEATURE] [#1832] Namespace option view generators.
40+
* [BUGFIX] [#1788] Pass page local when rendering field, as has_one's rely on page existing.
41+
* [DOC] [#1776] Improve how documentation pages are rendered.
42+
* [FEATURE] [#1234] Allow authorize_resource to be called on index.
43+
* [FEATURE] [#1782] Adding an error message during 'administrate' initialize when there are no models in db.
44+
* [FEATURE] [#1797] Add delimiter option for number fields.
45+
* [DOC] [#1811] Provide a single, unified source of documentation.
46+
* [DOC] [#1813] Document both demo apps consistently.
47+
* [FEATURE] [#1804] Enable Selectize for polymorphic fields.
48+
* [BUGFIX] [#1799] Conditionals mark fields as optional.
49+
* [BUGFIX] Move field requireness logic to Field::Base.
50+
* [FEATURE] [#1633] Add automatic associations.
51+
* [BUGFIX] [#1800] Use correct values when sorting by has_many associations.
52+
* [SECURITY] [#1786] Prevent dangerous query method on #order_by_id.
53+
* [COMPAT] [#1791] Upgrade bundler to 2.1.4.
54+
* [COMPAT] [#1602] Upgrade Ruby to 2.7.2.
55+
* [COMPAT] [#1548] Test against Ruby 2.7 on CircleCI.
56+
* [COMPAT] [#1785] Switch to using suspender's Capybara configuration.
57+
* [UI] [#1630] Add CSP tags to default layout.
58+
* [i18n] [#1626] Allow translating resource names in flashes.
59+
* [FEATURE] [#991] Add generator helper to find project's routes.rb.
60+
* [COMPAT] [#1784] Add kaminari-i18n to Appraisal's gemfiles.
61+
* [i18n] [#1777] Translate model name label on Dashboard index.
62+
* [DOC] [#1781] Document hiding Dashboards in a How To section.
63+
* [CHANGE] [#1404] UUID's should be rendered Field::String.
64+
* [FEATURE] [#1222] include_blank in Belongs to form.
65+
* [FEATURE] [#1259] Use show page attributes when rendering has_one.
66+
* [BUGFIX] [#1226] Fix Time fields bug which occurs when Time value is nil.
67+
* [BUGFIX] [#1063] Use number_field for Field::Number.
68+
* [DOC] [#1439] Fix collection filters example in dashboard template.
69+
* [UI] [#1064] human_attribute_name instead of raw attr_name.
70+
* [UI] [#1357] Add word-break to attribute-data.
71+
* [i18n] [#1769] Update nl translations.
72+
* [CHANGE] [#1581] Use left join instead of inner join when searching.
73+
* [COMPAT] [#1749] Remove autoprefixer.
74+
* [DOC] [#1751] Add example for adding controllers without a related model docs.
75+
* [BUGFIX] [#1744] Don't delete `/tmp` before generator tests.
76+
* [DOC] [#1742] Add missing title to Without Related Model doc.
77+
* [COMPAT] [#1740] Drop support for Rails 4.2.
78+
* [DOC] [#1634] Add YARD for inline documentation.
79+
* [UI] [#1737] Change the way polymorphic fields display links.
80+
* [BUGFIX] [#1738] Fix indentation on generated Dashboards.
81+
* [BUGFIX] [#1725] Fix pagination of "Page" models.
82+
* [COMPAT] [#1726] Use Rails defaults from v6.0.3.2 for gitignore.
83+
* [DOC] [#1698] Allow fetching special files in the documentation.
84+
* [COMPAT] [#1718] Replace phantomjs with Selenium/WebDrivers.
85+
* [UI] [#1702] Increase percentage for attribute label.
86+
* [UI] [#1701] Add min-width to main-content.
87+
* [i18n] [#1713] Add Turkish translations.
88+
* [i18n] [#1703] Update Portuguese translations.
89+
2090
### 0.14.0 (July 2, 2020)
2191

2292
* [BUGFIX] [#1695] Fix local development by keeping tmp/pids around.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
administrate (0.14.0)
4+
administrate (0.15.0)
55
actionpack (>= 5.0)
66
actionview (>= 5.0)
77
activerecord (>= 5.0)

lib/administrate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Administrate
2-
VERSION = "0.14.0".freeze
2+
VERSION = "0.15.0".freeze
33
end

0 commit comments

Comments
 (0)