aboutsummaryrefslogtreecommitdiff
path: root/files/uk/mozilla/firefox/releases
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:43:23 -0500
commit218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch)
treea9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/uk/mozilla/firefox/releases
parent074785cea106179cb3305637055ab0a009ca74f2 (diff)
downloadtranslated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2
translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip
initial commit
Diffstat (limited to 'files/uk/mozilla/firefox/releases')
-rw-r--r--files/uk/mozilla/firefox/releases/53/index.html135
-rw-r--r--files/uk/mozilla/firefox/releases/54/index.html116
-rw-r--r--files/uk/mozilla/firefox/releases/56/index.html122
-rw-r--r--files/uk/mozilla/firefox/releases/index.html12
4 files changed, 385 insertions, 0 deletions
diff --git a/files/uk/mozilla/firefox/releases/53/index.html b/files/uk/mozilla/firefox/releases/53/index.html
new file mode 100644
index 0000000000..8345a0be47
--- /dev/null
+++ b/files/uk/mozilla/firefox/releases/53/index.html
@@ -0,0 +1,135 @@
+---
+title: Firefox 53 для розробників
+slug: Mozilla/Firefox/Releases/53
+tags:
+ - Примітки До Випуску
+translation_of: Mozilla/Firefox/Releases/53
+---
+<div>{{FirefoxSidebar}}</div><p><span id="result_box" lang="uk"><span>Firefox 53 бу</span></span><span lang="uk"><span>в випущений 19 квітня 2017 року. У цій статті перераховані основні зміни, корисні не тільки для веб-розробників, але також для розробників Firefox і Gecko, разом із розробниками додатків.</span></span></p>
+
+<h2 id="Зміни_для_веб_розробників">Зміни для веб розробників</h2>
+
+<h3 id="Інструменти_для_розробників">Інструменти для розробників</h3>
+
+<ul>
+ <li><span id="result_box" lang="uk"><span>Уникання затримки прокрутки на підказках, наданих АПМ</span></span> ({{bug(1312103)}}).</li>
+ <li>Додана можливість <a href="https://developer.mozilla.org/en-US/docs/Tools/Page_Inspector/How_to/Examine_and_edit_HTML#Copy CSS Path">копіювати повний CSS-шлях</a> елементу ({{bug(1323700)}}).</li>
+ <li><span id="result_box" lang="uk"><span>Інструменти для розробників тепер підтримують css-color-4 ({{bug (1310681)}}).</span></span></li>
+ <li><span lang="uk"><span>Перегляд розмітки: додавано візуальну підказку між відкриваючим та закритваючим тегами згорнутого вузла ({{bug (1323193)}}).</span></span></li>
+</ul>
+
+<h3 id="CSS">CSS</h3>
+
+<ul>
+ <li>Видалено {{property_prefix("-moz")}} prefixed variant of {{cssxref(":dir", ":dir()")}} pseudo-class ({{bug(1270406)}}).</li>
+ <li>{{cssxref("tab-size", "-moz-tab-size")}} does now accept {{cssxref("&lt;length&gt;")}} values ({{bug(943918)}}).</li>
+ <li>The <code>-moz</code> prefixed version of {{cssxref("text-align-last")}} got removed ({{bug(1276808)}}).</li>
+ <li>Enable mask longhands on SVG elements ({{bug(1319667)}}).</li>
+ <li>Додано <code>flow-root</code> значення до {{cssxref("display")}} властивості ({{bug(1322191)}}).</li>
+ <li>Додано {{cssxref("caret-color")}} властивість ({{bug(1063162)}}).</li>
+ <li>Реалізовано {{cssxref("place-items")}}/{{cssxref("place-self")}}/{{cssxref("place-content")}} shorthands ({{bug(1319958)}}).</li>
+ <li>[css-grid] align-self/justify-self:stretch/normal doesn't work on &lt;table&gt; grid items ({{bug(1316051)}}).</li>
+</ul>
+
+<h3 id="JavaScript">JavaScript</h3>
+
+<ul>
+ <li>Non-standard {{jsxref("Statements/for_each...in", "for each...in")}} statement is removed only on nightly ({{bug(1293305)}}).</li>
+ <li>Removed non-standard {{jsxref("ArrayBuffer.slice()")}} (but kept the standardized version {{jsxref("ArrayBuffer.prototype.slice()")}}) ({{bug(1313112)}}).</li>
+</ul>
+
+<h3 id="InterfacesAPIsDOM">Interfaces/APIs/DOM</h3>
+
+<h4 id="DOM_HTML_DOM">DOM &amp; HTML DOM</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="Canvas">Canvas</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="WebGL">WebGL</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="IndexedDB">IndexedDB</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="Service_Workers">Service Workers</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="WebRTC">WebRTC</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="New_APIs">New APIs</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="Others">Others</h4>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="MathML">MathML</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="SVG">SVG</h3>
+
+<ul>
+ <li>Partly implemented {{domxref("SVGGeometryElement")}} interface ({{bug(1239100)}}).</li>
+</ul>
+
+<h3 id="AudioVideo">Audio/Video</h3>
+
+<p><em>Без змін.</em></p>
+
+<h2 id="HTTP">HTTP</h2>
+
+<p><em>Без змін.</em></p>
+
+<h2 id="Networking">Networking</h2>
+
+<p><em>Без змін.</em></p>
+
+<h2 id="Безпека">Безпека</h2>
+
+<p><em>Без змін.</em></p>
+
+<h2 id="Changes_for_add-on_and_Mozilla_developers">Changes for add-on and Mozilla developers</h2>
+
+<h3 id="Інтерфейси">Інтерфейси</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="XUL">XUL</h3>
+
+<p><em>Без змін.</em></p>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="JavaScript_code_modules">JavaScript code modules</h3>
+
+<ul>
+ <li>The asynchronous <a href="../../../Add-ons/Add-on_Manager/AddonManager">AddonManager APIs</a> now support {{jsxref("Promise", "Promises")}} as well as callbacks ({{bug(987512)}}.</li>
+</ul>
+
+<h3 id="XPCOM">XPCOM</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="Шнше">Шнше</h3>
+
+<p><em>Без змін.</em></p>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li><a href="https://www.fxsitecompat.com/uk/versions/53">Cайт сумісності для Firefox 53</a></li>
+</ul>
+
+<h2 id="Більш_ранні_версії">Більш ранні версії</h2>
+
+<p>{{Firefox_for_developers(53)}}</p>
diff --git a/files/uk/mozilla/firefox/releases/54/index.html b/files/uk/mozilla/firefox/releases/54/index.html
new file mode 100644
index 0000000000..8a7d95ede3
--- /dev/null
+++ b/files/uk/mozilla/firefox/releases/54/index.html
@@ -0,0 +1,116 @@
+---
+title: Firefox 54 для розробників
+slug: Mozilla/Firefox/Releases/54
+translation_of: Mozilla/Firefox/Releases/54
+---
+<div>{{FirefoxSidebar}}</div><article class="text-content" id="wikiArticle">
+<p>Реліз Firefox 54 від 13 червня 2017. У цій статті наведено перелік ключових змін, корисних для веб-розробників.</p>
+
+<h2 id="Зміни_для_веб-розробників">Зміни для веб-розробників</h2>
+
+<h3 id="Інструменти_для_розробників">Інструменти для розробників</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="HTML">HTML</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="CSS">CSS</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="JavaScript">JavaScript</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="ІнтерфейсиAPIDOM">Інтерфейси/API/DOM</h3>
+
+<h4 id="DOM_HTML_DOM">DOM &amp; HTML DOM</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="Canvas">Canvas</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="WebGL">WebGL</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="IndexedDB">IndexedDB</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="Service_Workers">Service Workers</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="WebRTC">WebRTC</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="Нові_API">Нові API</h4>
+
+<p><em>Без змін.</em></p>
+
+<h4 id="Інші">Інші</h4>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="MathML">MathML</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="SVG">SVG</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="АудіоВідео">Аудіо/Відео</h3>
+
+<p><em>Без змін.</em></p>
+
+<h2 id="HTTP">HTTP</h2>
+
+<p><em>Без змін.</em></p>
+
+<h2 id="Мережа">Мережа</h2>
+
+<p><em>Без змін.</em></p>
+
+<h2 id="Безпека">Безпека</h2>
+
+<p><em>Без змін.</em></p>
+
+<h2 id="Зміни_для_доповненнь_і_розробників_Mozilla">Зміни для доповненнь і розробників Mozilla</h2>
+
+<h3 id="Інтерфейси">Інтерфейси</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="XUL">XUL</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="Модулі_JavaScript_коду">Модулі JavaScript коду</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="XPCOM">XPCOM</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="Інше">Інше</h3>
+
+<p><em>Без змін.</em></p>
+
+<h2 id="Дивіться_також">Дивіться також</h2>
+
+<ul>
+ <li><a href="https://www.fxsitecompat.com/en-US/versions/54">Cайт сумісності для Firefox 54</a></li>
+</ul>
+
+<h2 id="Більш_ранні_версії">Більш ранні версії</h2>
+
+<p>{{Firefox_for_developers(53)}}</p>
+</article>
diff --git a/files/uk/mozilla/firefox/releases/56/index.html b/files/uk/mozilla/firefox/releases/56/index.html
new file mode 100644
index 0000000000..de30397e9e
--- /dev/null
+++ b/files/uk/mozilla/firefox/releases/56/index.html
@@ -0,0 +1,122 @@
+---
+title: Firefox 56 for developers
+slug: Mozilla/Firefox/Releases/56
+translation_of: Mozilla/Firefox/Releases/56
+---
+<div>{{FirefoxSidebar}}</div><article class="text-content" id="wikiArticle">
+<p>Ця стаття надає інформацію щодо змін в Firefox 56, які стосуються розробників. Firefox 56 є поточною <a href="https://www.mozilla.org/en-US/firefox/channel/desktop/#beta">Beta версією Firefox</a>, і буде довершено <a href="https://wiki.mozilla.org/RapidRelease/Calendar#Future_branch_dates">26 вересня 2017</a>.</p>
+
+<article class="text-content" id="wikiArticle">
+<h2 id="Зміни_для_розробників_Web">Зміни для розробників Web</h2>
+
+<h3 id="Засоби_розробника">Засоби розробника</h3>
+
+<p><em>Без змін.</em></p>
+
+<h3 id="HTML">HTML</h3>
+
+<ul>
+ <li>Реалізована властивість <code>labels</code> для елементів форми, які можуть мати мітки, наприклад {{domxref("HTMLInputElement.labels")}} ({{bug(556743)}}).</li>
+ <li>Реалізовано <code>&lt;link rel="preload"&gt;</code>; див. <a href="/en-US/docs/Web/HTML/Preloading_content">Preloading content with rel="preload"</a> для деталей ({{bug(1222633)}}).</li>
+</ul>
+
+<h3 id="CSS">CSS</h3>
+
+<ul>
+ <li>Implemented the proprietary Mozilla-specific {{cssxref("&lt;color&gt;")}} values <code>-moz-win-accentcolor</code> and <code>-moz-win-accentcolortext</code> (see {{bug(1344910)}}), and the proprietary media query <code><a href="/en-US/docs/Web/CSS/Media_Queries/Using_media_queries#-moz-windows-accent-color-in-titlebar">-moz-windows-accent-color-in-titlebar</a></code> (see {{bug(1379938)}}).</li>
+</ul>
+
+<h3 id="SVG">SVG</h3>
+
+<p><em>No changes.</em></p>
+
+<h3 id="JavaScript">JavaScript</h3>
+
+<ul>
+ <li>The <a href="/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl">Intl API</a> has been enabled on Firefox for Android ({{bug(1344625)}}).</li>
+</ul>
+
+<h3 id="APIs">APIs</h3>
+
+<h4 id="New_APIs">New APIs</h4>
+
+<p><em>No changes.</em></p>
+
+<h4 id="DOM">DOM</h4>
+
+<ul>
+ <li>On Mac, {{domxref("Document.hidden")}} is now true when the window is behind another non-translucent application {{bug(1236512)}}.</li>
+ <li>The {{domxref("Gamepad.displayId")}} property has been implemented ({{bug(1375816)}}).</li>
+ <li>The {{domxref("CanvasRenderingContext2D.drawImage()")}} method has been updated so that smoothing occurs when downscaling even if <code>imageSmoothingEnabled</code> is <code>false</code>. This is not mandatory as per spec, but follows Chrome's behaviour. See {{bug(1360415)}}.</li>
+ <li>The {{domxref("PerformanceTiming.secureConnectionStart")}} property has been implemented ({{bug(772589)}}).</li>
+ <li>Firefox used to accept <code>iso-2022-jp-2</code> sequences silently when an <code>iso-2022-jp</code> {{domxref("TextDecoder.TextDecoder","TextDecoder()")}} was instantiated, however this has now been removed to simplify the API, as no other browsers support it and no pages seem to use it. ({{bug(715833)}}).</li>
+ <li>The 4ms clamping behaviour of {{domxref("WindowOrWorkerGlobalScope.setTimeout","setTimeout()")}} and {{domxref("WindowOrWorkerGlobalScope.setInterval","setInterval()")}} has been updated to be more in line with other browsers, as described in <a href="/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setTimeout#Timeouts_throttled_to_%3E4ms">Timeouts throttled to &gt;=4ms</a> ({{bug(1378586)}}).</li>
+ <li>The <a href="/en-US/docs/Web/API/Page_Visibility_API">Page Visibility API's</a> {{domxref("Document.onvisibilitychange")}} handler has been added ({{bug("1333912")}}).</li>
+</ul>
+
+<h4 id="DOM_events">DOM events</h4>
+
+<ul>
+ <li>{{domxref("GlobalEventHandlers.onwheel")}} is now available on {{domxref("HTMLElement")}} — it wasn't before ({{bug(1370550)}}).</li>
+</ul>
+
+<h4 id="WebRTC">WebRTC</h4>
+
+<ul>
+ <li>Firefox now supports the {{domxref("RTCPeerConnection")}} properties which let you examine the current and pending configurations of the local and remote ends of the connection, to help manage changes in configuration: {{domxref("RTCPeerConnection.currentLocalDescription", "currentLocalDescription")}}, {{domxref("RTCPeerConnection.pendingLocalDescription", "pendingLocalDescription")}}, {{domxref("RTCPeerConnection.currentRemoteDescription", "currentRemoteDescription")}}, and {{domxref("RTCPeerConnection.pendingRemoteDescription", "pendingRemoteDescription")}}.</li>
+</ul>
+
+<h3 id="Security">Security</h3>
+
+<p><em>No changes.</em></p>
+
+<h3 id="Plugins">Plugins</h3>
+
+<p><em>No changes.</em></p>
+
+<h3 id="Other">Other</h3>
+
+<ul>
+ <li>Gecko now encodes URLs internally as <a href="https://en.wikipedia.org/wiki/Punycode">punycode</a>, to avoid URL encoding problems (see {{bug("945240")}}, also see discussion in {{bug("942074")}}).</li>
+ <li>Firefox on Windows and Mac OS X can now be made to run in <a href="/en-US/docs/Mozilla/Firefox/Headless_mode">headless mode</a> using the <code>-headless</code> flag (see {{bug(1355150)}} and {{bug(1355147)}}).</li>
+</ul>
+
+<h2 id="Removals_from_the_web_platform">Removals from the web platform</h2>
+
+<h3 id="HTML_2">HTML</h3>
+
+<ul>
+ <li>The {{htmlelement("isindex")}} element has been removed from the HTML parser, and from form submission ({{bug(1266495)}}).</li>
+ <li>The {{htmlelement("applet")}} element has been removed ({{bug(1279218)}}).</li>
+</ul>
+
+<h3 id="APIs_2">APIs</h3>
+
+<ul>
+ <li>The {{domxref("KeyframeEffectReadOnly.spacing")}} property has been removed from the {{SpecName('Web Animations')}} spec, and therefore has been removed from Gecko as well ({{bug(1339690)}}).</li>
+</ul>
+
+<h3 id="SVG_2">SVG</h3>
+
+<p><em>No changes.</em></p>
+
+<h2 id="Changes_for_add-on_and_Mozilla_developers">Changes for add-on and Mozilla developers</h2>
+
+<h3 id="WebExtensions">WebExtensions</h3>
+
+<p><em>No changes.</em></p>
+
+<h2 id="See_also">See also</h2>
+
+<ul>
+ <li><a href="https://www.fxsitecompat.com/en-US/versions/56">Site Compatibility for Firefox 56</a></li>
+</ul>
+</article>
+
+<ul>
+</ul>
+
+<h2 id="Older_versions">Older versions</h2>
+
+<p>{{Firefox_for_developers(55)}}</p>
+</article>
diff --git a/files/uk/mozilla/firefox/releases/index.html b/files/uk/mozilla/firefox/releases/index.html
new file mode 100644
index 0000000000..76a543b9bb
--- /dev/null
+++ b/files/uk/mozilla/firefox/releases/index.html
@@ -0,0 +1,12 @@
+---
+title: Firefox developer release notes
+slug: Mozilla/Firefox/Releases
+tags:
+ - Firefox
+ - Примітки До Випуску
+ - Список змін
+translation_of: Mozilla/Firefox/Releases
+---
+<div>{{FirefoxSidebar}}</div><p>Нижче ви знайдете посилання на примітки до випуску розробникам для кожної нової версії Firefox. Ці з любв'ю оброблені примітки містять детальну інформацію про те, які функції додані вдосконалені і які помилки були усунені в кожній версії Firefox. Все написано, щоб дати розробникам інформацію, необхідну їм найбільше. Ласкаво просимо.</p>
+
+<div class="multiColumnList">{{ListSubpages("",1,1,1)}}</div>