Releases: AlchemyCMS/alchemy_cms
Releases · AlchemyCMS/alchemy_cms
v4.3.0
v4.3.0
Notable changes
- Add Rails 6 support #1616 (tvdeyen)
- add default styling for number inputs #1598 (alexanderadam)
- Only return visible elements from Pages elements relations #1590 (tvdeyen)
- Only return visible elements from Elements nested_elements relation #1589 (tvdeyen)
- Upgrade responders to version 3.0.0 #1593 (depfu)
- Update jquery fileupload plugin #1592 (tvdeyen)
Fixes
v4.2.2
v4.1.2
v4.1.1
v4.2.1
v4.2.0
4.2.0 (2019-05-30)
- remove unused .teatro.yml #1585 (kirillshevch)
- Use Set to collect callbacks in OnPageLayout #1583 (mamhoff)
- Allow Ransack 1.x #1580 (tvdeyen)
- Set a max-width to preview frame #1578 (tvdeyen)
- Rebuild locked pages tabs in flexbox #1577 (tvdeyen)
- Use where.not instead of Arel #1576 (tvdeyen)
- Add missing requires to factories #1575 (tvdeyen)
- Upgrade sqlite3 to version 1.4.1 #1574 (depfu)
- Fix elements window ajax errors #1573 (tvdeyen)
- Use SimpleForm field for datepicker in resources form #1572 (tvdeyen)
- Render warning message in warning helper #1571 (tvdeyen)
- Prohibit coffee-rails 5.0 #1570 (tvdeyen)
- Add Date column support to resources #1567 (tvdeyen)
- Fix pluralization of resource table header #1566 (tvdeyen)
- Fix compact elements style #1565 (tvdeyen)
- Show Ruby and Rails versions in info dialog #1564 (tvdeyen)
- Set spinner color to current text color #1563 (tvdeyen)
- Update links in post install message #1562 (tvdeyen)
- Allow cancancan 3 #1561 (tvdeyen)
- Fix Member Page permissions syntax #1560 (tvdeyen)
- Update upgrader #1558 (tvdeyen)
- Use element name local in generators #1556 (tvdeyen)
- Remove invalid bytecode handler #1555 (tvdeyen)
- Separate render element calls #1554 (tvdeyen)
- Expose the element into partials as local object #1553 (tvdeyen)
- Allow admins to switch all languages #1552 (tvdeyen)
- Raise targeted Ruby version to 2.3 #1545 (tvdeyen)
- Introduces an Elements finder class #1544 (tvdeyen)
- Fixate sqlite dep for bug fix #1543 (tvdeyen)
- Upgrade shoulda-matchers to version 4.0.0 #1542 (depfu)
- Upgrade factory_bot_rails to version 5.0.1 #1540 (depfu)
- Use Flatpickr as Datepicker #1533 (mamhoff)
- Use system tests over feature specs #1528 (tvdeyen)
- Flexible width for admin navigation entry labels #1527 (tvdeyen)
- Responsive elements window and sidebar #1519 (tvdeyen)
- Change element eye icon on public state #1517 (oniram88)
- Maximize element window if Tinymce is fullscreen #1515 (tvdeyen)
- Remove cells in favour of fixed elements #1514 (tvdeyen)
- Feature: Autogenerate nestable elements #1513 (tvdeyen)
- Allow "data" key for module navigations #1512 (mamhoff)
- Allow to define layout for page previews #1500 (westonganger)
- Fix capitalization for login/logout/leave #1497 (westonganger)
- Verify controller keys within
register_module
#1495 (westonganger) - Update bundled Tinymce to 4.8.3 #1491 (tvdeyen)
- Use dynamic attributes in factories #1484 (tvdeyen)
- Migrating to active_model_serializers ~> 0.10.0 #1478 (pmashchak)
- Replace picture galleries with nestable elements #1358 (tvdeyen)
- Add a compact nested element style #1357 by tvdeyen
v4.1.0 (A new admin theme 🎨)
4.1.0 (2018-09-22)
The most notable change is the new admin theme.
Hope you like it 👨🎨
All changes
- Use console.warn for Alchemy.debug #1476 (tvdeyen)
- Fixes picture per page in overlay #1475 (tvdeyen)
- Style adjustments #1474 (tvdeyen)
- Simplify pagination implementation #1471 (mamhoff)
- Try .any? to prevent error in dashboard on online users #1469 (askl56)
- Update changelog for 4.0.4 release #1468 (tvdeyen)
- Do not cache sitemap in Turbolinks #1463 (tvdeyen)
- Fix sorting in Resources controller #1462 (mamhoff)
- Fix removing picture essences #1460 (mamhoff)
- Upgrade ransack to version 2.0.0 #1458 (depfu)
- Toolbar icon vertical alignment fixes #1450 (tvdeyen)
- Fix tidy task #1449 (mamhoff)
- Update changelog #1448 (tvdeyen)
- New thumbnail style #1447 (tvdeyen)
- Styling fixes #1446 (tvdeyen)
- Do not prevent default click handling in Element editor #1445 (mamhoff)
- Fix content container height #1443 (tvdeyen)
- Use max instead of sort.last in update check #1442 (tvdeyen)
- Use optional: true for optional belongs_to associations #1441 (tvdeyen)
- Set parent element id when pasting from clipboard #1440 (tvdeyen)
- Add must_revalidate to cache-control header #1439 (afdev82)
- Update README.md #1438 (agorneo)
- Add a pull request template #1436 (tvdeyen)
- Add a feature request template #1435 (tvdeyen)
- Add a GitHub issue template #1434 (tvdeyen)
- Picture zoom UX enhancements #1431 (tvdeyen)
- Fix draggable trash item feature #1428 (tvdeyen)
- Load Jcrop selection gif via asset pipeline #1427 (tvdeyen)
- Color and styles adjustments #1426 (tvdeyen)
- Extract tags css rules into own file #1424 (tvdeyen)
- Adjust the welcome screen to new color theme #1423 (tvdeyen)
- Fixes menubar layout #1422 (tvdeyen)
- Update jquery-ui-rails to 6.0 #1420 (tvdeyen)
- Allow CanCanCan 2.x #1418 (tvdeyen)
- Add a Heroku Deploy button #1416 (tvdeyen)
- Upgrade simple_form to version 4.0 #1413 (depfu)
- Do not require localeapp gem #1412 (tvdeyen)
- Fix all Rubocop offenses and update some config #1411 (tvdeyen)
- Upgrade mysql2 to version 0.5.1 #1410 (depfu)
- Capybara 3.0 support #1409 (tvdeyen)
- Handle zero plural resource names #1407 (dbwinger)
- Update rubocop config #1404 (tvdeyen)
- Explicitly set the Rails version in dummy app #1403 (tvdeyen)
- Do not reload essence classes in dev mode #1400 (tvdeyen)
- Move all translations into
alchemy_i18n
extension #1398 (tvdeyen) - Add
nested_elements
to serialized element json #1397 (tvdeyen) - Fix YAML safe_load #1395 (tvdeyen)
- Fix passing html options to form builder submit input #1394 (tvdeyen)
- Darker blue dialogs #1393 (tvdeyen)
- New orange logo #1392 (tvdeyen)
- Use Open Sans for admin font #1391 (tvdeyen)
- Use ActiveRecord touching #1390 (tvdeyen)
- correct scss typo #1388 (oniram88)
- Add Rails 5.2 support #1387 (tvdeyen)
- Update Gutentag #1386 (tvdeyen)
- Fix resources search #1384 (tvdeyen)
- Fixate Gutentag to 2.1.0 for now #1383 (tvdeyen)
- Skip migrate-to-gutentag migration for fresh installs #1381 (tvdeyen)
- More prominent active menu color #1380 (tvdeyen)
- Use at least jquery-rails 4.0.4 #1378 (tvdeyen)
- Give capybara more time to render pictures #1377 (tvdeyen)
- A few admin layout refinements #1374 (tvdeyen)
- Upgrade cancancan to version 2.1 #1372 (depfu)
- Upgrade kaminari to version 1.1 #1370 (depfu)
- Remove all old migration files #1367 (tvdeyen)
- Upgrade mysql2 to version 0.4.10 #1366 (depfu)
- Upgrade pg to version 1.0.0 #1365 (depfu)
- Use Gutentag for tags #1364 (tvdeyen)
- Update Rubocop config #1363 (tvdeyen)
- Compress 4.0 migrations #1362 (tvdeyen)
- Removes 3.x upgraders #1361 ([tvdeyen](https://github.com/tvdeye...
v4.0.5
v4.0.4
v4.1.0.rc1
v4.1.0.rc1
- New picture thumbnail style #1447 (tvdeyen)
- Use optional: true for optional belongs_to associations #1441 (tvdeyen)
- Set parent element id when pasting from clipboard #1440 (tvdeyen)
- Add must_revalidate to cache-control header #1439 (afdev82)
- Load Jcrop selection gif via asset pipeline #1427 (tvdeyen)
- Extract tags css rules into own file #1424 (tvdeyen)
- Adjust the welcome screen to new color theme #1423 (tvdeyen)
- Update jquery-ui-rails to 6.0 #1420 (tvdeyen)
- Add a Heroku Deploy button #1416 (tvdeyen)
- Upgrade simple_form to 4.0 #1413 (depfu)
- Capybara 3.0 support #1409 (tvdeyen)
- Handle zero plural resource names #1407 (dbwinger)
- Do not reload essence classes in dev mode #1400 (tvdeyen)
- Move all translations into
alchemy_i18n
extension #1398 (tvdeyen) - Add
nested_elements
to serialized element json #1397 (tvdeyen) - Fix passing html options to form builder submit input #1394 (tvdeyen)
- New orange logo #1392 (tvdeyen)
- Use Open Sans for admin font #1391 (tvdeyen)
- Use ActiveRecord touching #1390 (tvdeyen)
- Add Rails 5.2 support #1387 (tvdeyen)
- Use at least jquery-rails 4.0.4 #1378 (tvdeyen)
- Upgrade cancancan to version 2.1 #1372 (depfu)
- Upgrade kaminari to version 1.1 #1370 (depfu)
- Use Gutentag for tags #1364 (tvdeyen)
- Remove all old migration files #1367 (tvdeyen)
- Compress 4.0 migrations #1362 (tvdeyen)
- Removes 3.x upgraders #1361 (tvdeyen)
- Fix API response for users able to edit content #1356 (tvdeyen)
- Remove jasmine gems #1355 (tvdeyen)
- Remove translations provided by ActiveModel #1354 (pelargir)
- Update bundled TinyMCE to 4.7.5 #1353 (tvdeyen)
- New color theme #1352 (tvdeyen)
- Only scroll to element if focused from preview #1351 (tvdeyen)
- Use headless chrome for feature tests #1347 (tvdeyen)
- New table styles #1344 (tvdeyen)
- Replaces PNG icons with FontAwesome icon font #1342 by tvdeyen
- Remove pleaseWait overlay from links with GET requests #1343 by tvdeyen
- Removed fixed table headers from admin resource tables #1339 by tvdeyen
- Removed Bourbon Sass library #1339 by tvdeyen
- Add possibility to add a suffix to the page title #1331 (jrieger)
- Do not add leading slash to default admin path #1329 (tvdeyen)
- Check if file exists on disk before calling identify #1327 (chalmagean)
- Skip folded deeper levels when rendering page tree #1324 (pascalj)